summaryrefslogtreecommitdiff
path: root/forms/source/component/spinbutton.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/component/spinbutton.cxx')
-rw-r--r--forms/source/component/spinbutton.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/forms/source/component/spinbutton.cxx b/forms/source/component/spinbutton.cxx
index e7699bfbb83c..9d6b618c3506 100644
--- a/forms/source/component/spinbutton.cxx
+++ b/forms/source/component/spinbutton.cxx
@@ -62,7 +62,7 @@ namespace frm
OUString SAL_CALL OSpinButtonModel::getImplementationName()
{
- return OUString( "com.sun.star.comp.forms.OSpinButtonModel" );
+ return "com.sun.star.comp.forms.OSpinButtonModel";
}
// note that we're passing OControlModel as "base class". This is because
@@ -185,7 +185,7 @@ namespace frm
OUString SAL_CALL OSpinButtonModel::getServiceName()
{
- return OUString(FRM_SUN_COMPONENT_SPINBUTTON);
+ return FRM_SUN_COMPONENT_SPINBUTTON;
}