diff options
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/dockwin.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/sfx2/dockwin.hxx b/include/sfx2/dockwin.hxx index 4e00ab2cc55e..1d50cc430762 100644 --- a/include/sfx2/dockwin.hxx +++ b/include/sfx2/dockwin.hxx @@ -79,6 +79,10 @@ public: SfxChildWindow *pCW, vcl::Window* pParent, const ResId& rResId); + SfxDockingWindow( SfxBindings *pBindings, + SfxChildWindow *pCW, + vcl::Window* pParent, + const OUString& rID, const OUString& rUIXMLDescription ); virtual ~SfxDockingWindow(); void Initialize (SfxChildWinInfo* pInfo); |