summaryrefslogtreecommitdiff
path: root/svtools/source/control/inettbc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/control/inettbc.cxx')
-rw-r--r--svtools/source/control/inettbc.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/control/inettbc.cxx b/svtools/source/control/inettbc.cxx
index 2b359eb06509..0486958c067b 100644
--- a/svtools/source/control/inettbc.cxx
+++ b/svtools/source/control/inettbc.cxx
@@ -461,7 +461,7 @@ void SvtMatchContext_Impl::ReadFolder( const OUString& rURL,
// folders should get a final slash automatically
if ( bIsFolder )
- aInput += OUStringLiteral1(aDelimiter);
+ aInput += OUStringChar(aDelimiter);
Insert( aInput, aObj.GetMainURL( INetURLObject::DecodeMechanism::NONE ), true );
}
@@ -759,7 +759,7 @@ void MatchContext_Impl::ReadFolder( const OUString& rURL,
// folders should get a final slash automatically
if ( bIsFolder )
- aInput += OUStringLiteral1(aDelimiter);
+ aInput += OUStringChar(aDelimiter);
Insert( aInput, aObj.GetMainURL( INetURLObject::DecodeMechanism::NONE ), true );
}