diff options
Diffstat (limited to 'l10ntools/inc/xmlparse.hxx')
-rw-r--r-- | l10ntools/inc/xmlparse.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/l10ntools/inc/xmlparse.hxx b/l10ntools/inc/xmlparse.hxx index 7a758727c5f6..55867d3f70ab 100644 --- a/l10ntools/inc/xmlparse.hxx +++ b/l10ntools/inc/xmlparse.hxx @@ -229,11 +229,11 @@ protected: class XMLUtil{ public: - /// Quot the XML characters and replace \n \t - static void QuotHTML( rtl::OUString &rString ); + /// Quot the XML characters + static OUString QuotHTML( const OUString& rString ); - /// UnQuot the XML characters and restore \n \t - static void UnQuotHTML ( rtl::OUString &rString ); + /// UnQuot the XML characters + static OUString UnQuotHTML( const OUString &rString ); }; |