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

Noel Grandin noelgrandin at gmail.com
Tue Sep 22 11:58:09 PDT 2015


 sd/source/ui/inc/taskpane/TaskPaneTreeNode.hxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 3e6bd83cb5266efcda785d350fd4052d6251a52d
Author: Noel Grandin <noelgrandin at gmail.com>
Date:   Tue Sep 22 16:20:45 2015 +0200

    remove unused Link<> field
    
    Change-Id: I0ca782c355933da740920e0368ffddeb0dc413a9
    Reviewed-on: https://gerrit.libreoffice.org/18777
    Reviewed-by: Noel Grandin <noelgrandin at gmail.com>
    Tested-by: Noel Grandin <noelgrandin at gmail.com>

diff --git a/sd/source/ui/inc/taskpane/TaskPaneTreeNode.hxx b/sd/source/ui/inc/taskpane/TaskPaneTreeNode.hxx
index bcfe450..2a1bde9 100644
--- a/sd/source/ui/inc/taskpane/TaskPaneTreeNode.hxx
+++ b/sd/source/ui/inc/taskpane/TaskPaneTreeNode.hxx
@@ -172,8 +172,6 @@ protected:
 
 private:
     TreeNode* mpParent;
-    typedef ::std::vector<Link<>> StateChangeListenerContainer;
-    StateChangeListenerContainer maStateChangeListeners;
 };
 
 /** Objects of this class are sent to listeners to notify them about state


More information about the Libreoffice-commits mailing list