summaryrefslogtreecommitdiff
path: root/forms/source/richtext/richtextmodel.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-10-21 14:29:42 +0200
committerNoel Grandin <noel@peralex.com>2014-10-23 12:36:15 +0200
commite2548315bfa103f114cc629a5b99b48f7542e9ac (patch)
treeae419aa521163ccaa56e15ea3c0c754036e32e0e /forms/source/richtext/richtextmodel.cxx
parentd4ca0cc293e060e68237f251173d951eceb7898f (diff)
loplugin: cstylecast
Change-Id: Iad39bce8e7562821bc8fbf8156ea56aedc19c7d6
Diffstat (limited to 'forms/source/richtext/richtextmodel.cxx')
-rw-r--r--forms/source/richtext/richtextmodel.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/richtext/richtextmodel.cxx b/forms/source/richtext/richtextmodel.cxx
index af5ec75c98aa..95431f8975f6 100644
--- a/forms/source/richtext/richtextmodel.cxx
+++ b/forms/source/richtext/richtextmodel.cxx
@@ -452,7 +452,7 @@ namespace frm
break;
case PROPERTY_ID_DEFAULTCONTROL:
- aDefault <<= (OUString)FRM_SUN_CONTROL_RICHTEXTCONTROL;
+ aDefault <<= OUString(FRM_SUN_CONTROL_RICHTEXTCONTROL);
break;
case PROPERTY_ID_HELPTEXT: