From a977098f59a4c931c6f8a1d423720e682f5ed047 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 5 Nov 2018 15:08:47 +0000 Subject: map GtkTreeView to SvTreeViewBox now it is in vcl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I8ab8421354a296cb6382f28fd3bd40372e0665df Reviewed-on: https://gerrit.libreoffice.org/62908 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- include/vcl/treelistbox.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/vcl/treelistbox.hxx') diff --git a/include/vcl/treelistbox.hxx b/include/vcl/treelistbox.hxx index 464b9d30f864..36dd643eb473 100644 --- a/include/vcl/treelistbox.hxx +++ b/include/vcl/treelistbox.hxx @@ -192,6 +192,7 @@ namespace o3tl struct SvTreeListBoxImpl; class SalInstanceTreeView; +class SalInstanceEntryTreeView; class VCL_DLLPUBLIC SvTreeListBox :public Control @@ -205,6 +206,7 @@ class VCL_DLLPUBLIC SvTreeListBox friend class IconViewImpl; friend class TreeControlPeer; friend class SalInstanceTreeView; + friend class SalInstanceEntryTreeView; std::unique_ptr mpImpl; Link aCheckButtonHdl; -- cgit