summaryrefslogtreecommitdiff
path: root/sw/inc/crsrsh.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/crsrsh.hxx')
-rw-r--r--sw/inc/crsrsh.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/crsrsh.hxx b/sw/inc/crsrsh.hxx
index a7f9b1f0a9e7..93083005e06f 100644
--- a/sw/inc/crsrsh.hxx
+++ b/sw/inc/crsrsh.hxx
@@ -24,6 +24,7 @@
#include <rtl/ustring.hxx>
#include <tools/link.hxx>
#include <tools/rtti.hxx>
+#include <vcl/keycod.hxx>
#include <IShellCursorSupplier.hxx>
#include "swdllapi.h"
@@ -38,7 +39,6 @@
#include <node.hxx>
#include <IDocumentMarkAccess.hxx>
-class KeyCode;
class SfxItemSet;
class SfxPoolItem;
class SwCntntFrm;
@@ -559,7 +559,7 @@ public:
// at CurCrsr.SPoint
::sw::mark::IMark* SetBookmark(
- const KeyCode&,
+ const vcl::KeyCode&,
const OUString& rName,
const OUString& rShortName,
IDocumentMarkAccess::MarkType eMark = IDocumentMarkAccess::BOOKMARK);