diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-09-23 12:35:11 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-09-23 19:07:17 +0200 |
commit | d2e8e301fcb2d0513d919b897f51f7a7586198b8 (patch) | |
tree | 9239a9c62dc0c3d23b0e0a90e58f8eaa0a04ccec /vcl/inc/osx | |
parent | 203865e128ddea66041bb1597333dfb04ec81186 (diff) |
loplugin:fragiledestructor (macOS)
Change-Id: I85542ed9e631ad8589d3bc3469d171ab1d5cb4f9
Reviewed-on: https://gerrit.libreoffice.org/79396
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'vcl/inc/osx')
-rw-r--r-- | vcl/inc/osx/salframe.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vcl/inc/osx/salframe.h b/vcl/inc/osx/salframe.h index 2038cf99b33f..2fcdef3609e9 100644 --- a/vcl/inc/osx/salframe.h +++ b/vcl/inc/osx/salframe.h @@ -200,6 +200,10 @@ private: // methods void initWindowAndView(); + void doShowFullScreen( bool bFullScreen, sal_Int32 nDisplay ); + + void doResetClipRegion(); + private: // data static AquaSalFrame* s_pCaptureFrame; |