diff options
Diffstat (limited to 'sc/inc/cell.hxx')
-rw-r--r-- | sc/inc/cell.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/cell.hxx b/sc/inc/cell.hxx index 0b924488c59e..cc0245b9bf98 100644 --- a/sc/inc/cell.hxx +++ b/sc/inc/cell.hxx @@ -4,9 +4,9 @@ * * $RCSfile: cell.hxx,v $ * - * $Revision: 1.24 $ + * $Revision: 1.25 $ * - * last change: $Author: obo $ $Date: 2007-06-13 09:04:21 $ + * last change: $Author: rt $ $Date: 2007-07-03 15:45:51 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -576,7 +576,7 @@ inline ScStringCell::ScStringCell( const ScStringCell& rScStringCell, ScDocument inline ScStringCell::ScStringCell( const String& rString ) : ScBaseCell( CELLTYPE_STRING ), - aString( rString ) + aString( rString.intern() ) { } |