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
c8c856bd
Kaydet (Commit)
c8c856bd
authored
Şub 04, 2016
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove unused HelpFile from .SDI files
Change-Id: I881ecb1a0838945dd89aefd99a209ea46b617563
üst
e02d6340
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 @
c8c856bd
...
...
@@ -63,7 +63,6 @@ struct SvGlobalHashNames
SvStringHashEntryRef
MM_PseudoSlots
;
SvStringHashEntryRef
MM_map
;
SvStringHashEntryRef
MM_Default
;
SvStringHashEntryRef
MM_HelpFile
;
SvStringHashEntryRef
MM_import
;
SvStringHashEntryRef
MM_SlotIdFile
;
SvStringHashEntryRef
MM_ItemName
;
...
...
@@ -147,7 +146,6 @@ HASH_INLINE(BYTE)
HASH_INLINE
(
item
)
HASH_INLINE
(
PseudoSlots
)
HASH_INLINE
(
Default
)
HASH_INLINE
(
HelpFile
)
HASH_INLINE
(
import
)
HASH_INLINE
(
SlotIdFile
)
HASH_INLINE
(
include
)
...
...
idl/inc/module.hxx
Dosyayı görüntüle @
c8c856bd
...
...
@@ -29,7 +29,6 @@ class SvMetaModule : public SvMetaExtern
SvMetaTypeMemberList
aTypeList
;
SvMetaAttributeMemberList
aAttrList
;
// browser
SvString
aHelpFileName
;
SvString
aSlotIdFile
;
SvString
aModulePrefix
;
...
...
idl/source/objects/module.cxx
Dosyayı görüntüle @
c8c856bd
...
...
@@ -48,7 +48,6 @@ void SvMetaModule::ReadAttributesSvIdl( SvIdlDataBase & rBase,
{
SvMetaExtern
::
ReadAttributesSvIdl
(
rBase
,
rInStm
);
aHelpFileName
.
ReadSvIdl
(
SvHash_HelpFile
(),
rInStm
);
if
(
aSlotIdFile
.
ReadSvIdl
(
SvHash_SlotIdFile
(),
rInStm
)
)
{
sal_uInt32
nTokPos
=
rInStm
.
Tell
();
...
...
idl/source/prj/globals.cxx
Dosyayı görüntüle @
c8c856bd
...
...
@@ -90,7 +90,6 @@ SvGlobalHashNames::SvGlobalHashNames()
A_ENTRY
(
PseudoSlots
)
A_ENTRY
(
map
)
A_ENTRY
(
Default
)
A_ENTRY
(
HelpFile
)
A_ENTRY
(
import
)
A_ENTRY
(
SlotIdFile
)
A_ENTRY
(
ItemName
)
...
...
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