diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-01-24 14:42:46 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-01-24 15:12:32 +0000 |
commit | b37ac48935621fcc7b71f81a8b892f24e85e5b6f (patch) | |
tree | c3dbf80c169bbe9bdbc133e63a2a35b055f12e7c /include | |
parent | 25a10ae68effd9b80b0023a86e8f8c6e74697be6 (diff) |
Resolves: tdf#105450 calc navigator gets 0 height on toggle off/on when docked
Change-Id: Icd346cdf0a208ccaeddd77e6803f4f906361324c
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/childwin.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sfx2/childwin.hxx b/include/sfx2/childwin.hxx index a8c1b23c142e..10aa39a9b666 100644 --- a/include/sfx2/childwin.hxx +++ b/include/sfx2/childwin.hxx @@ -137,6 +137,8 @@ public: FloatingWindow* GetFloatingWindow() const; + static FloatingWindow* GetFloatingWindow(vcl::Window *pParent); + static void RegisterChildWindowContext(SfxModule*, sal_uInt16, SfxChildWinContextFactory*); }; |