summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/oox/workbookhelper.cxx
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2014-08-22 02:59:38 +0200
committerEike Rathke <erack@redhat.com>2014-08-22 02:59:57 +0200
commit9344af955b68143b362a586a50543c5f05467c63 (patch)
tree52f985b51c7fc58b994f448d02ad139d5ea6c8d1 /sc/source/filter/oox/workbookhelper.cxx
parentreactivate the verify (diff)
downloadcore-9344af955b68143b362a586a50543c5f05467c63.tar.gz
core-9344af955b68143b362a586a50543c5f05467c63.zip
nitpick on comment form
Change-Id: I023f79187aaf6eb943a50516dace2aa229c5a87b
Diffstat (limited to 'sc/source/filter/oox/workbookhelper.cxx')
-rw-r--r--sc/source/filter/oox/workbookhelper.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/oox/workbookhelper.cxx b/sc/source/filter/oox/workbookhelper.cxx
index bfe360e9ec59..3b9665ac4cfa 100644
--- a/sc/source/filter/oox/workbookhelper.cxx
+++ b/sc/source/filter/oox/workbookhelper.cxx
@@ -675,8 +675,8 @@ void WorkbookGlobals::recalcFormulaCells()
officecfg::Office::Calc::Formula::Load::OOXMLRecalcMode::set(sal_Int32(0), batch);
ScFormulaOptions aOpt = SC_MOD()->GetFormulaOptions();
aOpt.SetOOXMLRecalcOptions(bHardRecalc ? RECALC_ALWAYS : RECALC_NEVER);
- /** XXX is this really supposed to set the ScModule options?
- Not the ScDocShell options? */
+ /* XXX is this really supposed to set the ScModule options?
+ * Not the ScDocShell options? */
SC_MOD()->SetFormulaOptions(aOpt);
batch->commit();