[Libreoffice-commits] core.git: sc/source
Kohei Yoshida
kohei.yoshida at gmail.com
Sun Aug 25 13:09:56 PDT 2013
sc/source/core/tool/editutil.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 3c67751cd57ff54da6afa95949a67011eac5d239
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date: Sun Aug 25 16:13:16 2013 -0400
Unused variable.
Change-Id: Ibef6cade989995a61cdc22872a81bc97aeea86aa
diff --git a/sc/source/core/tool/editutil.cxx b/sc/source/core/tool/editutil.cxx
index c963243..d851def 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)
More information about the Libreoffice-commits
mailing list