diff options
Diffstat (limited to 'l10ntools/inc/helper.hxx')
-rw-r--r-- | l10ntools/inc/helper.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/l10ntools/inc/helper.hxx b/l10ntools/inc/helper.hxx index 4dd2dd137937..1292f44ec957 100644 --- a/l10ntools/inc/helper.hxx +++ b/l10ntools/inc/helper.hxx @@ -25,7 +25,8 @@ namespace helper { -OString QuotHTML(const rtl::OString &rString); +OString QuotHTML( const OString &rString ); +OString UnQuotHTML( const OString& rString ); bool isWellFormedXML( OString const & text ); |