summaryrefslogtreecommitdiff
path: root/l10ntools
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-11-20 15:05:20 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-11-20 15:05:20 +0100
commit88ada48f9da15934ae5d110106f8d96ec4542fd8 (patch)
treeec9508098ed390ba0f26e9ae17c7726ba33305bd /l10ntools
parentfa88b3717d58410f6318c520b0397000f86b9720 (diff)
-Werror=trigraphs
Change-Id: I47f285e94d9437e837a0aaa25c0682b4d2187974
Diffstat (limited to 'l10ntools')
-rw-r--r--l10ntools/source/po.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/source/po.cxx b/l10ntools/source/po.cxx
index 1be60ecaf312..6ce50188a830 100644
--- a/l10ntools/source/po.cxx
+++ b/l10ntools/source/po.cxx
@@ -324,7 +324,7 @@ namespace
UErrorCode nIcuErr = U_ZERO_ERROR;
sal_uInt32 nSearchFlags = UREGEX_DOTALL | UREGEX_CASE_INSENSITIVE;
OUString sLocaleText( OStringToOUString(rText,RTL_TEXTENCODING_UTF8) );
- OUString sPattern( "<[/]??[a-z_-]+?(?:| +[a-z]+?=\".*?\") *[/]??>" );
+ OUString sPattern("<[/]\?\?[a-z_-]+?(?:| +[a-z]+?=\".*?\") *[/]\?\?>");
UnicodeString sSearchPat(
reinterpret_cast<const UChar*>(
sPattern.getStr()), sPattern.getLength() );