diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-03-10 15:35:23 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-03-10 17:39:57 +0100 |
commit | 96b0b3cb9cd46a1086cfe66717753ffbde3c3ce4 (patch) | |
tree | 9a2213d689a104b56059720fac93066996ee005c /reportdesign | |
parent | 9d7ee8a70f52be53be1f36dccf9856d93c0c93f8 (diff) |
reportdesign: simplify deprecated XTypeProvider.getImplementationId
Change-Id: I0ca0171f25a1df12c25f835595a086c670639bfd
Diffstat (limited to 'reportdesign')
-rw-r--r-- | reportdesign/source/core/api/ReportDefinition.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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<sal_Int8>(); } uno::Sequence< sal_Int8 > OReportDefinition::getUnoTunnelImplementationId() |