From 890ebf1cc6bb58ff21da19d7fd4b9b67eaa32a9c Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 29 Jan 2016 21:31:59 +0000 Subject: docking windows cannot be directly loaded from .res anymore Change-Id: Ia291cea549b4a4ced65d16b55330c7da78579b83 --- include/vcl/dockwin.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/vcl/dockwin.hxx b/include/vcl/dockwin.hxx index aab80136501e..65b70c7028df 100644 --- a/include/vcl/dockwin.hxx +++ b/include/vcl/dockwin.hxx @@ -285,10 +285,10 @@ public: void doDeferredInit(WinBits nBits); protected: DockingWindow( WindowType nType ); + DockingWindow(vcl::Window* pParent, const ResId& rResId); public: DockingWindow(vcl::Window* pParent, WinBits nStyle = WB_STDDOCKWIN); - DockingWindow(vcl::Window* pParent, const ResId& rResId); DockingWindow(vcl::Window* pParent, const OString& rID, const OUString& rUIXMLDescription, const css::uno::Reference &rFrame = css::uno::Reference()); virtual ~DockingWindow(); -- cgit