From 447e910c19defcda3922396254a44a50ca19b9b5 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 10 Mar 2014 14:26:24 +0100 Subject: editeng: simplify deprecated XTypeProvider.getImplementationId Change-Id: I4135695eccb486e5df180f98a247755ba85a9454 --- editeng/source/uno/unopracc.cxx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'editeng/source/uno/unopracc.cxx') diff --git a/editeng/source/uno/unopracc.cxx b/editeng/source/uno/unopracc.cxx index ef033abcdb44..be290bd007bf 100644 --- a/editeng/source/uno/unopracc.cxx +++ b/editeng/source/uno/unopracc.cxx @@ -100,15 +100,10 @@ uno::Sequence< uno::Type > SAL_CALL SvxAccessibleTextPropertySet::getTypes() thr return pTypeCollection->getTypes() ; } -namespace -{ - class theSvxAccessibleTextPropertySetImplementationId : public rtl::Static< UnoTunnelIdInit, theSvxAccessibleTextPropertySetImplementationId > {}; -} - uno::Sequence< sal_Int8 > SAL_CALL SvxAccessibleTextPropertySet::getImplementationId() throw (uno::RuntimeException, std::exception) { - return theSvxAccessibleTextPropertySetImplementationId::get().getSeq(); + return css::uno::Sequence(); } // XServiceInfo -- cgit