diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-04-24 10:18:48 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-04-24 10:18:48 +0000 |
commit | 76003a516c8ffa4fe2b275d3bf22bfbf71811691 (patch) | |
tree | 0b1e2f429455f19d7af92b507cc7e4f33c776a3a /soldep/source/depper.cxx | |
parent | 6027506876a280aad8464ac545d78624a72ac36c (diff) |
unxlngi6 parse problem
Diffstat (limited to 'soldep/source/depper.cxx')
-rw-r--r-- | soldep/source/depper.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/soldep/source/depper.cxx b/soldep/source/depper.cxx index ce500b708766..92f327969961 100644 --- a/soldep/source/depper.cxx +++ b/soldep/source/depper.cxx @@ -4,9 +4,9 @@ * * $RCSfile: depper.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: obo $ $Date: 2006-04-20 15:15:01 $ + * last change: $Author: obo $ $Date: 2006-04-24 11:18:48 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -534,7 +534,8 @@ ULONG Depper::HandleNewDirectoryDialog(ByteString &rBodyText) sTokenLine += String( "NULL", RTL_TEXTENCODING_UTF8 ); - mpStarWriter->InsertTokenLine( ByteString( sTokenLine, RTL_TEXTENCODING_UTF8 )); + ByteString bsTokenLine = ByteString( sTokenLine, RTL_TEXTENCODING_UTF8 ); + mpStarWriter->InsertTokenLine( bsTokenLine ); if ( aNewDirectoryDlg.maEDeps.GetText() != String( "", RTL_TEXTENCODING_UTF8 )) { |