summaryrefslogtreecommitdiffstats
path: root/android/source/res
diff options
context:
space:
mode:
authorMert Tümer <merttumer7@gmail.com>2018-02-06 18:30:13 +0300
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2018-02-24 14:58:00 +0100
commitddd49295d19f76c63ea61dc64af08a797dbafa9b (patch)
tree0798a6e179b3fc1fecedad8464de1fdf53d9ce6f /android/source/res
parentRemoved duplicated includes (diff)
downloadcore-ddd49295d19f76c63ea61dc64af08a797dbafa9b.tar.gz
core-ddd49295d19f76c63ea61dc64af08a797dbafa9b.zip
[Pardus] tdf#112481 Ability to add worksheets on Calc
This patch is sponsored by ULAKBIM/PARDUS project. Signed-off-by: Mert Tümer <merttumer7@gmail.com> Change-Id: Id67e3c400971b47738fe2f628955534f34839493 Reviewed-on: https://gerrit.libreoffice.org/49294 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'android/source/res')
-rw-r--r--android/source/res/menu/main.xml5
-rw-r--r--android/source/res/values/strings.xml1
2 files changed, 6 insertions, 0 deletions
diff --git a/android/source/res/menu/main.xml b/android/source/res/menu/main.xml
index 432c374b3997..229c20aed68c 100644
--- a/android/source/res/menu/main.xml
+++ b/android/source/res/menu/main.xml
@@ -40,6 +40,11 @@
android:title="@string/action_add_slide"
android:orderInCategory="100"
android:enabled="false" />
+
+ <item android:id="@+id/action_add_worksheet"
+ android:title="@string/action_add_worksheet"
+ android:orderInCategory="100"
+ android:enabled="false" />
</group>
diff --git a/android/source/res/values/strings.xml b/android/source/res/values/strings.xml
index c55b5a61f53b..2e885fee5e1a 100644
--- a/android/source/res/values/strings.xml
+++ b/android/source/res/values/strings.xml
@@ -155,6 +155,7 @@
<string name="calc_optimal_length_confirm">OK</string>
<string name="calc_optimal_length_default_text">Enter Extra Length in 100th/mm</string>
<string name="calc_alert_double_click_optimal_length">Hint: Double tap on a header sets optimal width/height.</string>
+ <string name="action_add_worksheet">Add Worksheet</string>
<!-- Password dialog strings -->
<string name="action_pwd_dialog_OK">OK</string>