diff options
author | Nils Fuhrmann <nf@openoffice.org> | 2001-08-24 09:43:15 +0000 |
---|---|---|
committer | Nils Fuhrmann <nf@openoffice.org> | 2001-08-24 09:43:15 +0000 |
commit | e61d2c2b69dc9e39ac99e198ff568f6a4d36dae4 (patch) | |
tree | 06e05c55657fe4b5a430791d390cd67eb252f7f6 /transex3 | |
parent | b2dff6689bfc458e27e5400fd666f46514ed24bb (diff) |
Remove write protection in merge mode
Diffstat (limited to 'transex3')
-rw-r--r-- | transex3/source/localize.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/transex3/source/localize.cxx b/transex3/source/localize.cxx index 838d0e7db108..a016513ef157 100644 --- a/transex3/source/localize.cxx +++ b/transex3/source/localize.cxx @@ -2,9 +2,9 @@ * * $RCSfile: localize.cxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: nf $ $Date: 2001-08-23 14:13:41 $ + * last change: $Author: nf $ $Date: 2001-08-24 10:43:15 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -543,6 +543,7 @@ BOOL SourceTreeLocalizer::MergeSingleFile( sOutput.GetBuffer()); } else { + FileStat::SetReadOnlyFlag( aEntry, FALSE ); SvFileStream aOutStream( aEntry.GetFull(), STREAM_STD_WRITE | STREAM_TRUNC ); if ( !aOutStream.IsOpen()) { fprintf( stderr, |