Kaydet (Commit) c8c856bd authored tarafından Noel Grandin's avatar Noel Grandin

remove unused HelpFile from .SDI files

Change-Id: I881ecb1a0838945dd89aefd99a209ea46b617563
üst e02d6340
......@@ -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)
......
......@@ -29,7 +29,6 @@ class SvMetaModule : public SvMetaExtern
SvMetaTypeMemberList aTypeList;
SvMetaAttributeMemberList aAttrList;
// browser
SvString aHelpFileName;
SvString aSlotIdFile;
SvString aModulePrefix;
......
......@@ -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();
......
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment