diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-11-18 07:17:15 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-11-18 07:17:15 +0000 |
commit | e7b929daa15c53cdc0ff69d597662604a8748e0b (patch) | |
tree | 512e38b96ac321d696c8dc9ab900f8dc177d3503 /transex3 | |
parent | 45ca22da3ba2af1ad65fe17e542e88ce54c015e7 (diff) |
INTEGRATION: CWS babelfish04 (1.35.22); FILE MERGED
2004/11/17 18:07:10 ihi 1.35.22.1: #i35471# #i36441# Sort order / speed fix
Diffstat (limited to 'transex3')
-rw-r--r-- | transex3/source/localize.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/transex3/source/localize.cxx b/transex3/source/localize.cxx index c79b980dd499..cc6edded53a7 100644 --- a/transex3/source/localize.cxx +++ b/transex3/source/localize.cxx @@ -2,9 +2,9 @@ * * $RCSfile: localize.cxx,v $ * - * $Revision: 1.35 $ + * $Revision: 1.36 $ * - * last change: $Author: kz $ $Date: 2004-08-30 17:31:12 $ + * last change: $Author: rt $ $Date: 2004-11-18 08:17:15 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -513,7 +513,9 @@ BOOL SourceTreeLocalizer::Extract( const ByteString &rDestinationFile ) bReturn = StartExecute(); aSDF.Close(); } - + else{ + printf("ERROR: Can't create file %s\n", rDestinationFile.GetBuffer() ); + } nMode = LOCALIZE_NONE; return bReturn; } |