summaryrefslogtreecommitdiff
path: root/sw/source/ui
diff options
context:
space:
mode:
authorJakub Trzebiatowski <ubap.dev@gmail.com>2016-06-04 10:39:41 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2016-06-06 07:41:42 +0000
commitefb38949a44dec7e9f5fee7e9ec34164633d926c (patch)
tree34ad7aa973ac9a9af3358846a084df1d844aeca6 /sw/source/ui
parente319ef1171dab61fff2201f5c1470ca09894c395 (diff)
fdo47267 fix import crash
fixed import crash introduced in d4188f643db050c962a937547d19a9a08bd2235d Change-Id: I0bf76fd345438e3cd303ee85c770aa0515c056df Reviewed-on: https://gerrit.libreoffice.org/25887 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sw/source/ui')
-rw-r--r--sw/source/ui/utlui/poolfmt.src64
1 files changed, 64 insertions, 0 deletions
diff --git a/sw/source/ui/utlui/poolfmt.src b/sw/source/ui/utlui/poolfmt.src
index 4a206e63c6ed..c6efa70a35d2 100644
--- a/sw/source/ui/utlui/poolfmt.src
+++ b/sw/source/ui/utlui/poolfmt.src
@@ -765,5 +765,69 @@ String STR_TABSTYLE_DEFAULT
{
Text [ en-US ] = "Default Style";
};
+String STR_TABSTYLE_3D
+{
+ Text [ en-US ] = "3D";
+};
+String STR_TABSTYLE_BLACK1
+{
+ Text [ en-US ] = "Black 1";
+};
+String STR_TABSTYLE_BLACK2
+{
+ Text [ en-US ] = "Black 2";
+};
+String STR_TABSTYLE_BLUE
+{
+ Text [ en-US ] = "Blue";
+};
+String STR_TABSTYLE_BROWN
+{
+ Text [ en-US ] = "Brown";
+};
+String STR_TABSTYLE_CURRENCY
+{
+ Text [ en-US ] = "Currency";
+};
+String STR_TABSTYLE_CURRENCY_3D
+{
+ Text [ en-US ] = "Currency 3D";
+};
+String STR_TABSTYLE_CURRENCY_GRAY
+{
+ Text [ en-US ] = "Currency Gray";
+};
+String STR_TABSTYLE_CURRENCY_LAVENDER
+{
+ Text [ en-US ] = "Currency Lavender";
+};
+String STR_TABSTYLE_CURRENCY_TURQUOISE
+{
+ Text [ en-US ] = "Currency Turquoise";
+};
+String STR_TABSTYLE_GRAY
+{
+ Text [ en-US ] = "Gray";
+};
+String STR_TABSTYLE_GREEN
+{
+ Text [ en-US ] = "Green";
+};
+String STR_TABSTYLE_LAVENDER
+{
+ Text [ en-US ] = "Lavender";
+};
+String STR_TABSTYLE_RED
+{
+ Text [ en-US ] = "Red";
+};
+String STR_TABSTYLE_TURQUOISE
+{
+ Text [ en-US ] = "Turquoise";
+};
+String STR_TABSTYLE_YELLOW
+{
+ Text [ en-US ] = "Yellow";
+};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */