diff options
-rw-r--r-- | sw/source/filter/ww8/ww8par5.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/ww8par5.cxx b/sw/source/filter/ww8/ww8par5.cxx index daaddd7ada2f..3a8fe2915114 100644 --- a/sw/source/filter/ww8/ww8par5.cxx +++ b/sw/source/filter/ww8/ww8par5.cxx @@ -1045,7 +1045,7 @@ void SwWW8ImplReader::MakeTagString( OUString& rStr, const OUString& rOrg ) case 21: rStr = rStr.replaceAt( nI, 1, "}" ); break; - case '\\': // Tag \{|} with \ + case '\\': // Tag \{|} with \ ... case '{': case '|': case '}': |