diff options
author | Eike Rathke <erack@redhat.com> | 2014-08-22 02:59:38 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2014-08-22 02:59:57 +0200 |
commit | 9344af955b68143b362a586a50543c5f05467c63 (patch) | |
tree | 52f985b51c7fc58b994f448d02ad139d5ea6c8d1 | |
parent | 0be29a469c565ec134cdc0b7cb5594cc65206ccc (diff) |
nitpick on comment form
Change-Id: I023f79187aaf6eb943a50516dace2aa229c5a87b
-rw-r--r-- | sc/source/filter/oox/workbookhelper.cxx | 4 | ||||
-rw-r--r-- | sc/source/ui/docshell/docsh.cxx | 4 | ||||
-rw-r--r-- | sc/source/ui/docshell/docsh6.cxx | 4 |
3 files changed, 6 insertions, 6 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(); diff --git a/sc/source/ui/docshell/docsh.cxx b/sc/source/ui/docshell/docsh.cxx index bc1d284b1e32..29f6e5a51157 100644 --- a/sc/source/ui/docshell/docsh.cxx +++ b/sc/source/ui/docshell/docsh.cxx @@ -484,8 +484,8 @@ bool ScDocShell::LoadXML( SfxMedium* pLoadMedium, const ::com::sun::star::uno::R officecfg::Office::Calc::Formula::Load::ODFRecalcMode::set(sal_Int32(0), batch); ScFormulaOptions aOpt = SC_MOD()->GetFormulaOptions(); aOpt.SetODFRecalcOptions(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(); diff --git a/sc/source/ui/docshell/docsh6.cxx b/sc/source/ui/docshell/docsh6.cxx index 78228eb0cc11..a752fefec797 100644 --- a/sc/source/ui/docshell/docsh6.cxx +++ b/sc/source/ui/docshell/docsh6.cxx @@ -456,8 +456,8 @@ void ScDocShell::SetFormulaOptions( const ScFormulaOptions& rOpt, bool bForLoadi // Wizard when loading the second document. // Do the stupid stuff only when we're not called while loading a document. - /** TODO: bForLoading is a workaround, rather get rid of setting any - globals from per document instances like ScDocShell. */ + /* TODO: bForLoading is a workaround, rather get rid of setting any + * globals from per document instances like ScDocShell. */ if (!bForLoading) { |