summaryrefslogtreecommitdiff
path: root/xmlhelp
diff options
context:
space:
mode:
authorChr. Rossmanith <ChrRossmanith@gmx.de>2013-03-07 16:51:40 +0100
committerChr. Rossmanith <ChrRossmanith@gmx.de>2013-03-10 07:52:58 +0100
commitccce843ab6aa255243485919aefb5336d2c48546 (patch)
tree1f76ac54122da0dcd64bdbee2b5c4e610019445f /xmlhelp
parenta20d634b61c023ae4a08b4eb574d4ce4397c6e10 (diff)
Removed RTL_CONSTASCII_USTRINGPARAM in xmlhelp/ure
Change-Id: Ibaf83366e79292bbb6756045e4c82f2650958150
Diffstat (limited to 'xmlhelp')
-rw-r--r--xmlhelp/source/cxxhelp/inc/util/Decompressor.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlhelp/source/cxxhelp/inc/util/Decompressor.hxx b/xmlhelp/source/cxxhelp/inc/util/Decompressor.hxx
index f678a4ecf866..b07314968fd7 100644
--- a/xmlhelp/source/cxxhelp/inc/util/Decompressor.hxx
+++ b/xmlhelp/source/cxxhelp/inc/util/Decompressor.hxx
@@ -103,7 +103,7 @@ namespace xmlsearch {
{
if( arrayL_ <= index_ )
throw xmlsearch::excep::XmlSearchException(
- rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( "ByteArrayDecompressor->getNextByte()" )) );
+ OUString( "ByteArrayDecompressor->getNextByte()" ) );
return array_[index_++] & 0xFF;
}