diff options
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/core/crsr/viscrs.cxx | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sw/source/core/crsr/viscrs.cxx b/sw/source/core/crsr/viscrs.cxx index a369f65778b2..ab2e2f863b88 100644 --- a/sw/source/core/crsr/viscrs.cxx +++ b/sw/source/core/crsr/viscrs.cxx @@ -267,7 +267,8 @@ void SwSelPaintRects::Show() #endif else if(!empty()) { -#if !HAVE_FEATURE_DESKTOP && defined IOS +#if !HAVE_FEATURE_DESKTOP +#ifdef IOS const OutputDevice* pOut = GetShell()->GetWin(); if ( ! pOut ) pOut = GetShell()->GetOut(); @@ -282,6 +283,9 @@ void SwSelPaintRects::Show() } touch_ui_selection_start(MLOSelectionText, GetShell(), rects, size(), NULL); #else + // Not yet implemented +#endif +#else SdrPaintWindow* pCandidate = pView->GetPaintWindow(0); rtl::Reference< ::sdr::overlay::OverlayManager > xTargetOverlay = pCandidate->GetOverlayManager(); |