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.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/component/spinbutton.cxx b/forms/source/component/spinbutton.cxx
index ced15e1d90ce..1faa874f7bab 100644
--- a/forms/source/component/spinbutton.cxx
+++ b/forms/source/component/spinbutton.cxx
@@ -196,7 +196,7 @@ namespace frm
//--------------------------------------------------------------------
OUString SAL_CALL OSpinButtonModel::getServiceName() throw( RuntimeException )
{
- return FRM_SUN_COMPONENT_SPINBUTTON;
+ return OUString(FRM_SUN_COMPONENT_SPINBUTTON);
}
//--------------------------------------------------------------------