diff options
author | Kurt Zenker <kz@openoffice.org> | 2003-08-25 14:36:59 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2003-08-25 14:36:59 +0000 |
commit | ad9fee2f237ec0ecbc90317350e219f0b9e9514b (patch) | |
tree | 276c24622c16955161fe1469157f341b937771b2 | |
parent | 3038ed244feed8379358acb5554f8802c727f45f (diff) |
INTEGRATION: CWS ause04 (1.14.6); FILE MERGED
2003/07/16 10:30:59 hjs 1.14.6.1: #110619# changed hardcoded name
-rw-r--r-- | tools/bootstrp/rscdep.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/bootstrp/rscdep.cxx b/tools/bootstrp/rscdep.cxx index 50ea5263b559..e7474d8330e0 100644 --- a/tools/bootstrp/rscdep.cxx +++ b/tools/bootstrp/rscdep.cxx @@ -2,9 +2,9 @@ * * $RCSfile: rscdep.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: vg $ $Date: 2003-06-12 10:30:17 $ + * last change: $Author: kz $ $Date: 2003-08-25 15:36:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -154,7 +154,7 @@ main( int argc, char **argv ) String aName( pOutputFileName, gsl_getSystemTextEncoding()); USHORT nPos = 0; DirEntry aDest( aName ); - aSrsBaseName = aDest.GetBase(); + aSrsBaseName = DirEntry(aDest.GetBase()).GetExtension(); //break; } if (aBuf[0] == '-' && aBuf[1] == 'i' ) @@ -274,7 +274,7 @@ main( int argc, char **argv ) aFileName += aCwd; aFileName += String(".", gsl_getSystemTextEncoding()); aFileName += aSrsBaseName; - aFileName += String(".dpr", gsl_getSystemTextEncoding()); + aFileName += String(".dprr", gsl_getSystemTextEncoding()); //fprintf( stderr, "OutFileName : %s \n",aFileName.GetStr()); aOutStream.Open( aFileName, STREAM_WRITE ); |