summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2011-10-21 22:47:36 +0200
committerStephan Bergmann <sbergman@redhat.com>2011-10-21 22:47:36 +0200
commit910838ecc9e64e89ebc0519dc3524824a687a3a6 (patch)
tree4fd81c1e935468e40f26325df2603fe04fe4c6ac
parentSome more warning cleanup. (diff)
downloadbinfilter-910838ecc9e64e89ebc0519dc3524824a687a3a6.tar.gz
binfilter-910838ecc9e64e89ebc0519dc3524824a687a3a6.zip
Adapted to renamed VCL_INPUT_KEYBOARD.
-rw-r--r--binfilter/bf_sc/source/core/tool/sc_chartlis.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/binfilter/bf_sc/source/core/tool/sc_chartlis.cxx b/binfilter/bf_sc/source/core/tool/sc_chartlis.cxx
index f6186d710..a2f33eb81 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;