summaryrefslogtreecommitdiff
path: root/scripting/source
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-03-10 15:50:03 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-03-10 17:39:57 +0100
commit55461af2bd054819b4e47bf86abd08641a6452ca (patch)
tree39042275f20abc83f53ebc37ea7bafefa91255f8 /scripting/source
parenta96b9043ff1e94f68215ff1cf0daf30fb46fdcb8 (diff)
scripting: simplify deprecated XTypeProvider.getImplementationId
Change-Id: If0d9a6f1c56dc560df078eb59313aaba393ee372
Diffstat (limited to 'scripting/source')
-rw-r--r--scripting/source/provider/BrowseNodeFactoryImpl.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripting/source/provider/BrowseNodeFactoryImpl.cxx b/scripting/source/provider/BrowseNodeFactoryImpl.cxx
index b9bd1fcd65c4..9237294e0035 100644
--- a/scripting/source/provider/BrowseNodeFactoryImpl.cxx
+++ b/scripting/source/provider/BrowseNodeFactoryImpl.cxx
@@ -526,8 +526,7 @@ public:
virtual Sequence< sal_Int8 > SAL_CALL getImplementationId()
throw ( com::sun::star::uno::RuntimeException, std::exception )
{
- return m_xWrappedTypeProv->getImplementationId();
-
+ return css::uno::Sequence<sal_Int8>();
}
};