[Libreoffice-commits] .: Branch 'libreoffice-3-4' - sw/source

Fridrich Strba fridrich at kemper.freedesktop.org
Thu May 12 02:57:08 PDT 2011


 sw/source/core/table/swtable.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 63d6ea7efa4d6215b2458e9be4237d9cb9cc7bd9
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
    
    Signed-off-by: Fridrich Å trba <fridrich.strba at bluewin.ch>

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;
 


More information about the Libreoffice-commits mailing list