summaryrefslogtreecommitdiff
path: root/padmin
diff options
context:
space:
mode:
authorGert Faller <gertfaller@aliceadsl.fr>2010-11-23 19:50:59 +0100
committerGert Faller <gertfaller@aliceadsl.fr>2010-11-23 19:50:59 +0100
commit089f03d72c4a2d69002c184854a244c84927b6ec (patch)
tree18ceca8db43672d041059f9178d77a01ffd303d5 /padmin
parent1df8ba50d7eaa05b9f10ffab18196a85d5faf5c8 (diff)
RTL_CONSTASCII_USTRINGPARAM in libs-gui 15
Diffstat (limited to 'padmin')
-rw-r--r--padmin/source/pamain.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/padmin/source/pamain.cxx b/padmin/source/pamain.cxx
index 16968a843a83..7bf9afd2d718 100644
--- a/padmin/source/pamain.cxx
+++ b/padmin/source/pamain.cxx
@@ -129,8 +129,8 @@ void MyApp::Main()
* Create UCB.
*/
Sequence< Any > aArgs( 2 );
- aArgs[ 0 ] <<= OUString::createFromAscii( UCB_CONFIGURATION_KEY1_LOCAL );
- aArgs[ 1 ] <<= OUString::createFromAscii( UCB_CONFIGURATION_KEY2_OFFICE );
+ aArgs[ 0 ] <<= OUString(RTL_CONSTASCII_USTRINGPARAM( UCB_CONFIGURATION_KEY1_LOCAL ));
+ aArgs[ 1 ] <<= OUString(RTL_CONSTASCII_USTRINGPARAM( UCB_CONFIGURATION_KEY2_OFFICE ));
#if OSL_DEBUG_LEVEL > 1
sal_Bool bSuccess =
#endif