summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-11-12 11:18:52 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-11-12 21:21:35 +0000
commitec642ba424bf4abac4fe23760cd6fddcdcb4cb37 (patch)
tree69490775bf7145c746fa204da1eb9dc3e5381d17 /sw
parent2ef9be8bfa2ee761799588ab7b73960322af08a8 (diff)
RTL_CONSTASCII_STRINGPARAM -> RTL_CONSTASCII_USTRINGPARAM
Diffstat (limited to 'sw')
-rw-r--r--sw/source/filter/ww8/wrtw8nds.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/wrtw8nds.cxx b/sw/source/filter/ww8/wrtw8nds.cxx
index 277387a7023c..884cd774ff59 100644
--- a/sw/source/filter/ww8/wrtw8nds.cxx
+++ b/sw/source/filter/ww8/wrtw8nds.cxx
@@ -796,7 +796,7 @@ bool AttributeOutputBase::AnalyzeURL( const String& rUrl, const String& /*rTarge
if ( bkmkName == sLink )
{
- sMark = String( RTL_CONSTASCII_STRINGPARAM( "_toc" ) );
+ sMark = String( RTL_CONSTASCII_USTRINGPARAM( "_toc" ) );
sMark += String::CreateFromInt32( aIter->second );
}
}
@@ -1767,7 +1767,7 @@ void MSWordExportBase::OutputTextNode( const SwTxtNode& rNode )
if ( aAttrIter.RequiresImplicitBookmark() )
{
- String sBkmkName = String( RTL_CONSTASCII_STRINGPARAM( "_toc" ) );
+ String sBkmkName = String( RTL_CONSTASCII_USTRINGPARAM( "_toc" ) );
sBkmkName += String::CreateFromInt32( rNode.GetIndex() );
AppendWordBookmark( sBkmkName );
}