sd/source/ui/dlg/RemoteDialogClientBox.hxx | 1 - vcl/inc/unx/salframe.h | 1 + 2 files changed, 1 insertion(+), 1 deletion(-)
New commits: commit 968849d89922c5e18b26359a09a0c70466928fcd Author: Stephan Bergmann <[email protected]> Date: Fri Oct 2 10:15:59 2015 +0200 Fix --enable-kde4 ...after 837f171810a95a1d87907dd08d67e969276f0559 "loplugin:unusedmethods in vcl" Change-Id: I43ade93c47d7633a5b660ae25fe1137df161cec3 diff --git a/vcl/inc/unx/salframe.h b/vcl/inc/unx/salframe.h index 4a90067..8820ccd 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; } commit 0c72dc03a9dcdb68073523c7a57e5e0003b02a11 Author: Stephan Bergmann <[email protected]> Date: Fri Oct 2 10:15:51 2015 +0200 -Werror,-Wunused-private-field Change-Id: I1bbf4ee7c67d40ffc7b289e0d75e4aed224067ec diff --git a/sd/source/ui/dlg/RemoteDialogClientBox.hxx b/sd/source/ui/dlg/RemoteDialogClientBox.hxx index c90a8d7..e3369fe 100644 --- a/sd/source/ui/dlg/RemoteDialogClientBox.hxx +++ b/sd/source/ui/dlg/RemoteDialogClientBox.hxx @@ -98,7 +98,6 @@ class ClientBox : public Control long m_nTopIndex; long m_nStdHeight; long m_nActiveHeight; - Size m_aOutputSize; VclPtr<NumericBox> m_aPinBox; VclPtr<PushButton> m_aDeauthoriseButton; _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
