summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-01-29 21:31:59 +0000
committerCaolán McNamara <caolanm@redhat.com>2016-01-31 11:49:47 +0000
commit890ebf1cc6bb58ff21da19d7fd4b9b67eaa32a9c (patch)
tree40f1fbd9c08ac4752507b68c59e522c30d0841b5 /include
parentb59ece0232e09e9998f46e3d26f4b46ddcd9659d (diff)
docking windows cannot be directly loaded from .res anymore
Change-Id: Ia291cea549b4a4ced65d16b55330c7da78579b83
Diffstat (limited to 'include')
-rw-r--r--include/vcl/dockwin.hxx2
1 files changed, 1 insertions, 1 deletions
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<css::frame::XFrame> &rFrame = css::uno::Reference<css::frame::XFrame>());
virtual ~DockingWindow();