summaryrefslogtreecommitdiff
path: root/idl/inc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-08-03 21:16:46 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-08-03 21:16:46 +0200
commitb99638665a0f286b29a2cb8827f0ea80bebd4705 (patch)
tree772c80e2457b6af24aec6c0288add7e8d05f518b /idl/inc
parent8b7ec376c38886ed26520034db35ce094b94c114 (diff)
-Werror,-Wunused-private-field
Change-Id: Ifc3cbc210da3bc342cd17a70284ce88ad22455fd
Diffstat (limited to 'idl/inc')
-rw-r--r--idl/inc/module.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/idl/inc/module.hxx b/idl/inc/module.hxx
index c8d1c40afc8a..4cb379882196 100644
--- a/idl/inc/module.hxx
+++ b/idl/inc/module.hxx
@@ -38,7 +38,6 @@ class SvMetaModule : public SvMetaExtern
SvMetaTypeMemberList aTypeList;
SvMetaAttributeMemberList aAttrList;
// browser
- OUString aIdlFileName;
SvString aHelpFileName;
SvString aSlotIdFile;
SvString aTypeLibFile;
@@ -57,8 +56,7 @@ public:
virtual bool SetName( const OString& rName, SvIdlDataBase * = NULL ) SAL_OVERRIDE;
- SvMetaModule( const OUString & rIdlFileName,
- bool bImported );
+ SvMetaModule( bool bImported );
bool FillNextName( SvGlobalName * );
bool IsImported() const { return bImported; }