diff options
author | Noel Grandin <noel@peralex.com> | 2016-03-23 09:44:28 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-03-23 10:19:43 +0200 |
commit | 5b79f5a4e5126a427c14c46e65b3a0b898024f60 (patch) | |
tree | 3202be5fd301b5bf526faf5a5ee05582be19c9bb /idl/inc | |
parent | 1e509513d95e810d44246e65fe3d1547772bc06b (diff) |
loplugin:constantparam in idl
Change-Id: I2fa4c74c9709d3a8495341f00d974ba960c18deb
Diffstat (limited to 'idl/inc')
-rw-r--r-- | idl/inc/module.hxx | 5 |
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 ); }; |