Kaydet (Commit) fa7643e0 authored tarafından Mike Kaganski's avatar Mike Kaganski Kaydeden (comit) Eike Rathke

Redundant variable

Change-Id: I0ceeea25b35b144e2cb4567939a7e9b01a723320
Reviewed-on: https://gerrit.libreoffice.org/61569
Tested-by: Jenkins
Reviewed-by: 's avatarEike Rathke <erack@redhat.com>
üst ca014eca
...@@ -6555,8 +6555,7 @@ void ScCellObj::SetOnePropertyValue( const SfxItemPropertySimpleEntry* pEntry, c ...@@ -6555,8 +6555,7 @@ void ScCellObj::SetOnePropertyValue( const SfxItemPropertySimpleEntry* pEntry, c
{ {
OUString aStrVal; OUString aStrVal;
aValue >>= aStrVal; aValue >>= aStrVal;
OUString aString(aStrVal); SetString_Impl(aStrVal, true, false); // interpret locally
SetString_Impl(aString, true, false); // interpret locally
} }
else if ( pEntry->nWID == SC_WID_UNO_FORMRT || pEntry->nWID == SC_WID_UNO_FORMRT2 else if ( pEntry->nWID == SC_WID_UNO_FORMRT || pEntry->nWID == SC_WID_UNO_FORMRT2
|| pEntry->nWID == SC_WID_UNO_CELLCONTENTTYPE ) || pEntry->nWID == SC_WID_UNO_CELLCONTENTTYPE )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment