summaryrefslogtreecommitdiff
path: root/l10ntools
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools')
-rw-r--r--l10ntools/source/lngmerge.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/source/lngmerge.cxx b/l10ntools/source/lngmerge.cxx
index 264b50c74f56..fcab6966aef1 100644
--- a/l10ntools/source/lngmerge.cxx
+++ b/l10ntools/source/lngmerge.cxx
@@ -232,7 +232,7 @@ sal_Bool LngParser::Merge(
{
sal_Int32 n = 0;
rtl::OString sLang(sLine.getToken(0, '=', n));
- if (n == -1)
+ if (n == -1 || static_cast<bool>(sLine.match("/*")))
{
++nPos;
}