summaryrefslogtreecommitdiffstats
path: root/forms/source/component/FormsCollection.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-03-10 14:45:56 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-03-10 17:39:55 +0100
commit2598a15ed2e7bc4afb60e0e61ed611b6a5633e5e (patch)
tree90eadb986144a18842481b7b48712ee9338c6bd8 /forms/source/component/FormsCollection.cxx
parentfilter: simplify deprecated XTypeProvider.getImplementationId (diff)
downloadcore-2598a15ed2e7bc4afb60e0e61ed611b6a5633e5e.tar.gz
core-2598a15ed2e7bc4afb60e0e61ed611b6a5633e5e.zip
forms: simplify deprecated XTypeProvider.getImplementationId
...and remove thus unused unotools/idhelper.hxx Change-Id: I63affbcb0494ef91bc010b9dd5512d4cc718d7a2
Diffstat (limited to 'forms/source/component/FormsCollection.cxx')
-rw-r--r--forms/source/component/FormsCollection.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/component/FormsCollection.cxx b/forms/source/component/FormsCollection.cxx
index 3d363188f5bc..3fa25c7a42e7 100644
--- a/forms/source/component/FormsCollection.cxx
+++ b/forms/source/component/FormsCollection.cxx
@@ -52,7 +52,7 @@ OUString SAL_CALL OFormsCollection::getServiceName() throw(RuntimeException, std
Sequence< sal_Int8 > SAL_CALL OFormsCollection::getImplementationId( ) throw(RuntimeException, std::exception)
{
- return OImplementationIds::getImplementationId(getTypes());
+ return css::uno::Sequence<sal_Int8>();
}