summaryrefslogtreecommitdiff
path: root/sc/inc/cell.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-07-03 14:45:51 +0000
committerRüdiger Timm <rt@openoffice.org>2007-07-03 14:45:51 +0000
commit5606ba0d620bdad3350bfe0dfa9a99dff325f85e (patch)
tree3f601737e76d4cfc3e6261a0b7573f3bac2e12cb /sc/inc/cell.hxx
parent225caf8af98a857d33248834248335e65f6dbb1a (diff)
INTEGRATION: CWS dr54 (1.23.58); FILE MERGED
2007/06/01 14:28:05 nn 1.23.58.1: #i63500# use intern() for string cell value
Diffstat (limited to 'sc/inc/cell.hxx')
-rw-r--r--sc/inc/cell.hxx6
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() )
{
}