[Libreoffice-commits] core.git: ios/shared

Ptyl Dragon ptyl at cloudon.com
Wed Oct 30 14:50:24 CET 2013


 ios/shared/ios_sharedlo/objective_c/gestures/MLOGestureEngine.m |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 95f112d200db6ae61f7510ae95e3f0eaa60a8929
Author: Ptyl Dragon <ptyl at cloudon.com>
Date:   Wed Oct 30 15:41:21 2013 +0200

    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 at collabora.com>
    Tested-by: Tor Lillqvist <tml at collabora.com>

diff --git a/ios/shared/ios_sharedlo/objective_c/gestures/MLOGestureEngine.m b/ios/shared/ios_sharedlo/objective_c/gestures/MLOGestureEngine.m
index 3523dca..53d3c74 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


More information about the Libreoffice-commits mailing list