summaryrefslogtreecommitdiff
path: root/idl/source/objects/basobj.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-02-04 11:49:35 +0200
committerNoel Grandin <noel@peralex.com>2016-02-05 09:35:28 +0200
commit353b9b43da8dadf35012d658465bc957ceb242ce (patch)
tree57013b2f202460d856668120339ab9e43d35d951 /idl/source/objects/basobj.cxx
parent520bb089a0b41c15273f7387df95b62faa54f13e (diff)
remove unused HelpContext/Name/UCHAR/USHORT from .SDI files
Change-Id: Ic837cfb952730f10d2669095134ab2eb10bd72e5
Diffstat (limited to 'idl/source/objects/basobj.cxx')
-rw-r--r--idl/source/objects/basobj.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/idl/source/objects/basobj.cxx b/idl/source/objects/basobj.cxx
index 397ed7a7d5c4..6942a71c0b98 100644
--- a/idl/source/objects/basobj.cxx
+++ b/idl/source/objects/basobj.cxx
@@ -90,14 +90,6 @@ bool SvMetaObject::ReadNameSvIdl( SvIdlDataBase & rBase,
void SvMetaObject::ReadAttributesSvIdl( SvIdlDataBase & rBase,
SvTokenStream & rInStm )
{
- sal_uInt32 nTokPos = rInStm.Tell();
- if( aName.ReadSvIdl( SvHash_Name(), rInStm ) )
- {
- if( !SetName( aName.getString(), &rBase ) )
- rInStm.Seek( nTokPos );
- }
-
- aHelpContext.ReadSvIdl( rBase, SvHash_HelpContext(), rInStm );
aHelpText.ReadSvIdl( rBase, rInStm );
aDescription.ReadSvIdl( SvHash_Description(), rInStm );
}