summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@edx.srv.br>2013-07-21 12:47:19 -0300
committerCaolán McNamara <caolanm@redhat.com>2013-07-24 11:55:01 +0000
commitad0c6359dc044c659160a6a51c1647607c58979a (patch)
tree12dcf49b423f979fa31623d1df19735dd681724b /include
parent40dd3d6e4ed8ed6a2f1c3f953955f9932c0c95ce (diff)
Convert Area Tab Page to widget UI
Change-Id: I543e575bb2e081e4c0b60c2a094c379b01a1894e Reviewed-on: https://gerrit.libreoffice.org/5005 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/svx/dlgctrl.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svx/dlgctrl.hxx b/include/svx/dlgctrl.hxx
index 60aa0b041465..922574ab9517 100644
--- a/include/svx/dlgctrl.hxx
+++ b/include/svx/dlgctrl.hxx
@@ -252,6 +252,7 @@ class SVX_DLLPUBLIC BitmapLB : public ListBox
{
public:
explicit BitmapLB(Window* pParent, ResId Id);
+ explicit BitmapLB(Window* pParent, WinBits aWB);
virtual void Fill(const XBitmapListRef &pList);