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.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/l10ntools/inc/helper.hxx b/l10ntools/inc/helper.hxx
index ff81f5792105..621218a0c1b7 100644
--- a/l10ntools/inc/helper.hxx
+++ b/l10ntools/inc/helper.hxx
@@ -28,11 +28,7 @@ OString escapeAll(
const OString& rText, const OString& rUnEscaped, const OString& rEscaped );
/// Unescape all given character in the text
OString unEscapeAll(
-#ifdef DEBUG
- const OString& rText, const OString& rEscaped, const OString& rUnEscaped );
-#else
const OString& rText, const OString& rEscaped, std::string_view rUnEscaped );
-#endif
/// Convert special characters to XML entity references
OString QuotHTML( const OString &rString );