summaryrefslogtreecommitdiff
path: root/forms/source/component/FormComponent.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/component/FormComponent.cxx')
-rw-r--r--forms/source/component/FormComponent.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/forms/source/component/FormComponent.cxx b/forms/source/component/FormComponent.cxx
index 4497dc32ff54..f750c66e6ae9 100644
--- a/forms/source/component/FormComponent.cxx
+++ b/forms/source/component/FormComponent.cxx
@@ -174,7 +174,7 @@ Any SAL_CALL OControl::queryAggregation( const Type& _rType ) throw(RuntimeExcep
Sequence<sal_Int8> SAL_CALL OControl::getImplementationId() throw(RuntimeException, std::exception)
{
- return OImplementationIds::getImplementationId(getTypes());
+ return css::uno::Sequence<sal_Int8>();
}
Sequence<Type> SAL_CALL OControl::getTypes() throw(RuntimeException, std::exception)
@@ -424,7 +424,7 @@ void OBoundControl::disposing()
// OControlModel
Sequence<sal_Int8> SAL_CALL OControlModel::getImplementationId() throw(RuntimeException, std::exception)
{
- return OImplementationIds::getImplementationId(getTypes());
+ return css::uno::Sequence<sal_Int8>();
}
Sequence<Type> SAL_CALL OControlModel::getTypes() throw(RuntimeException, std::exception)