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
80e6eab7
Kaydet (Commit)
80e6eab7
authored
Şub 03, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix TYPEINFO_VISIBILITY vs. TYPEINFO_VISIBILITY_OVERRIDE
Change-Id: Ia6494c611e6596fa4811c2751bb96294a3950f17
üst
a883b6b1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
sxfiitm.hxx
include/svx/sxfiitm.hxx
+1
-1
rtti.hxx
include/tools/rtti.hxx
+2
-2
prevwsh.hxx
sc/source/ui/inc/prevwsh.hxx
+1
-1
tabvwsh.hxx
sc/source/ui/inc/tabvwsh.hxx
+1
-1
No files found.
include/svx/sxfiitm.hxx
Dosyayı görüntüle @
80e6eab7
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
class
SdrFractionItem
:
public
SfxPoolItem
{
class
SdrFractionItem
:
public
SfxPoolItem
{
Fraction
nValue
;
Fraction
nValue
;
public
:
public
:
TYPEINFO_VISIBILITY
(
SVX_DLLPUBLIC
);
TYPEINFO_VISIBILITY
_OVERRIDE
(
SVX_DLLPUBLIC
);
SdrFractionItem
(
sal_uInt16
nId
=
0
)
:
SfxPoolItem
(
nId
)
{}
SdrFractionItem
(
sal_uInt16
nId
=
0
)
:
SfxPoolItem
(
nId
)
{}
SdrFractionItem
(
sal_uInt16
nId
,
const
Fraction
&
rVal
)
:
SfxPoolItem
(
nId
),
nValue
(
rVal
)
{}
SdrFractionItem
(
sal_uInt16
nId
,
const
Fraction
&
rVal
)
:
SfxPoolItem
(
nId
),
nValue
(
rVal
)
{}
SdrFractionItem
(
sal_uInt16
nId
,
SvStream
&
rIn
);
SdrFractionItem
(
sal_uInt16
nId
,
SvStream
&
rIn
);
...
...
include/tools/rtti.hxx
Dosyayı görüntüle @
80e6eab7
...
@@ -43,8 +43,8 @@ typedef void* (*TypeId)();
...
@@ -43,8 +43,8 @@ typedef void* (*TypeId)();
visibility static void* CreateType(); \
visibility static void* CreateType(); \
visibility static TypeId StaticType(); \
visibility static TypeId StaticType(); \
visibility static bool IsOf( TypeId aSameOrSuperType ); \
visibility static bool IsOf( TypeId aSameOrSuperType ); \
visibility virtual TypeId Type() const
SAL_OVERRIDE
; \
visibility virtual TypeId Type() const; \
visibility virtual bool IsA( TypeId aSameOrSuperType ) const
SAL_OVERRIDE
visibility virtual bool IsA( TypeId aSameOrSuperType ) const
#define TYPEINFO_VISIBILITY_OVERRIDE(visibility) \
#define TYPEINFO_VISIBILITY_OVERRIDE(visibility) \
visibility static void* CreateType(); \
visibility static void* CreateType(); \
...
...
sc/source/ui/inc/prevwsh.hxx
Dosyayı görüntüle @
80e6eab7
...
@@ -75,7 +75,7 @@ protected:
...
@@ -75,7 +75,7 @@ protected:
virtual
void
ReadUserDataSequence
(
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
beans
::
PropertyValue
>&
,
bool
bBrowse
=
false
)
SAL_OVERRIDE
;
virtual
void
ReadUserDataSequence
(
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
beans
::
PropertyValue
>&
,
bool
bBrowse
=
false
)
SAL_OVERRIDE
;
public
:
public
:
TYPEINFO_VISIBILITY
(
SC_DLLPUBLIC
);
TYPEINFO_VISIBILITY
_OVERRIDE
(
SC_DLLPUBLIC
);
SFX_DECL_INTERFACE
(
SCID_PREVIEW_SHELL
)
SFX_DECL_INTERFACE
(
SCID_PREVIEW_SHELL
)
SFX_DECL_VIEWFACTORY
(
ScPreviewShell
);
SFX_DECL_VIEWFACTORY
(
ScPreviewShell
);
...
...
sc/source/ui/inc/tabvwsh.hxx
Dosyayı görüntüle @
80e6eab7
...
@@ -226,7 +226,7 @@ protected:
...
@@ -226,7 +226,7 @@ protected:
virtual
SdrView
*
GetDrawView
()
const
SAL_OVERRIDE
;
virtual
SdrView
*
GetDrawView
()
const
SAL_OVERRIDE
;
public
:
public
:
TYPEINFO_VISIBILITY
(
SC_DLLPUBLIC
);
TYPEINFO_VISIBILITY
_OVERRIDE
(
SC_DLLPUBLIC
);
SFX_DECL_INTERFACE
(
SCID_TABVIEW_SHELL
)
SFX_DECL_INTERFACE
(
SCID_TABVIEW_SHELL
)
SFX_DECL_VIEWFACTORY
(
ScTabViewShell
);
SFX_DECL_VIEWFACTORY
(
ScTabViewShell
);
...
...
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