[Libreoffice-commits] core.git: vcl/inc
Noel Grandin
noel at peralex.com
Fri Oct 2 00:45:31 PDT 2015
vcl/inc/unx/saldisp.hxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 9363e4d0c36d7a23ebc90d7ebea5b04b98bc9409
Author: Noel Grandin <noel at peralex.com>
Date: Fri Oct 2 09:44:10 2015 +0200
fix KDE build
after commit 837f171810a95a1d87907dd08d67e969276f0559
"loplugin:unusedmethods in vcl"
Change-Id: Ic0ece310202ecd1663d8933b10a6aef8b462a02d
diff --git a/vcl/inc/unx/saldisp.hxx b/vcl/inc/unx/saldisp.hxx
index 93794f5..bfe2053 100644
--- a/vcl/inc/unx/saldisp.hxx
+++ b/vcl/inc/unx/saldisp.hxx
@@ -333,6 +333,7 @@ public:
Time GetLastUserEventTime( bool bAlwaysReget = false ) const;
bool XIfEventWithTimeout( XEvent*, XPointer, X_if_predicate, long i_nTimeout = 1000 ) const;
+ SalXLib* GetXLib() const { return pXLib_; }
SalI18N_InputMethod* GetInputMethod() const { return mpInputMethod; }
SalI18N_KeyboardExtension* GetKbdExtension() const { return mpKbdExtension; }
More information about the Libreoffice-commits
mailing list