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
6b0279c0
Kaydet (Commit)
6b0279c0
authored
Şub 04, 2016
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove unused typedef in .SDI files
Change-Id: Ib5459768c68d5eb5536116ba20d54f5a4ae06007
üst
ffacdae9
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
7 deletions
+2
-7
globals.hxx
idl/inc/globals.hxx
+0
-2
module.cxx
idl/source/objects/module.cxx
+1
-2
types.cxx
idl/source/objects/types.cxx
+1
-2
globals.cxx
idl/source/prj/globals.cxx
+0
-1
No files found.
idl/inc/globals.hxx
Dosyayı görüntüle @
6b0279c0
...
@@ -69,7 +69,6 @@ struct SvGlobalHashNames
...
@@ -69,7 +69,6 @@ struct SvGlobalHashNames
SvStringHashEntryRef
MM_ImageReflection
;
SvStringHashEntryRef
MM_ImageReflection
;
SvStringHashEntryRef
MM_ReadOnlyDoc
;
SvStringHashEntryRef
MM_ReadOnlyDoc
;
SvStringHashEntryRef
MM_struct
;
SvStringHashEntryRef
MM_struct
;
SvStringHashEntryRef
MM_typedef
;
SvStringHashEntryRef
MM_SlotType
;
SvStringHashEntryRef
MM_SlotType
;
SvStringHashEntryRef
MM_ModulePrefix
;
SvStringHashEntryRef
MM_ModulePrefix
;
SvStringHashEntryRef
MM_DisableFlags
;
SvStringHashEntryRef
MM_DisableFlags
;
...
@@ -141,7 +140,6 @@ HASH_INLINE(ImageRotation)
...
@@ -141,7 +140,6 @@ HASH_INLINE(ImageRotation)
HASH_INLINE
(
ImageReflection
)
HASH_INLINE
(
ImageReflection
)
HASH_INLINE
(
ReadOnlyDoc
)
HASH_INLINE
(
ReadOnlyDoc
)
HASH_INLINE
(
struct
)
HASH_INLINE
(
struct
)
HASH_INLINE
(
typedef
)
HASH_INLINE
(
SlotType
)
HASH_INLINE
(
SlotType
)
HASH_INLINE
(
ModulePrefix
)
HASH_INLINE
(
ModulePrefix
)
HASH_INLINE
(
DisableFlags
)
HASH_INLINE
(
DisableFlags
)
...
...
idl/source/objects/module.cxx
Dosyayı görüntüle @
6b0279c0
...
@@ -92,8 +92,7 @@ void SvMetaModule::ReadContextSvIdl( SvIdlDataBase & rBase,
...
@@ -92,8 +92,7 @@ void SvMetaModule::ReadContextSvIdl( SvIdlDataBase & rBase,
}
}
}
}
else
if
(
rInStm
.
GetToken
().
Is
(
SvHash_item
()
)
else
if
(
rInStm
.
GetToken
().
Is
(
SvHash_item
()
)
||
rInStm
.
GetToken
().
Is
(
SvHash_struct
()
)
||
rInStm
.
GetToken
().
Is
(
SvHash_struct
()
)
)
||
rInStm
.
GetToken
().
Is
(
SvHash_typedef
()
)
)
{
{
SvMetaTypeRef
xItem
=
new
SvMetaType
();
SvMetaTypeRef
xItem
=
new
SvMetaType
();
...
...
idl/source/objects/types.cxx
Dosyayı görüntüle @
6b0279c0
...
@@ -355,8 +355,7 @@ bool SvMetaType::ReadHeaderSvIdl( SvIdlDataBase & rBase,
...
@@ -355,8 +355,7 @@ bool SvMetaType::ReadHeaderSvIdl( SvIdlDataBase & rBase,
SetType
(
TYPE_ENUM
);
SetType
(
TYPE_ENUM
);
bOk
=
ReadNameSvIdl
(
rBase
,
rInStm
);
bOk
=
ReadNameSvIdl
(
rBase
,
rInStm
);
}
}
else
if
(
pTok
->
Is
(
SvHash_typedef
()
)
else
if
(
pTok
->
Is
(
SvHash_item
()
)
)
||
pTok
->
Is
(
SvHash_item
()
)
)
{
{
if
(
pTok
->
Is
(
SvHash_item
()
)
)
if
(
pTok
->
Is
(
SvHash_item
()
)
)
bIsItem
=
true
;
bIsItem
=
true
;
...
...
idl/source/prj/globals.cxx
Dosyayı görüntüle @
6b0279c0
...
@@ -97,7 +97,6 @@ SvGlobalHashNames::SvGlobalHashNames()
...
@@ -97,7 +97,6 @@ SvGlobalHashNames::SvGlobalHashNames()
A_ENTRY
(
ImageReflection
)
A_ENTRY
(
ImageReflection
)
A_ENTRY
(
ReadOnlyDoc
)
A_ENTRY
(
ReadOnlyDoc
)
A_ENTRY
(
struct
)
A_ENTRY
(
struct
)
A_ENTRY
(
typedef
)
A_ENTRY
(
SlotType
)
A_ENTRY
(
SlotType
)
A_ENTRY
(
ModulePrefix
)
A_ENTRY
(
ModulePrefix
)
A_ENTRY
(
DisableFlags
)
A_ENTRY
(
DisableFlags
)
...
...
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