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
90942b2f
Kaydet (Commit)
90942b2f
authored
Şub 04, 2016
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove unused TypeLib from .SDI files
Change-Id: Ibbef34aee530bf65c3b3d35348e33f210a4c2a67
üst
ce97f3a3
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
5 deletions
+0
-5
globals.hxx
idl/inc/globals.hxx
+0
-2
module.hxx
idl/inc/module.hxx
+0
-1
module.cxx
idl/source/objects/module.cxx
+0
-1
globals.cxx
idl/source/prj/globals.cxx
+0
-1
No files found.
idl/inc/globals.hxx
Dosyayı görüntüle @
90942b2f
...
@@ -74,7 +74,6 @@ struct SvGlobalHashNames
...
@@ -74,7 +74,6 @@ struct SvGlobalHashNames
SvStringHashEntryRef
MM_ExecMethod
;
SvStringHashEntryRef
MM_ExecMethod
;
SvStringHashEntryRef
MM_StateMethod
;
SvStringHashEntryRef
MM_StateMethod
;
SvStringHashEntryRef
MM_GroupId
;
SvStringHashEntryRef
MM_GroupId
;
SvStringHashEntryRef
MM_TypeLibFile
;
SvStringHashEntryRef
MM_Export
;
SvStringHashEntryRef
MM_Export
;
SvStringHashEntryRef
MM_PseudoPrefix
;
SvStringHashEntryRef
MM_PseudoPrefix
;
SvStringHashEntryRef
MM_define
;
SvStringHashEntryRef
MM_define
;
...
@@ -163,7 +162,6 @@ HASH_INLINE(StateMethod)
...
@@ -163,7 +162,6 @@ HASH_INLINE(StateMethod)
HASH_INLINE
(
GroupId
)
HASH_INLINE
(
GroupId
)
HASH_INLINE
(
float
)
HASH_INLINE
(
float
)
HASH_INLINE
(
double
)
HASH_INLINE
(
double
)
HASH_INLINE
(
TypeLibFile
)
HASH_INLINE
(
Export
)
HASH_INLINE
(
Export
)
HASH_INLINE
(
PseudoPrefix
)
HASH_INLINE
(
PseudoPrefix
)
HASH_INLINE
(
define
)
HASH_INLINE
(
define
)
...
...
idl/inc/module.hxx
Dosyayı görüntüle @
90942b2f
...
@@ -31,7 +31,6 @@ class SvMetaModule : public SvMetaExtern
...
@@ -31,7 +31,6 @@ class SvMetaModule : public SvMetaExtern
// browser
// browser
SvString
aHelpFileName
;
SvString
aHelpFileName
;
SvString
aSlotIdFile
;
SvString
aSlotIdFile
;
SvString
aTypeLibFile
;
SvString
aModulePrefix
;
SvString
aModulePrefix
;
bool
bImported
:
1
,
bool
bImported
:
1
,
...
...
idl/source/objects/module.cxx
Dosyayı görüntüle @
90942b2f
...
@@ -62,7 +62,6 @@ void SvMetaModule::ReadAttributesSvIdl( SvIdlDataBase & rBase,
...
@@ -62,7 +62,6 @@ void SvMetaModule::ReadAttributesSvIdl( SvIdlDataBase & rBase,
rInStm
.
Seek
(
nTokPos
);
rInStm
.
Seek
(
nTokPos
);
}
}
}
}
aTypeLibFile
.
ReadSvIdl
(
SvHash_TypeLibFile
(),
rInStm
);
aModulePrefix
.
ReadSvIdl
(
SvHash_ModulePrefix
(),
rInStm
);
aModulePrefix
.
ReadSvIdl
(
SvHash_ModulePrefix
(),
rInStm
);
}
}
...
...
idl/source/prj/globals.cxx
Dosyayı görüntüle @
90942b2f
...
@@ -101,7 +101,6 @@ SvGlobalHashNames::SvGlobalHashNames()
...
@@ -101,7 +101,6 @@ SvGlobalHashNames::SvGlobalHashNames()
A_ENTRY
(
ExecMethod
)
A_ENTRY
(
ExecMethod
)
A_ENTRY
(
StateMethod
)
A_ENTRY
(
StateMethod
)
A_ENTRY
(
GroupId
)
A_ENTRY
(
GroupId
)
A_ENTRY
(
TypeLibFile
)
A_ENTRY
(
Export
)
A_ENTRY
(
Export
)
A_ENTRY
(
PseudoPrefix
)
A_ENTRY
(
PseudoPrefix
)
A_ENTRY
(
define
)
A_ENTRY
(
define
)
...
...
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