Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
c0b35319
Kaydet (Commit)
c0b35319
authored
Eki 27, 2016
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Use SAL_DLLPRIVATE instead of extra TUBES_DLLPRIVATE
Change-Id: I188bf325e6eb6db0250a58d9354860733950e887
üst
226383e6
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
collaboration.hxx
include/tubes/collaboration.hxx
+2
-2
tubesdllapi.h
include/tubes/tubesdllapi.h
+0
-1
No files found.
include/tubes/collaboration.hxx
Dosyayı görüntüle @
c0b35319
...
...
@@ -40,8 +40,8 @@ public:
/** Prepares document for collaboration and should call SetConference() */
virtual
void
StartCollaboration
(
TeleConference
*
pConference
)
=
0
;
TUBES
_DLLPRIVATE
sal_uInt64
GetId
()
const
;
TUBES
_DLLPRIVATE
void
Invite
(
TpContact
*
pContact
)
const
;
SAL
_DLLPRIVATE
sal_uInt64
GetId
()
const
;
SAL
_DLLPRIVATE
void
Invite
(
TpContact
*
pContact
)
const
;
/** Application calls this to display contacts dialog from where can the collaboration start */
void
DisplayContacts
();
...
...
include/tubes/tubesdllapi.h
Dosyayı görüntüle @
c0b35319
...
...
@@ -9,7 +9,6 @@
#else
#define TUBES_DLLPUBLIC SAL_DLLPUBLIC_IMPORT
#endif
#define TUBES_DLLPRIVATE SAL_DLLPRIVATE
#endif // INCLUDED_TUBES_TUBESDLLAPI_H
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment