summaryrefslogtreecommitdiff
path: root/forms/source/component/FormsCollection.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/component/FormsCollection.cxx')
-rw-r--r--forms/source/component/FormsCollection.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/forms/source/component/FormsCollection.cxx b/forms/source/component/FormsCollection.cxx
index 841bc493e8a7..753deca90143 100644
--- a/forms/source/component/FormsCollection.cxx
+++ b/forms/source/component/FormsCollection.cxx
@@ -33,7 +33,7 @@ using namespace ::com::sun::star::util;
OUString SAL_CALL OFormsCollection::getServiceName()
{
- return OUString("com.sun.star.form.Forms");
+ return "com.sun.star.form.Forms";
}
Sequence< sal_Int8 > SAL_CALL OFormsCollection::getImplementationId( )
@@ -85,7 +85,7 @@ Any SAL_CALL OFormsCollection::queryAggregation(const Type& _rType)
OUString SAL_CALL OFormsCollection::getImplementationName()
{
- return OUString("com.sun.star.form.OFormsCollection");
+ return "com.sun.star.form.OFormsCollection";
}
sal_Bool SAL_CALL OFormsCollection::supportsService( const OUString& _rServiceName )