summaryrefslogtreecommitdiff
path: root/sc/inc/formularesult.hxx
diff options
context:
space:
mode:
authorLaurent Godard <lgodard.libre@laposte.net>2011-12-01 15:06:25 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-12-01 23:14:46 +0100
commitc00d6519e919275b390b82b1d1a49a31fe519993 (patch)
treed2705d6f012991ca91070b4a2e92784d9397a1a5 /sc/inc/formularesult.hxx
parent8e83722d93bfc49c3a5c31d55ff728842209765a (diff)
String to OUString for SetHybridString method
Diffstat (limited to 'sc/inc/formularesult.hxx')
-rw-r--r--sc/inc/formularesult.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/formularesult.hxx b/sc/inc/formularesult.hxx
index 1cc5faf5f77f..2aa674c359f2 100644
--- a/sc/inc/formularesult.hxx
+++ b/sc/inc/formularesult.hxx
@@ -200,7 +200,7 @@ public:
/** Should only be used by import filters, best in the order
SetHybridDouble(), SetHybridString()/SetHybridFormula(), or only
SetHybridFormula() for formula string to be compiled later. */
- inline void SetHybridString( const String & rStr );
+ inline void SetHybridString( const rtl::OUString & rStr );
/** Should only be used by import filters, best in the order
SetHybridDouble(), SetHybridString()/SetHybridFormula(), or only
@@ -572,7 +572,7 @@ inline void ScFormulaResult::SetHybridDouble( double f )
}
-inline void ScFormulaResult::SetHybridString( const String & rStr )
+inline void ScFormulaResult::SetHybridString( const rtl::OUString & rStr )
{
// Obtain values before changing anything.
double f = GetDouble();