summaryrefslogtreecommitdiffstats
path: root/framework/source/services
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-03-08 03:59:11 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-03-08 04:00:42 +0100
commitb5d7f9208294803cc7a2dfb4c2a4cb17d7739947 (patch)
treef2d2e57e8cf02a20cd298d29c6d60084b90c7d89 /framework/source/services
parentRTL_CONSTASCII_USTRINGPARAM and ::rtl:: removals (diff)
downloadcore-b5d7f9208294803cc7a2dfb4c2a4cb17d7739947.tar.gz
core-b5d7f9208294803cc7a2dfb4c2a4cb17d7739947.zip
fwk: some follow up of rtl cleanup
Change-Id: I434e714b6e5a38795c0baca85b51eef85a4732fd
Diffstat (limited to 'framework/source/services')
-rw-r--r--framework/source/services/substitutepathvars.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/services/substitutepathvars.cxx b/framework/source/services/substitutepathvars.cxx
index baca72d3153a..7007a03eab33 100644
--- a/framework/source/services/substitutepathvars.cxx
+++ b/framework/source/services/substitutepathvars.cxx
@@ -257,7 +257,7 @@ void SubstitutePathVariables_Impl::GetSharePointsRules( SubstituteVariables& aSu
while ( nSharePoints < aSharePointNames.getLength() )
{
OUString aSharePointNodeName( m_aSharePointsNodeName );
- aSharePointNodeName += OUString("/");
+ aSharePointNodeName += "/";
aSharePointNodeName += aSharePointNames[ nSharePoints ];
SubstituteRuleVector aRuleSet;