summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/formulaopt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/tool/formulaopt.cxx')
-rw-r--r--sc/source/core/tool/formulaopt.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/tool/formulaopt.cxx b/sc/source/core/tool/formulaopt.cxx
index 739758bdb96a..7cb1687ea26e 100644
--- a/sc/source/core/tool/formulaopt.cxx
+++ b/sc/source/core/tool/formulaopt.cxx
@@ -187,7 +187,7 @@ ScTpFormulaItem::~ScTpFormulaItem()
String ScTpFormulaItem::GetValueText() const
{
- return String::CreateFromAscii( "ScTpFormulaItem" );
+ return rtl::OUString("ScTpFormulaItem");
}
int ScTpFormulaItem::operator==( const SfxPoolItem& rItem ) const