summaryrefslogtreecommitdiffstats
path: root/android
diff options
context:
space:
mode:
Diffstat (limited to 'android')
-rw-r--r--android/source/src/java/org/libreoffice/FormattingController.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/android/source/src/java/org/libreoffice/FormattingController.java b/android/source/src/java/org/libreoffice/FormattingController.java
index 63b4cc53ad35..20a5cf3b7944 100644
--- a/android/source/src/java/org/libreoffice/FormattingController.java
+++ b/android/source/src/java/org/libreoffice/FormattingController.java
@@ -141,10 +141,11 @@ class FormattingController implements View.OnClickListener {
break;
case R.id.button_insert_picture:
insertPicture();
+ break;
case R.id.button_insert_table:
insertTable();
break;
- case R.id.button_delete_table:
+ case R.id.button_delete_table:
deleteTable();
break;
}