summaryrefslogtreecommitdiff
path: root/transex3
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-16 17:12:56 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-16 17:12:56 +0000
commitaeefdf21e9df00b778eee5387bd165b0cb4717bc (patch)
tree660611295ca9b6afc0c71c2fcad3fab80c99b505 /transex3
parent7411244d704d899eb8732da53deec703104656ad (diff)
INTEGRATION: CWS dr33 (1.5.8); FILE MERGED
2005/02/09 12:01:20 dr 1.5.8.1: #i36782# remove non-ASCII chars from sources
Diffstat (limited to 'transex3')
-rw-r--r--transex3/source/helpmerge.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/transex3/source/helpmerge.cxx b/transex3/source/helpmerge.cxx
index b6a1b80d500b..b010c5422a98 100644
--- a/transex3/source/helpmerge.cxx
+++ b/transex3/source/helpmerge.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: helpmerge.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: kz $ $Date: 2005-01-13 19:17:16 $
+ * last change: $Author: vg $ $Date: 2005-02-16 18:12:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -386,7 +386,7 @@ bool HelpParser::Merge(
MakeDir( testpath );
// Test
- XMLFile* pFile = new XMLFile( *xmlfile );// copy new()
+ XMLFile* pFile = new XMLFile( *xmlfile );// copy new()
std::auto_ptr <XMLFile> file ( pFile );
file->Extract();
//Dump( file->GetStrings() );