diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-10-25 19:12:05 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-10-25 19:12:05 +0200 |
commit | 129f814f6a18bf474f22a1ea9c9aa92677a8e6a5 (patch) | |
tree | 92b74f3b6b7f7b38bec34277599d5c6ebdf48065 /sc/source | |
parent | aed77f656b8a5067cf740e5af57eaf4e7b4c02db (diff) |
WaE: Unreferenced function declaration [loplugin:unreffun]
Change-Id: Ia6baf94ada92ecd134587ed1148a2543c8c17614
Diffstat (limited to 'sc/source')
-rw-r--r-- | sc/source/filter/oox/workbookhelper.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/filter/oox/workbookhelper.cxx b/sc/source/filter/oox/workbookhelper.cxx index 5c573a8ce887..d236b70f1c75 100644 --- a/sc/source/filter/oox/workbookhelper.cxx +++ b/sc/source/filter/oox/workbookhelper.cxx @@ -236,8 +236,6 @@ private: /** Finalizes the filter process (sets some needed document properties). */ void finalize(); - void recalcFormulaCells(); - private: typedef ::std::unique_ptr< ScEditEngineDefaulter > EditEngineDefaulterPtr; typedef ::std::unique_ptr< FormulaBuffer > FormulaBufferPtr; |