summaryrefslogtreecommitdiff
path: root/idl/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-02-11 14:50:15 +0200
committerNoel Grandin <noel@peralex.com>2016-02-12 09:13:43 +0200
commit62225eeb9832b982023dca6c5ce2bc64ac92728f (patch)
tree01467e6f989d4518bdd58ff4b4c44ead232743d3 /idl/inc
parent0c6d6aa47ea0a7260b4bc01519e51ef78e97f459 (diff)
bIsModified in SvMetaModule is unused
Change-Id: Idc6effddce9923f0d48a111b2a04458efc11ebf9
Diffstat (limited to 'idl/inc')
-rw-r--r--idl/inc/module.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/idl/inc/module.hxx b/idl/inc/module.hxx
index 897356535c1a..ce5f8db0f236 100644
--- a/idl/inc/module.hxx
+++ b/idl/inc/module.hxx
@@ -29,8 +29,7 @@ class SvMetaModule : public SvMetaReference
// browser
OString aSlotIdFile;
- bool bImported : 1,
- bIsModified : 1;
+ bool bImported : 1;
protected:
virtual void ReadAttributesSvIdl( SvIdlDataBase &, SvTokenStream & rInStm ) override;
virtual void ReadContextSvIdl( SvIdlDataBase &, SvTokenStream & rInStm ) override;