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

remove unused ModulePrefix in *.SDI files

Change-Id: I92bb724259b6fd59af3a14810744cf1537ae2428
üst 8a79d044
......@@ -70,7 +70,6 @@ struct SvGlobalHashNames
SvStringHashEntryRef MM_ReadOnlyDoc;
SvStringHashEntryRef MM_struct;
SvStringHashEntryRef MM_SlotType;
SvStringHashEntryRef MM_ModulePrefix;
SvStringHashEntryRef MM_DisableFlags;
SvGlobalHashNames();
......@@ -137,7 +136,6 @@ HASH_INLINE(ImageReflection)
HASH_INLINE(ReadOnlyDoc)
HASH_INLINE(struct)
HASH_INLINE(SlotType)
HASH_INLINE(ModulePrefix)
HASH_INLINE(DisableFlags)
......
......@@ -28,7 +28,6 @@ class SvMetaModule : public SvMetaReference
SvRefMemberList<SvMetaClass *> aClassList;
// browser
SvString aSlotIdFile;
SvString aModulePrefix;
bool bImported : 1,
bIsModified : 1;
......
......@@ -51,7 +51,6 @@ void SvMetaModule::ReadAttributesSvIdl( SvIdlDataBase & rBase,
rInStm.Seek( nTokPos );
}
}
aModulePrefix.ReadSvIdl( SvHash_ModulePrefix(), rInStm );
}
void SvMetaModule::ReadContextSvIdl( SvIdlDataBase & rBase,
......
......@@ -97,7 +97,6 @@ SvGlobalHashNames::SvGlobalHashNames()
A_ENTRY(ReadOnlyDoc)
A_ENTRY(struct)
A_ENTRY(SlotType)
A_ENTRY(ModulePrefix)
A_ENTRY(DisableFlags)
{}
......
......@@ -16,11 +16,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
module
StarCalc
module StarCalc
[
SlotIdFile( "scslots.hrc" )
ModulePrefix( "Sc" )
SlotIdFile( "scslots.hrc" )
]
{
struct ScProtection
......
......@@ -15,11 +15,9 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
module
StarDraw
module StarDraw
[
SlotIdFile( "sdslots.hrc" )
ModulePrefix( "Sd" )
SlotIdFile( "sdslots.hrc" )
]
{
include "sfxitems.sdi"
......
......@@ -16,11 +16,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
module
StarDraw
module StarDraw
[
SlotIdFile( "sdslots.hrc" )
ModulePrefix( "Sd" )
SlotIdFile( "sdslots.hrc" )
]
{
include "sfxitems.sdi"
......
......@@ -16,11 +16,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
module
StarWriter
module StarWriter
[
SlotIdFile( "swslots.hrc" )
ModulePrefix( "Sw" )
SlotIdFile( "swslots.hrc" )
]
{
include "sfxitems.sdi"
......
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