summaryrefslogtreecommitdiff
path: root/l10ntools/inc/helper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/inc/helper.hxx')
-rw-r--r--l10ntools/inc/helper.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/l10ntools/inc/helper.hxx b/l10ntools/inc/helper.hxx
index 1292f44ec957..9ec399647c49 100644
--- a/l10ntools/inc/helper.hxx
+++ b/l10ntools/inc/helper.hxx
@@ -25,6 +25,11 @@
namespace helper {
+OString escapeAll(
+ const OString& rText, const OString& rUnEscaped, const OString& rEscaped );
+OString unEscapeAll(
+ const OString& rText, const OString& rEscaped, const OString& rUnEscaped );
+
OString QuotHTML( const OString &rString );
OString UnQuotHTML( const OString& rString );