[Libreoffice-commits] core.git: 2 commits - sc/source

Tor Lillqvist tml at collabora.com
Sun Oct 25 10:22:50 PDT 2015


 sc/source/filter/oox/workbookhelper.cxx |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit 129f814f6a18bf474f22a1ea9c9aa92677a8e6a5
Author: Tor Lillqvist <tml at collabora.com>
Date:   Sun Oct 25 19:12:05 2015 +0200

    WaE: Unreferenced function declaration [loplugin:unreffun]
    
    Change-Id: Ia6baf94ada92ecd134587ed1148a2543c8c17614

diff --git a/sc/source/filter/oox/workbookhelper.cxx b/sc/source/filter/oox/workbookhelper.cxx
index 5c573a8..d236b70 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;
commit aed77f656b8a5067cf740e5af57eaf4e7b4c02db
Author: Tor Lillqvist <tml at collabora.com>
Date:   Sun Oct 25 19:11:00 2015 +0200

    WaE: Unreferenced externally visible function definition [loplugin:unreffun]
    
    Change-Id: I4adb1c6f3eb978429768640ca25eff7d8a5ce23e

diff --git a/sc/source/filter/oox/workbookhelper.cxx b/sc/source/filter/oox/workbookhelper.cxx
index ce4f54b..5c573a8 100644
--- a/sc/source/filter/oox/workbookhelper.cxx
+++ b/sc/source/filter/oox/workbookhelper.cxx
@@ -148,8 +148,6 @@ public:
 
     ScDocument& getScDocument() { return *mpDoc; }
 
-    ScDocShell& getDocShell() { return *mpDocShell; }
-
     ScDocumentImport& getDocImport();
 
     /** Returns a reference to the source/target spreadsheet document model. */


More information about the Libreoffice-commits mailing list