summaryrefslogtreecommitdiff
path: root/ios
diff options
context:
space:
mode:
authorPtyl Dragon <ptyl@cloudon.com>2013-10-30 15:41:21 +0200
committerTor Lillqvist <tml@collabora.com>2013-10-30 13:50:04 +0000
commit95f112d200db6ae61f7510ae95e3f0eaa60a8929 (patch)
tree6baa17131c6f375c934f63cf358075c405ae751d /ios
parent2d326986605def918ec846458441d4a49550a141 (diff)
added stub for void touch_ui_selection_none in MLOGestureEngine
Change-Id: I45f957863dc26b2ef40bdfed04cb689325f5b170 Reviewed-on: https://gerrit.libreoffice.org/6492 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'ios')
-rw-r--r--ios/shared/ios_sharedlo/objective_c/gestures/MLOGestureEngine.m4
1 files changed, 4 insertions, 0 deletions
diff --git a/ios/shared/ios_sharedlo/objective_c/gestures/MLOGestureEngine.m b/ios/shared/ios_sharedlo/objective_c/gestures/MLOGestureEngine.m
index 3523dcab36a1..53d3c74f7324 100644
--- a/ios/shared/ios_sharedlo/objective_c/gestures/MLOGestureEngine.m
+++ b/ios/shared/ios_sharedlo/objective_c/gestures/MLOGestureEngine.m
@@ -470,3 +470,7 @@ void touch_ui_selection_start(MLOSelectionKind kind,
rectangles[i].origin.y);
}
}
+
+void touch_ui_selection_none(){
+ // STUB
+} \ No newline at end of file