summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/crossrefbookmark.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/crossrefbookmark.hxx')
-rw-r--r--sw/source/core/inc/crossrefbookmark.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sw/source/core/inc/crossrefbookmark.hxx b/sw/source/core/inc/crossrefbookmark.hxx
index b43775de0f78..1b8c2b10db82 100644
--- a/sw/source/core/inc/crossrefbookmark.hxx
+++ b/sw/source/core/inc/crossrefbookmark.hxx
@@ -23,6 +23,7 @@
#include <IMark.hxx>
#include <bookmrk.hxx>
#include <rtl/ustring.hxx>
+#include <vcl/keycod.hxx>
namespace sw {
namespace mark {
@@ -31,7 +32,7 @@ namespace sw {
{
public:
CrossRefBookmark(const SwPaM& rPaM,
- const KeyCode& rCode,
+ const vcl::KeyCode& rCode,
const OUString& rName,
const OUString& rShortName,
const OUString& rPrefix);
@@ -65,7 +66,7 @@ namespace sw {
{
public:
CrossRefHeadingBookmark(const SwPaM& rPaM,
- const KeyCode& rCode,
+ const vcl::KeyCode& rCode,
const OUString& rName,
const OUString& rShortName);
static bool IsLegalName(const OUString& rName);
@@ -76,7 +77,7 @@ namespace sw {
{
public:
CrossRefNumItemBookmark(const SwPaM& rPaM,
- const KeyCode& rCode,
+ const vcl::KeyCode& rCode,
const OUString& rName,
const OUString& rShortName);
static bool IsLegalName(const OUString& rName);