diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2010-06-10 10:39:26 +0200 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2010-06-10 10:39:26 +0200 |
commit | 37de10498e52df84f4c1d85ea9555eb602671924 (patch) | |
tree | 620e1572edc35da1a7920efca5b96672b7f27986 /l10ntools | |
parent | 363b004b5a160f00268c0dc000f050c29089274d (diff) |
consolidatereadme: remove quoting of strings
Diffstat (limited to 'l10ntools')
-rw-r--r-- | l10ntools/source/xrmmerge.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/l10ntools/source/xrmmerge.cxx b/l10ntools/source/xrmmerge.cxx index 2e46e4fcbd05..03033b49ce0c 100644 --- a/l10ntools/source/xrmmerge.cxx +++ b/l10ntools/source/xrmmerge.cxx @@ -670,7 +670,7 @@ void XRMResMerge::WorkOnText( { rText = sContent; ConvertStringToXMLFormat( rText ); - Export::QuotHTMLXRM( rText ); + //Export::QuotHTMLXRM( rText ); } } } @@ -706,7 +706,7 @@ void XRMResMerge::EndOfText( ( sContent != "-" ) && ( sContent.Len())) { ByteString sText( sContent ); - Export::QuotHTMLXRM( sText ); + //Export::QuotHTMLXRM( sText ); ByteString sAdditionalLine( "\t" ); sAdditionalLine += rOpenTag; |