summaryrefslogtreecommitdiff
path: root/stoc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-08-03 14:03:54 +0200
committerNoel Grandin <noel@peralex.com>2015-08-04 08:55:56 +0200
commit3fc7f4c582c04a11bbd6ebede8e8bdc99f3b2034 (patch)
treeadee3f9d3bef6cddf7039d4eada4e4028a65c19e /stoc
parent9e6b501833d4e45ba0239d1adf4911f140304569 (diff)
svx,starmath: inline some use-once typedefs
Change-Id: I5a7405d326b7258cbed476c30f88e57559b4cc8e
Diffstat (limited to 'stoc')
-rw-r--r--stoc/test/testintrosp.cxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/stoc/test/testintrosp.cxx b/stoc/test/testintrosp.cxx
index 2843169ba785..4c2ab0934f16 100644
--- a/stoc/test/testintrosp.cxx
+++ b/stoc/test/testintrosp.cxx
@@ -54,10 +54,6 @@ using namespace css::beans::PropertyAttribute;
-typedef WeakImplHelper4< XIntroTest, XPropertySet, XNameAccess, XIndexAccess > ImplIntroTestHelper;
-typedef WeakImplHelper1< XPropertySetInfo > ImplPropertySetInfoHelper;
-
-
#define DEFAULT_INDEX_ACCESS_COUNT 10
#define DEFAULT_NAME_ACCESS_COUNT 5
@@ -176,7 +172,7 @@ OUString AnyToString( const Any& aValue, sal_Bool bIncludeType, const Reference<
// XPropertySetInfo for test class
-class ImplPropertySetInfo : public ImplPropertySetInfoHelper
+class ImplPropertySetInfo : public WeakImplHelper1< XPropertySetInfo >
{
friend class ImplIntroTest;
@@ -257,7 +253,7 @@ sal_Bool ImplPropertySetInfo::hasPropertyByName(const OUString& Name)
}
-class ImplIntroTest : public ImplIntroTestHelper
+class ImplIntroTest : public WeakImplHelper4< XIntroTest, XPropertySet, XNameAccess, XIndexAccess >
{
Reference< XMultiServiceFactory > mxMgr;