diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-10-24 17:28:15 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-10-25 11:41:23 +0100 |
commit | 141a7aa1b3faafa7bf5c45b73f1604b16809a1a3 (patch) | |
tree | af26dade90fef00a21f464d007652440d9b675ff /include | |
parent | 3c4f6b7804495e94d951f5eaf7c4a947c9967b59 (diff) |
SvTreeListBox cannot be loaded from .src now
Change-Id: I80090f4daf9b7f224392a76449a87ab6aa6b7d05
Diffstat (limited to 'include')
-rw-r--r-- | include/svtools/treelistbox.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
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; |