diff options
author | Arkadiy Illarionov <qarkai@gmail.com> | 2019-09-19 00:08:37 +0300 |
---|---|---|
committer | Arkadiy Illarionov <qarkai@gmail.com> | 2019-09-20 08:31:02 +0200 |
commit | 4342aaef0c4d6cd5c51fd2b74328bb4df5fb71dd (patch) | |
tree | ff4385c61bbf7a02f548e1820f8b8437865d8f60 /sc/inc | |
parent | 4b49aaf56d4166a2f42e5112bbdb5f17bd32267b (diff) |
tdf#39593 Drop ScDataPilotDescriptorBase::getImplementation
Replace with comphelper::getUnoTunnelImplementation.
Change-Id: Ice068fcce262014a812a9e0a5d92b8bac173fa39
Reviewed-on: https://gerrit.libreoffice.org/79112
Tested-by: Jenkins
Reviewed-by: Arkadiy Illarionov <qarkai@gmail.com>
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/dapiuno.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/inc/dapiuno.hxx b/sc/inc/dapiuno.hxx index 22d7c4302d3a..14842615dab6 100644 --- a/sc/inc/dapiuno.hxx +++ b/sc/inc/dapiuno.hxx @@ -202,8 +202,7 @@ public: virtual sal_Int64 SAL_CALL getSomething( const css::uno::Sequence< sal_Int8 >& aIdentifier ) override; - static const css::uno::Sequence<sal_Int8>& getUnoTunnelId(); - SC_DLLPUBLIC static ScDataPilotDescriptorBase* getImplementation(const css::uno::Reference<css::sheet::XDataPilotDescriptor>& rObj); + SC_DLLPUBLIC static const css::uno::Sequence<sal_Int8>& getUnoTunnelId(); // XTypeProvider (override in ScDataPilotTableObj) virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes() override; |