From daeb7de41e8bf4a289e311c2a08c5f3e008ba53d Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Tue, 13 Nov 2012 14:14:30 -0500 Subject: fdo#56776: Change in formula options should cause repaint. Else Calc would fail to update the column headers due to A1 to R1C1 change (and vise versa). Change-Id: I2c403212f5bc539aea92370e60da96f480549d6d Reviewed-on: https://gerrit.libreoffice.org/1049 Reviewed-by: Noel Power Tested-by: Noel Power --- sc/source/ui/app/scmod.cxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sc/source/ui/app/scmod.cxx') diff --git a/sc/source/ui/app/scmod.cxx b/sc/source/ui/app/scmod.cxx index 2635cb8e628c..46e914020b2d 100644 --- a/sc/source/ui/app/scmod.cxx +++ b/sc/source/ui/app/scmod.cxx @@ -1076,6 +1076,11 @@ void ScModule::ModifyOptions( const SfxItemSet& rOptSet ) if (rOptSet.HasItem(SID_SCFORMULAOPTIONS, &pItem)) { const ScFormulaOptions& rOpt = ((const ScTpFormulaItem*)pItem)->GetFormulaOptions(); + + if (!pFormulaCfg || (*pFormulaCfg != rOpt)) + // Formula options have changed. Repaint the column headers. + bRepaint = true; + SetFormulaOptions( rOpt ); if ( pDocSh ) -- cgit v1.2.3