diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-08-25 16:13:16 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-08-25 16:13:35 -0400 |
commit | 3c67751cd57ff54da6afa95949a67011eac5d239 (patch) | |
tree | 587db981bbc8278bb6b159b9688c799cff2d9b51 /sc | |
parent | 8f465e27063a04037f555afa40c17eee1a7ccdd5 (diff) |
Unused variable.
Change-Id: Ibef6cade989995a61cdc22872a81bc97aeea86aa
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/core/tool/editutil.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/core/tool/editutil.cxx b/sc/source/core/tool/editutil.cxx index c9632438d3b0..d851def62541 100644 --- a/sc/source/core/tool/editutil.cxx +++ b/sc/source/core/tool/editutil.cxx @@ -899,7 +899,6 @@ OUString ScFieldEditEngine::CalcFieldValue( const SvxFieldItem& rField, sal_Int32 /* nPara */, sal_uInt16 /* nPos */, Color*& rTxtColor, Color*& /* rFldColor */ ) { - OUString aRet; const SvxFieldData* pFieldData = rField.GetField(); if (!pFieldData) |