summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-01-24 14:42:46 +0000
committerEike Rathke <erack@redhat.com>2017-01-27 17:40:59 +0000
commit0cfda5204184fa937a948b3d273ac1083896bcc7 (patch)
tree46d7f82b68e7ca32f8bf2d3bc1aab60107853c29 /include
parent739353bcb420c18df6116cd645cc2226782e13cc (diff)
Resolves: tdf#105450 calc navigator gets 0 height on toggle off/on when docked
Change-Id: Icd346cdf0a208ccaeddd77e6803f4f906361324c (cherry picked from commit b37ac48935621fcc7b71f81a8b892f24e85e5b6f) Reviewed-on: https://gerrit.libreoffice.org/33498 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/childwin.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sfx2/childwin.hxx b/include/sfx2/childwin.hxx
index 3068d001cb52..45d6a9476138 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*);
};