From 141a7aa1b3faafa7bf5c45b73f1604b16809a1a3 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 24 Oct 2016 17:28:15 +0100 Subject: SvTreeListBox cannot be loaded from .src now Change-Id: I80090f4daf9b7f224392a76449a87ab6aa6b7d05 --- include/svtools/treelistbox.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/svtools/treelistbox.hxx b/include/svtools/treelistbox.hxx index 740731c7e881..093d5206603a 100644 --- a/include/svtools/treelistbox.hxx +++ b/include/svtools/treelistbox.hxx @@ -342,7 +342,6 @@ protected: public: SvTreeListBox( vcl::Window* pParent, WinBits nWinStyle=0 ); - SvTreeListBox( vcl::Window* pParent, const ResId& rResId ); virtual ~SvTreeListBox() override; virtual void dispose() override; -- cgit