summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-11-12 11:20:10 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-11-12 21:21:18 +0000
commit25bb8e3278014664546ea5f8e4e31b77ef6e970c (patch)
tree4e4fa0e5ce134810f451be3732cb0d93e99d6e26 /sfx2
parent97cae691e9a2bed161f95c559fde308ed42d7bf7 (diff)
RTL_CONSTASCII_USTRINGPARAM used with nonarray
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/control/macro.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/control/macro.cxx b/sfx2/source/control/macro.cxx
index 0d387716e422..fcaef08a6fbf 100644
--- a/sfx2/source/control/macro.cxx
+++ b/sfx2/source/control/macro.cxx
@@ -381,7 +381,7 @@ void SfxMacroStatement::GenerateNameAndArgs_Impl
USHORT nPos = 0;
while ( TRUE )
{
- nPos = aRecordable.SearchAndReplace( DEFINE_CONST_UNICODE('"'), DEFINE_CONST_UNICODE("\"\""), nPos );
+ nPos = aRecordable.SearchAndReplace( String('"'), DEFINE_CONST_UNICODE("\"\""), nPos );
if ( STRING_NOTFOUND == nPos )
break;
nPos += 2;