Kaydet (Commit) 96b0b3cb authored tarafından Stephan Bergmann's avatar Stephan Bergmann

reportdesign: simplify deprecated XTypeProvider.getImplementationId

Change-Id: I0ca0171f25a1df12c25f835595a086c670639bfd
üst 9d7ee8a7
...@@ -2133,7 +2133,7 @@ sal_Int64 SAL_CALL OReportDefinition::getSomething( const uno::Sequence< sal_Int ...@@ -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) 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() uno::Sequence< sal_Int8 > OReportDefinition::getUnoTunnelImplementationId()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment