summaryrefslogtreecommitdiff
path: root/idl/inc/basobj.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-08-03 15:12:26 +0200
committerNoel Grandin <noel@peralex.com>2015-08-04 08:55:56 +0200
commit2886f830a9c7871974f9afbc1fdc46bbae468811 (patch)
treeb23c06ab94d5937502cfe0ee29c11aab557193b9 /idl/inc/basobj.hxx
parentc5b995bb09487e2b7626a5920506b07dff390203 (diff)
idl,framework,forms: inline some use-once typedefs
Change-Id: Icb4908c274ec0778af7ed9fe2d935bf6723fedfb
Diffstat (limited to 'idl/inc/basobj.hxx')
-rw-r--r--idl/inc/basobj.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/idl/inc/basobj.hxx b/idl/inc/basobj.hxx
index 81194182db3c..89ca0a61b56b 100644
--- a/idl/inc/basobj.hxx
+++ b/idl/inc/basobj.hxx
@@ -100,12 +100,10 @@ public:
class SvMetaNameMemberList : public SvRefMemberList<SvMetaName *> {};
-class SvMetaReference;
-typedef tools::SvRef<SvMetaReference> SvMetaReferenceRef;
class SvMetaReference : public SvMetaName
{
protected:
- SvMetaReferenceRef aRef;
+ tools::SvRef<SvMetaReference> aRef;
public:
TYPEINFO_OVERRIDE();
SvMetaReference();