From 96b0b3cb9cd46a1086cfe66717753ffbde3c3ce4 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 10 Mar 2014 15:35:23 +0100 Subject: reportdesign: simplify deprecated XTypeProvider.getImplementationId Change-Id: I0ca0171f25a1df12c25f835595a086c670639bfd --- reportdesign/source/core/api/ReportDefinition.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reportdesign/source/core/api/ReportDefinition.cxx b/reportdesign/source/core/api/ReportDefinition.cxx index 85e0d277f993..9cd3f7327af1 100644 --- a/reportdesign/source/core/api/ReportDefinition.cxx +++ b/reportdesign/source/core/api/ReportDefinition.cxx @@ -2133,7 +2133,7 @@ sal_Int64 SAL_CALL OReportDefinition::getSomething( const uno::Sequence< sal_Int uno::Sequence< sal_Int8 > SAL_CALL OReportDefinition::getImplementationId( ) throw (uno::RuntimeException, std::exception) { - return OReportDefinition::getUnoTunnelImplementationId(); + return css::uno::Sequence(); } uno::Sequence< sal_Int8 > OReportDefinition::getUnoTunnelImplementationId() -- cgit