summaryrefslogtreecommitdiff
path: root/idl/inc/database.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idl/inc/database.hxx')
-rw-r--r--idl/inc/database.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/idl/inc/database.hxx b/idl/inc/database.hxx
index c9259bf22fdf..e0bb7e2ace83 100644
--- a/idl/inc/database.hxx
+++ b/idl/inc/database.hxx
@@ -67,10 +67,10 @@ class SvIdlDataBase
SvRefMemberList<SvMetaModule *> aModuleList;
SvRefMemberList<SvMetaAttribute *> aAttrList;
SvRefMemberList<SvMetaType *> aTmpTypeList; // not persistent
+ SvRefMemberList<SvMetaObject *> aContextStack;
protected:
::std::set< OUString > m_DepFiles;
- SvMetaObjectMemberStack aContextStack;
OUString aPath;
SvIdlError aError;
void WriteReset()
@@ -102,7 +102,7 @@ public:
{ aError = r; }
const OUString & GetPath() const { return aPath; }
- SvMetaObjectMemberStack & GetStack() { return aContextStack; }
+ SvRefMemberList<SvMetaObject *>& GetStack() { return aContextStack; }
void Write(const OString& rText);
static void WriteError(const OString& rErrWrn,