[Libreoffice-commits] core.git: sw/source
Tor Lillqvist
tml at collabora.com
Fri Oct 18 12:24:14 PDT 2013
sw/source/core/crsr/viscrs.cxx | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
New commits:
commit 1e49bb2d7fc7dcdf02833a189f2962c607967ba6
Author: Tor Lillqvist <tml at collabora.com>
Date: Fri Oct 18 22:16:41 2013 +0300
Hopefully fix Android build
Change-Id: I85170f2d65dd17e0a04a261b0680f693e2917131
diff --git a/sw/source/core/crsr/viscrs.cxx b/sw/source/core/crsr/viscrs.cxx
index a369f65..ab2e2f8 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();
More information about the Libreoffice-commits
mailing list