summaryrefslogtreecommitdiff
path: root/idl
diff options
context:
space:
mode:
Diffstat (limited to 'idl')
-rw-r--r--idl/inc/basobj.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/idl/inc/basobj.hxx b/idl/inc/basobj.hxx
index d3ea84fdc7a9..12def9b70942 100644
--- a/idl/inc/basobj.hxx
+++ b/idl/inc/basobj.hxx
@@ -83,9 +83,9 @@ public:
class SvMetaObject : public SvRefBase
{
-protected:
OString aName;
+protected:
bool ReadNameSvIdl( SvTokenStream & rInStm );
void DoReadContextSvIdl( SvIdlDataBase &, SvTokenStream & rInStm );
virtual void ReadContextSvIdl( SvIdlDataBase &, SvTokenStream & rInStm );
@@ -106,7 +106,6 @@ public:
class SvMetaReference : public SvMetaObject
{
-protected:
tools::SvRef<SvMetaReference> aRef;
public:
SvMetaReference();