summaryrefslogtreecommitdiffstats
path: root/idl/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-03-23 09:44:28 +0200
committerNoel Grandin <noel@peralex.com>2016-03-23 10:19:43 +0200
commit5b79f5a4e5126a427c14c46e65b3a0b898024f60 (patch)
tree3202be5fd301b5bf526faf5a5ee05582be19c9bb /idl/inc
parentloplugin:constantparam in linguistic (diff)
downloadcore-5b79f5a4e5126a427c14c46e65b3a0b898024f60.tar.gz
core-5b79f5a4e5126a427c14c46e65b3a0b898024f60.zip
loplugin:constantparam in idl
Change-Id: I2fa4c74c9709d3a8495341f00d974ba960c18deb
Diffstat (limited to 'idl/inc')
-rw-r--r--idl/inc/module.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/idl/inc/module.hxx b/idl/inc/module.hxx
index 93f335a23449..dad17bc96105 100644
--- a/idl/inc/module.hxx
+++ b/idl/inc/module.hxx
@@ -25,13 +25,10 @@
class SvMetaModule : public SvMetaObject
{
- bool bImported;
public:
SvRefMemberList<SvMetaClass *> aClassList;
- SvMetaModule( bool bImported );
-
- bool IsImported() const { return bImported; }
+ SvMetaModule();
void WriteSfx( SvIdlDataBase & rBase, SvStream & rOutStm );
};