[Libreoffice-commits] core.git: chart2/source

Tor Lillqvist tml at collabora.com
Mon May 12 02:15:34 PDT 2014


 chart2/source/controller/main/ChartController.hxx |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit d1516d488c081ec3a5d730d2b1626a0c8dc39a73
Author: Tor Lillqvist <tml at collabora.com>
Date:   Mon May 12 12:06:16 2014 +0300

    WaE: private field 'm_bOwnershipIsWellKnown' is not used
    
    Change-Id: Ic4b784cb26f9127fe549f3866cbe53f0d0be0a78

diff --git a/chart2/source/controller/main/ChartController.hxx b/chart2/source/controller/main/ChartController.hxx
index a207f51..485a2b7 100644
--- a/chart2/source/controller/main/ChartController.hxx
+++ b/chart2/source/controller/main/ChartController.hxx
@@ -476,10 +476,6 @@ private:
             //the ownership between model and controller is not clear at first
             //each controller might consider himself as owner of the model first
             bool volatile       m_bOwnership;
-            //with a XCloseable::close call and during XCloseListener::queryClosing
-            //the ownership can be regulated more explicit,
-            //if so the ownership is considered to be well known
-            bool volatile       m_bOwnershipIsWellKnown;
     };
     class TheModelRef
     {


More information about the Libreoffice-commits mailing list