summaryrefslogtreecommitdiff
path: root/sw/inc/viscrs.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-10-18 15:15:29 +0300
committerTor Lillqvist <tml@collabora.com>2013-10-18 15:45:20 +0300
commit24f8446c9e7d1a0ea01cc11ca87abf85ba43342d (patch)
treec307f5c3eb4730d6776b974dd0dff8f91d7149e9 /sw/inc/viscrs.hxx
parent359472b2b50165966c27c239eccd3ecfb03e2acc (diff)
Work in progress: Text selection handling for iOS
Change-Id: I31c6bcb9a4b26653d439601f78d71fd94d938eeb
Diffstat (limited to 'sw/inc/viscrs.hxx')
-rw-r--r--sw/inc/viscrs.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sw/inc/viscrs.hxx b/sw/inc/viscrs.hxx
index a38fc3e257bc..aef159dc2f3e 100644
--- a/sw/inc/viscrs.hxx
+++ b/sw/inc/viscrs.hxx
@@ -19,6 +19,8 @@
#ifndef _VISCRS_HXX
#define _VISCRS_HXX
+#include <config_features.h>
+
#include <vcl/cursor.hxx>
#include "swcrsr.hxx"
#include "swrect.hxx"
@@ -71,11 +73,13 @@ class SwSelPaintRects : public SwRects
virtual void Paint( const Rectangle& rRect );
virtual void FillRects() = 0;
+#if HAVE_FEATURE_DESKTOP
sdr::overlay::OverlayObject* mpCursorOverlay;
// access to mpCursorOverlay for swapContent
sdr::overlay::OverlayObject* getCursorOverlay() const { return mpCursorOverlay; }
void setCursorOverlay(sdr::overlay::OverlayObject* pNew) { mpCursorOverlay = pNew; }
+#endif
public:
SwSelPaintRects( const SwCrsrShell& rCSh );