summaryrefslogtreecommitdiff
path: root/padmin
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@suse.com>2012-06-01 17:07:07 +0200
committerThorsten Behrens <tbehrens@suse.com>2012-06-01 17:07:47 +0200
commit017b1c5d0a1f6ceaa9a4810400d32477c13183b1 (patch)
tree0144a6f4baa74a5cdbc2e06aa6ba68ea55afea1b /padmin
parent24ea39d7260dd536a24f50fa4a0b7e0cc9ea9896 (diff)
Targeted string re-work in padmin and sax
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 571d44db090b..58e3dc3c67b1 100644
--- a/padmin/source/pamain.cxx
+++ b/padmin/source/pamain.cxx
@@ -121,8 +121,8 @@ int MyApp::Main()
* Create UCB.
*/
Sequence< Any > aArgs( 2 );
- aArgs[ 0 ] <<= OUString(RTL_CONSTASCII_USTRINGPARAM( UCB_CONFIGURATION_KEY1_LOCAL ));
- aArgs[ 1 ] <<= OUString(RTL_CONSTASCII_USTRINGPARAM( UCB_CONFIGURATION_KEY2_OFFICE ));
+ aArgs[ 0 ] <<= OUString( UCB_CONFIGURATION_KEY1_LOCAL );
+ aArgs[ 1 ] <<= OUString( UCB_CONFIGURATION_KEY2_OFFICE );
#if OSL_DEBUG_LEVEL > 1
sal_Bool bSuccess =
#endif