summaryrefslogtreecommitdiff
path: root/unotools/source/config/extendedsecurityoptions.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-08-31 08:00:47 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-08-31 08:00:47 +0200
commit5e7627469cad44e10bcc9a764631b9ee2c682dc1 (patch)
tree9f8226b506483ae5aa5073f8b381dda5ea2fd570 /unotools/source/config/extendedsecurityoptions.cxx
parentd57a33520003ef6f88277dd4ea57cf662b10aac5 (diff)
loplugin:stringconstant: OUStringBuffer: appendAscii -> append
Change-Id: I957d08e78d6ce5c45cc2a4310b9300698550123c
Diffstat (limited to 'unotools/source/config/extendedsecurityoptions.cxx')
-rw-r--r--unotools/source/config/extendedsecurityoptions.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/source/config/extendedsecurityoptions.cxx b/unotools/source/config/extendedsecurityoptions.cxx
index 7ca01f35909a..2622d935e894 100644
--- a/unotools/source/config/extendedsecurityoptions.cxx
+++ b/unotools/source/config/extendedsecurityoptions.cxx
@@ -205,7 +205,7 @@ void SvtExtendedSecurityOptions_Impl::FillExtensionHashMap( ExtensionHashMap& aH
{
// Create access name for property
OUStringBuffer aExtEntryProp( m_aSecureExtensionsSetName );
- aExtEntryProp.appendAscii( "/" );
+ aExtEntryProp.append( "/" );
aExtEntryProp.append( seqNodes[i] );
aExtEntryProp.append( m_aExtensionPropName );