diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-10-02 10:15:59 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-10-02 10:16:43 +0200 |
commit | 968849d89922c5e18b26359a09a0c70466928fcd (patch) | |
tree | 7a53bb1b30492b45379b8106fb61f28c04c76140 /vcl/inc | |
parent | 0c72dc03a9dcdb68073523c7a57e5e0003b02a11 (diff) |
Fix --enable-kde4
...after 837f171810a95a1d87907dd08d67e969276f0559 "loplugin:unusedmethods in
vcl"
Change-Id: I43ade93c47d7633a5b660ae25fe1137df161cec3
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/unx/salframe.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/inc/unx/salframe.h b/vcl/inc/unx/salframe.h index 4a90067c3487..8820ccd35768 100644 --- a/vcl/inc/unx/salframe.h +++ b/vcl/inc/unx/salframe.h @@ -181,6 +181,7 @@ public: ::Window GetForeignParent() const { return mhForeignParent; } ::Window GetStackingWindow() const { return mhStackingWindow; } long Close() const { return CallCallback( SALEVENT_CLOSE, 0 ); } + sal_uIntPtr GetStyle() const { return nStyle_; } Cursor GetCursor() const { return hCursor_; } bool IsCaptured() const { return nCaptured_ == 1; } |