summaryrefslogtreecommitdiff
path: root/include/vcl/floatwin.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-02-13 16:42:19 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-02-13 16:48:01 +0000
commitd1f38b47c29ef5e2db2cabeb657668637d97e13d (patch)
tree146df41ebb9fcbd37fd76bf0a83d74d7e8e1a94d /include/vcl/floatwin.hxx
parente4882717f3dc0375e113ed692374870ab8302a16 (diff)
Resolves: tdf#86159 floating windows have complicated borders
take the border window dimensions into account on the layout size, but not the layout position Change-Id: I9deb722933e325c92e93ae917fa8e34eaccfca2d
Diffstat (limited to 'include/vcl/floatwin.hxx')
-rw-r--r--include/vcl/floatwin.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/floatwin.hxx b/include/vcl/floatwin.hxx
index d017b218901e..c9e03b4a5c2f 100644
--- a/include/vcl/floatwin.hxx
+++ b/include/vcl/floatwin.hxx
@@ -94,6 +94,7 @@ private:
SAL_DLLPRIVATE void ImplCallPopupModeEnd();
DECL_DLLPRIVATE_LINK( ImplEndPopupModeHdl, void* );
+ virtual void setPosSizeOnContainee(Size aSize, Window &rBox);
FloatingWindow (const FloatingWindow &) SAL_DELETED_FUNCTION;
FloatingWindow & operator= (const FloatingWindow &) SAL_DELETED_FUNCTION;