summaryrefslogtreecommitdiffstats
path: root/svtools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-06-10 23:54:57 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-06-13 11:43:36 +0100
commita13904ead0011a1e9bb7ebdeb117e269e0cf3ece (patch)
tree0873d17fde71914181ef13b859b37e6eda8cddab /svtools
parentcreateFromAscii -> RTL_CONSTASCII_USTRINGPARAM (diff)
downloadcore-a13904ead0011a1e9bb7ebdeb117e269e0cf3ece.tar.gz
core-a13904ead0011a1e9bb7ebdeb117e269e0cf3ece.zip
createFromAscii -> RTL_CONSTASCII_USTRINGPARAM
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/dialogs/colrdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/dialogs/colrdlg.cxx b/svtools/source/dialogs/colrdlg.cxx
index d5f3b4ea9c65..9ca825e9aab4 100644
--- a/svtools/source/dialogs/colrdlg.cxx
+++ b/svtools/source/dialogs/colrdlg.cxx
@@ -92,7 +92,7 @@ short SvColorDialog::Execute()
Sequence< Any > args(1);
args[0] = Any( xParent );
- Reference< XExecutableDialog > xDialog( xSMGR->createInstanceWithArguments(::rtl::OUString::createFromAscii("com.sun.star.cui.ColorPicker"), args), UNO_QUERY_THROW );
+ Reference< XExecutableDialog > xDialog( xSMGR->createInstanceWithArguments(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.cui.ColorPicker")), args), UNO_QUERY_THROW );
Reference< XPropertyAccess > xPropertyAccess( xDialog, UNO_QUERY_THROW );
Sequence< PropertyValue > props( 2 );