summaryrefslogtreecommitdiff
path: root/include/vcl/syswin.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-02-26 17:32:29 +0000
committerCaolán McNamara <caolanm@redhat.com>2021-02-27 20:14:36 +0100
commit15b86b9dc15afbb5cc3c318f57f500a6a77b67c9 (patch)
tree2a2554cc42af634e7da15e9daff8240413d8a82d /include/vcl/syswin.hxx
parent6d21adad1cf0c6b5a61e7540af9d0f6bdaff099b (diff)
hide some FloatingWindow details
Change-Id: I1dc8cb7adc9a26efb74634353b9d75286e31ebb7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111663 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl/syswin.hxx')
-rw-r--r--include/vcl/syswin.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vcl/syswin.hxx b/include/vcl/syswin.hxx
index f8d1683bd490..7c6f279b7037 100644
--- a/include/vcl/syswin.hxx
+++ b/include/vcl/syswin.hxx
@@ -235,6 +235,8 @@ public:
void SetApplicationID( const OUString &rApplicationID );
+ bool UpdatePositionData();
+
void SetCloseHdl(const Link<SystemWindow&,void>& rLink);
const Link<SystemWindow&,void>& GetCloseHdl() const;