summaryrefslogtreecommitdiff
path: root/comphelper/source/property/propertystatecontainer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/source/property/propertystatecontainer.cxx')
-rw-r--r--comphelper/source/property/propertystatecontainer.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/comphelper/source/property/propertystatecontainer.cxx b/comphelper/source/property/propertystatecontainer.cxx
index db12ef5d585e..3b5e7ed7506b 100644
--- a/comphelper/source/property/propertystatecontainer.cxx
+++ b/comphelper/source/property/propertystatecontainer.cxx
@@ -38,9 +38,9 @@ namespace comphelper
// strings only would suffice, and could be realized with an UNO service, so we do not
// need the dependency to the Tools project)
OUStringBuffer sMessage;
- sMessage.appendAscii( "The property \"" );
+ sMessage.append( "The property \"" );
sMessage.append( _rPropertyName );
- sMessage.appendAscii( "\" is unknown." );
+ sMessage.append( "\" is unknown." );
return sMessage.makeStringAndClear();
}
}