summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/inputhdl.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-03-28 15:52:57 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-03-28 17:03:56 -0400
commit0106deffedee8345a0fafcae0a86b6f52fad8c45 (patch)
tree664b02eb0ba59a54b59bab910ac119efad49d095 /sc/source/ui/inc/inputhdl.hxx
parent428b0aeceecbccb7558a246eda090ececd28d7c5 (diff)
Remove some headers in cell.hxx.
Change-Id: Ic99967a3ef6a35ca4fc465054e0d4de512cafb43
Diffstat (limited to 'sc/source/ui/inc/inputhdl.hxx')
-rw-r--r--sc/source/ui/inc/inputhdl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/inputhdl.hxx b/sc/source/ui/inc/inputhdl.hxx
index 1b825af054ea..e0db50c19f57 100644
--- a/sc/source/ui/inc/inputhdl.hxx
+++ b/sc/source/ui/inc/inputhdl.hxx
@@ -26,6 +26,8 @@
#include <tools/fract.hxx>
#include <tools/gen.hxx>
+#include "tools/link.hxx"
+#include "vcl/vclevent.hxx"
#include <editeng/svxenum.hxx>
#include <set>
@@ -118,7 +120,6 @@ private:
static bool bAutoComplete; // from app options
static bool bOptLoaded;
-#ifdef _INPUTHDL_CXX
private:
void UpdateActiveView();
void SyncViews( EditView* pSourceView = NULL );
@@ -157,7 +158,6 @@ private:
DECL_LINK( ModifyHdl, void* );
DECL_LINK( ShowHideTipVisibleParentListener, VclWindowEvent* );
DECL_LINK( ShowHideTipVisibleSecParentListener, VclWindowEvent* );
-#endif
public:
ScInputHandler();