diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2015-09-22 16:20:45 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-09-22 18:57:37 +0000 |
commit | 3e6bd83cb5266efcda785d350fd4052d6251a52d (patch) | |
tree | 7583960d5171792cb9ff1e47bf65c375092702fc /sd | |
parent | efeb9281535f9e32a1d23332a19da69767dd1387 (diff) |
remove unused Link<> field
Change-Id: I0ca782c355933da740920e0368ffddeb0dc413a9
Reviewed-on: https://gerrit.libreoffice.org/18777
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/inc/taskpane/TaskPaneTreeNode.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sd/source/ui/inc/taskpane/TaskPaneTreeNode.hxx b/sd/source/ui/inc/taskpane/TaskPaneTreeNode.hxx index bcfe450d3ce9..2a1bde9438da 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 |