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
e8a9eba7
Kaydet (Commit)
e8a9eba7
authored
Haz 14, 2016
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
drop these typedef header guard
Change-Id: If52f2bba475e7a8a5b7c63d5114f2725c9ce8617
üst
64bc2eff
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
14 deletions
+0
-14
sbx.hxx
include/basic/sbx.hxx
+0
-8
sbxvar.hxx
include/basic/sbxvar.hxx
+0
-6
No files found.
include/basic/sbx.hxx
Dosyayı görüntüle @
e8a9eba7
...
@@ -252,16 +252,8 @@ public:
...
@@ -252,16 +252,8 @@ public:
virtual
void
Insert
(
SbxVariable
*
)
override
;
virtual
void
Insert
(
SbxVariable
*
)
override
;
};
};
#ifndef SBX_ARRAY_DECL_DEFINED
#define SBX_ARRAY_DECL_DEFINED
typedef
tools
::
SvRef
<
SbxArray
>
SbxArrayRef
;
typedef
tools
::
SvRef
<
SbxArray
>
SbxArrayRef
;
#endif
#ifndef SBX_INFO_DECL_DEFINED
#define SBX_INFO_DECL_DEFINED
typedef
tools
::
SvRef
<
SbxInfo
>
SbxInfoRef
;
typedef
tools
::
SvRef
<
SbxInfo
>
SbxInfoRef
;
#endif
typedef
tools
::
SvRef
<
SbxDimArray
>
SbxDimArrayRef
;
typedef
tools
::
SvRef
<
SbxDimArray
>
SbxDimArrayRef
;
#endif
#endif
...
...
include/basic/sbxvar.hxx
Dosyayı görüntüle @
e8a9eba7
...
@@ -209,15 +209,9 @@ inline SbxValue& SbxValue::operator-=( const SbxValue& r )
...
@@ -209,15 +209,9 @@ inline SbxValue& SbxValue::operator-=( const SbxValue& r )
class
SbxArray
;
class
SbxArray
;
class
SbxInfo
;
class
SbxInfo
;
#ifndef SBX_ARRAY_DECL_DEFINED
#define SBX_ARRAY_DECL_DEFINED
typedef
tools
::
SvRef
<
SbxArray
>
SbxArrayRef
;
typedef
tools
::
SvRef
<
SbxArray
>
SbxArrayRef
;
#endif
#ifndef SBX_INFO_DECL_DEFINED
#define SBX_INFO_DECL_DEFINED
typedef
tools
::
SvRef
<
SbxInfo
>
SbxInfoRef
;
typedef
tools
::
SvRef
<
SbxInfo
>
SbxInfoRef
;
#endif
class
SfxBroadcaster
;
class
SfxBroadcaster
;
...
...
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