diff options
author | Júlio Hoffimann <julio.hoffimann@gmail.com> | 2011-04-16 16:18:45 -0300 |
---|---|---|
committer | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2011-04-18 16:46:00 +0200 |
commit | dad9275f4dfef56700656538323b8b6667eb799b (patch) | |
tree | d86512411a649a82a33800e1ba1f606398563fbf /l10ntools | |
parent | a760a7bc3913d6d10e7dcf86f3eb39a7178b517f (diff) |
bug id's from Oracle internal database removed
Diffstat (limited to 'l10ntools')
-rw-r--r-- | l10ntools/source/export.cxx | 2 | ||||
-rw-r--r-- | l10ntools/source/xrmmerge.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/l10ntools/source/export.cxx b/l10ntools/source/export.cxx index e3ee7aee552a..39b9a2579c8a 100644 --- a/l10ntools/source/export.cxx +++ b/l10ntools/source/export.cxx @@ -2261,7 +2261,7 @@ void Export::MergeRest( ResData *pResData, sal_uInt16 nMode ) break; nLIndex ++; PFormEntrys *oldEntry = pEntrys; - pEntrys = pMergeDataFile->GetPFormEntrys( pResData ); // <--- game over + pEntrys = pMergeDataFile->GetPFormEntrys( pResData ); if( !pEntrys ) pEntrys = oldEntry; } diff --git a/l10ntools/source/xrmmerge.cxx b/l10ntools/source/xrmmerge.cxx index 69cc32c52306..c333f3d2060b 100644 --- a/l10ntools/source/xrmmerge.cxx +++ b/l10ntools/source/xrmmerge.cxx @@ -371,7 +371,7 @@ int XRMResParser::Execute( int nToken, char * pToken ) ByteString sLang = GetAttribute( sCurrentOpenTag, "xml:lang" ); WorkOnText( sCurrentOpenTag, sCurrentText ); Output( sCurrentText ); - EndOfText( sCurrentOpenTag, sCurrentCloseTag );// <--- + EndOfText( sCurrentOpenTag, sCurrentCloseTag ); bText = sal_False; rToken = ByteString(""); sCurrentText = ByteString(""); |