[PATCH] fdo#36667: Fixed update of table formulas, missing extraction of pNewVal
Cédric Bosdonnat
cedric.bosdonnat.ooo at free.fr
Wed May 11 08:31:00 PDT 2011
---
sw/source/core/table/swtable.cxx | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/sw/source/core/table/swtable.cxx b/sw/source/core/table/swtable.cxx
index 0c9e3dd..39c8566 100644
--- a/sw/source/core/table/swtable.cxx
+++ b/sw/source/core/table/swtable.cxx
@@ -2270,6 +2270,8 @@ void SwTableBoxFmt::Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew )
GetChgSet()->Get( RES_BOXATR_FORMAT )).GetValue();
rSet.GetItemState( RES_BOXATR_FORMULA, sal_False,
(const SfxPoolItem**)&pNewFml );
+ rSet.GetItemState( RES_BOXATR_VALUE, sal_False,
+ (const SfxPoolItem**)&pNewVal );
}
break;
--
1.7.3.4
--=-7D/T7D3AkEgr4WUfoje9--
More information about the LibreOffice
mailing list