diff options
Diffstat (limited to 'stoc/test')
-rw-r--r-- | stoc/test/testintrosp.cxx | 8 |
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; |