[Libreoffice-commits] .: sw/source
Fridrich Strba
fridrich at kemper.freedesktop.org
Thu May 12 02:57:09 PDT 2011
sw/source/core/table/swtable.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 72c29b961d3d24f3fca657e003e0bfda4700d3c8
Author: Cédric Bosdonnat <cedric.bosdonnat.ooo at free.fr>
Date: Wed May 11 17:31:00 2011 +0200
fdo#36667: Fixed update of table formulas, missing extraction of pNewVal
diff --git a/sw/source/core/table/swtable.cxx b/sw/source/core/table/swtable.cxx
index d9b7936..10cb663 100644
--- a/sw/source/core/table/swtable.cxx
+++ b/sw/source/core/table/swtable.cxx
@@ -2266,6 +2266,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;
More information about the Libreoffice-commits
mailing list