summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/formularesult.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/tool/formularesult.cxx')
-rw-r--r--sc/source/core/tool/formularesult.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/tool/formularesult.cxx b/sc/source/core/tool/formularesult.cxx
index 66ee0a98fc7c..658eb97821e5 100644
--- a/sc/source/core/tool/formularesult.cxx
+++ b/sc/source/core/tool/formularesult.cxx
@@ -518,7 +518,7 @@ void ScFormulaResult::SetHybridDouble( double f )
}
}
-void ScFormulaResult::SetHybridString( const OUString & rStr )
+void ScFormulaResult::SetHybridString( const svl::SharedString& rStr )
{
// Obtain values before changing anything.
double f = GetDouble();