summaryrefslogtreecommitdiff
path: root/idl/inc/types.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/types.hxx
parentc5b995bb09487e2b7626a5920506b07dff390203 (diff)
idl,framework,forms: inline some use-once typedefs
Change-Id: Icb4908c274ec0778af7ed9fe2d935bf6723fedfb
Diffstat (limited to 'idl/inc/types.hxx')
-rw-r--r--idl/inc/types.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/idl/inc/types.hxx b/idl/inc/types.hxx
index 79b976d5d4b1..a9d5c75030c9 100644
--- a/idl/inc/types.hxx
+++ b/idl/inc/types.hxx
@@ -190,7 +190,6 @@ public:
virtual bool ReadSvIdl( SvIdlDataBase &, SvTokenStream & rInStm ) SAL_OVERRIDE;
};
-typedef tools::SvRef<SvMetaEnumValue> SvMetaEnumValueRef;
class SvMetaEnumValueMemberList : public SvRefMemberList<SvMetaEnumValue *> {};
@@ -211,7 +210,6 @@ public:
virtual bool ReadSvIdl( SvIdlDataBase &, SvTokenStream & rInStm ) SAL_OVERRIDE;
};
-typedef tools::SvRef<SvMetaTypeEnum> SvMetaTypeEnumRef;
class SvMetaTypeEnumMemberList : public SvRefMemberList<SvMetaTypeEnum *> {};