summaryrefslogtreecommitdiff
path: root/idl/inc/object.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-02-16 08:55:36 +0200
committerNoel Grandin <noel@peralex.com>2016-02-16 11:59:05 +0200
commit314cb543fe69d2a08fa40084512f40062437bed1 (patch)
treeb0fcdea41e2e6776324afe4b75393210b5557a91 /idl/inc/object.hxx
parente384e3851de8d5c82c64be579456eccfa4c75959 (diff)
parse shell/interface entries in SvIdlParser
Change-Id: Ief68b26be0a0890ffdfa02a5904ba9d2cb364c65
Diffstat (limited to 'idl/inc/object.hxx')
-rw-r--r--idl/inc/object.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/idl/inc/object.hxx b/idl/inc/object.hxx
index 12f5af2b06ac..6d56eebeceac 100644
--- a/idl/inc/object.hxx
+++ b/idl/inc/object.hxx
@@ -50,12 +50,12 @@ class SvMetaClass : public SvMetaType
{
public:
tools::SvRef<SvMetaClass> aSuperClass;
-private:
- SvRefMemberList<SvMetaAttribute *> aAttrList;
std::vector<SvClassElement> aClassElementList;
-
+ SvRefMemberList<SvMetaAttribute *> aAttrList;
bool TestAttribute( SvIdlDataBase & rBase, SvTokenStream & rInStm,
SvMetaAttribute & rAttr ) const;
+private:
+
static void WriteSlotStubs( const OString& rShellName,
SvSlotElementList & rSlotList,
ByteStringList & rList,