summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-07-03 10:19:21 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-07-03 11:19:00 +0200
commit79cb267812f0c22919fddc4d60d381fa649f8d05 (patch)
treedc93ce86f276270fa45c7eb310b3b35c9975cfd9 /include
parente119194aeec907f3d02cb914e5afde5ac763df7c (diff)
no need to switch models in the SvTreeListBox
since we're replacing it completely anyhow. which means we can remove DisconnectFromModel Change-Id: I2f31d93eb95a641f3364d715111e70817c7e5087 Reviewed-on: https://gerrit.libreoffice.org/56849 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/svtools/treelistbox.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svtools/treelistbox.hxx b/include/svtools/treelistbox.hxx
index 5bb92a84a005..248e9d8d4e80 100644
--- a/include/svtools/treelistbox.hxx
+++ b/include/svtools/treelistbox.hxx
@@ -582,8 +582,6 @@ public:
void SetNoAutoCurEntry( bool b );
- void DisconnectFromModel();
-
void EnableCheckButton( SvLBoxButtonData* );
void SetCheckButtonData( SvLBoxButtonData* );
void SetNodeBitmaps( const Image& rCollapsedNodeBmp, const Image& rExpandedNodeBmp );