diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/connectivity/ConnectionWrapper.hxx | 2 | ||||
-rw-r--r-- | include/svl/style.hxx | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/include/connectivity/ConnectionWrapper.hxx b/include/connectivity/ConnectionWrapper.hxx index 0d6132ae02b9..b621cd041b51 100644 --- a/include/connectivity/ConnectionWrapper.hxx +++ b/include/connectivity/ConnectionWrapper.hxx @@ -67,7 +67,7 @@ namespace connectivity // css::lang::XUnoTunnel virtual sal_Int64 SAL_CALL getSomething( const css::uno::Sequence< sal_Int8 >& aIdentifier ) override; - static css::uno::Sequence< sal_Int8 > getUnoTunnelImplementationId(); + static css::uno::Sequence< sal_Int8 > getUnoTunnelId(); /** method to create unique ids @param _rURL The URL. diff --git a/include/svl/style.hxx b/include/svl/style.hxx index 23a35f09c751..7a695948d6c5 100644 --- a/include/svl/style.hxx +++ b/include/svl/style.hxx @@ -356,10 +356,8 @@ public: static SfxUnoStyleSheet* getUnoStyleSheet( const css::uno::Reference< css::style::XStyle >& xStyle ); // XUnoTunnel + static const css::uno::Sequence< ::sal_Int8 >& getUnoTunnelId(); virtual ::sal_Int64 SAL_CALL getSomething( const css::uno::Sequence< ::sal_Int8 >& aIdentifier ) override; - -private: - static const css::uno::Sequence< ::sal_Int8 >& getIdentifier(); }; #endif |