summaryrefslogtreecommitdiff
path: root/idl/inc/module.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idl/inc/module.hxx')
-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 );
};