summaryrefslogtreecommitdiff
path: root/idl/source/objects/basobj.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-02-04 08:51:25 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-02-04 13:06:15 +0000
commitb5cf88fa1f4dbda954c383d5c3f91ac677f44a5b (patch)
treedc5cf8dd0790532bbb22f0e2278978630d989719 /idl/source/objects/basobj.cxx
parentccbed01b40c9bc4421943ebe1fe818d43aadcc7d (diff)
remove unused ConfigName from .SDI files
Change-Id: I2d47d479e4b5b4ef63e13b8a22d9c6b62e9b3209 Reviewed-on: https://gerrit.libreoffice.org/22101 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'idl/source/objects/basobj.cxx')
-rw-r--r--idl/source/objects/basobj.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/idl/source/objects/basobj.cxx b/idl/source/objects/basobj.cxx
index 58c08e46ca54..0a4fb4e60d4f 100644
--- a/idl/source/objects/basobj.cxx
+++ b/idl/source/objects/basobj.cxx
@@ -99,7 +99,6 @@ void SvMetaObject::ReadAttributesSvIdl( SvIdlDataBase & rBase,
aHelpContext.ReadSvIdl( rBase, SvHash_HelpContext(), rInStm );
aHelpText.ReadSvIdl( rBase, rInStm );
- aConfigName.ReadSvIdl( SvHash_ConfigName(), rInStm );
aDescription.ReadSvIdl( SvHash_Description(), rInStm );
}