summaryrefslogtreecommitdiff
path: root/idl/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-02-08 10:49:57 +0200
committerNoel Grandin <noel@peralex.com>2016-02-08 14:00:38 +0200
commitb2c7ea1a22eb2158d3e40351c066ac174f61eb55 (patch)
tree561ac0f38f9f9f8e00a9bfd7099d813deb3ca215 /idl/inc
parent37458b730b7f193a1a853b06ae68f19e53e1ad58 (diff)
cParserChar in SvMetaType is unused
Change-Id: Ie46b381a3d6005e5ce98f33146a6c38f671b8473
Diffstat (limited to 'idl/inc')
-rw-r--r--idl/inc/types.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/idl/inc/types.hxx b/idl/inc/types.hxx
index f2c514fdea59..894707361df4 100644
--- a/idl/inc/types.hxx
+++ b/idl/inc/types.hxx
@@ -73,7 +73,6 @@ class SvMetaType : public SvMetaReference
MetaTypeType nType;
bool bIsItem;
bool bIsShell;
- char cParserChar;
void WriteSfxItem( const OString& rItemName, SvIdlDataBase & rBase,
SvStream & rOutStm );
@@ -84,8 +83,7 @@ protected:
bool ReadHeaderSvIdl( SvIdlDataBase &, SvTokenStream & rInStm );
public:
SvMetaType();
- SvMetaType( const OString& rTypeName,
- char cParserChar );
+ SvMetaType( const OString& rTypeName );
virtual ~SvMetaType();