[Libreoffice-commits] .: binfilter/bf_sc

Stephan Bergmann sbergmann at kemper.freedesktop.org
Fri Oct 21 13:47:50 PDT 2011


 binfilter/bf_sc/source/core/tool/sc_chartlis.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 910838ecc9e64e89ebc0519dc3524824a687a3a6
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Oct 21 22:47:36 2011 +0200

    Adapted to renamed VCL_INPUT_KEYBOARD.

diff --git a/binfilter/bf_sc/source/core/tool/sc_chartlis.cxx b/binfilter/bf_sc/source/core/tool/sc_chartlis.cxx
index f6186d7..a2f33eb 100644
--- a/binfilter/bf_sc/source/core/tool/sc_chartlis.cxx
+++ b/binfilter/bf_sc/source/core/tool/sc_chartlis.cxx
@@ -274,7 +274,7 @@ using namespace ::com::sun::star;
 
 /*N*/ IMPL_LINK( ScChartListenerCollection, TimerHdl, Timer*, EMPTYARG )
 /*N*/ {
-/*N*/   if ( Application::AnyInput( INPUT_KEYBOARD ) )
+/*N*/   if ( Application::AnyInput( VCL_INPUT_KEYBOARD ) )
 /*N*/   {
 /*?*/       aTimer.Start();
 /*?*/       return 0;


More information about the Libreoffice-commits mailing list