summaryrefslogtreecommitdiff
path: root/xmloff/source/style/shdwdhdl.cxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2012-07-10 11:01:00 +0200
committerMiklos Vajna <vmiklos@suse.cz>2012-07-10 11:03:39 +0200
commita8fb1a123f6c46eed611dbaea699624ea0b7962b (patch)
tree9b9a2267fb27d9b27ad5448f244b20463d1cbd43 /xmloff/source/style/shdwdhdl.cxx
parent57ce2ffc718a089bf71b722c8e5f94cd902fd8e3 (diff)
xmloff: kill RTL_CONSTASCII_USTRINGPARAM in rebased code
Change-Id: I3d5227c299d78d4492c47e29385c2c5ca25cfe49
Diffstat (limited to 'xmloff/source/style/shdwdhdl.cxx')
-rw-r--r--xmloff/source/style/shdwdhdl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/style/shdwdhdl.cxx b/xmloff/source/style/shdwdhdl.cxx
index 30112761c966..d0ef5dc084da 100644
--- a/xmloff/source/style/shdwdhdl.cxx
+++ b/xmloff/source/style/shdwdhdl.cxx
@@ -60,7 +60,7 @@ sal_Bool XMLShadowedPropHdl::exportXML( OUString& rStrExpValue, const Any& rValu
{
if( bValue )
{
- rStrExpValue = OUString( RTL_CONSTASCII_USTRINGPARAM( "1pt 1pt" ) );
+ rStrExpValue = "1pt 1pt";
}
else
{