summaryrefslogtreecommitdiffstats
path: root/starmath
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-06-10 23:25:28 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-06-10 23:25:28 +0100
commit0c39869f3e816fd370d60a4c4d6376098e5e8253 (patch)
tree0139dccbdd8df3be725f17803f32083f990e6bf4 /starmath
parentcreateFromAscii -> RTL_CONSTASCII_USTRINGPARAM (diff)
downloadcore-0c39869f3e816fd370d60a4c4d6376098e5e8253.tar.gz
core-0c39869f3e816fd370d60a4c4d6376098e5e8253.zip
createFromAscii -> RTL_CONSTASCII_USTRINGPARAM
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/view.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/view.cxx b/starmath/source/view.cxx
index c254416a6a60..b8e91f8981ed 100644
--- a/starmath/source/view.cxx
+++ b/starmath/source/view.cxx
@@ -852,7 +852,7 @@ IMPL_LINK( SmCmdBoxWindow, InitialFocusTimerHdl, Timer *, EMPTYARG /*pTimer*/ )
if (xSMGR.is())
{
xDesktop = uno::Reference< frame::XDesktop >(
- xSMGR->createInstance( rtl::OUString::createFromAscii( "com.sun.star.frame.Desktop" )), uno::UNO_QUERY_THROW );
+ xSMGR->createInstance( rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.frame.Desktop"))), uno::UNO_QUERY_THROW );
}
aEdit.GrabFocus();