diff options
Diffstat (limited to 'toolkit/source')
-rw-r--r-- | toolkit/source/controls/unocontrol.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/source/controls/unocontrol.cxx b/toolkit/source/controls/unocontrol.cxx index c5c9450a6eb4..9aa4a5e22277 100644 --- a/toolkit/source/controls/unocontrol.cxx +++ b/toolkit/source/controls/unocontrol.cxx @@ -1386,7 +1386,7 @@ void UnoControl::setDesignMode( sal_Bool bOn ) maAccessibleContext.clear(); aModeChangeEvent.Source = *this; - aModeChangeEvent.NewMode = mbDesignMode ? OUString("design") : OUString("alive" ); + aModeChangeEvent.NewMode = mbDesignMode ? OUStringLiteral("design") : OUStringLiteral("alive" ); } // dispose current AccessibleContext, if we have one - without Mutex lock |