From 6fe1ff54c667a4f669feee6954dd9b859fd442b2 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Thu, 30 May 2013 18:25:09 +0200 Subject: sidebar: Allow creation of toolboxes using Widget layout / .ui. Change-Id: Idc07614005a00401a51007b1a0aef00e17507daa --- include/svx/sidebar/PanelLayout.hxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include/svx/sidebar') diff --git a/include/svx/sidebar/PanelLayout.hxx b/include/svx/sidebar/PanelLayout.hxx index c29f6b90f4ed..3395e7f9aab7 100644 --- a/include/svx/sidebar/PanelLayout.hxx +++ b/include/svx/sidebar/PanelLayout.hxx @@ -15,11 +15,14 @@ #include #include +#include + /// This class is the base for the Widget Layout-based sidebar panels. class SVX_DLLPUBLIC PanelLayout : public Control, public VclBuilderContainer { public: - PanelLayout(Window* pParent, const OString& rID, const OUString& rUIXMLDescription); + PanelLayout(Window* pParent, const OString& rID, const OUString& rUIXMLDescription, + const com::sun::star::uno::Reference &rFrame); virtual ~PanelLayout() {} virtual Size GetOptimalSize() const; -- cgit