aboutsummaryrefslogtreecommitdiff
path: root/source/kmr-Latn/accessibility
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2013-11-21 01:41:17 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2013-11-21 04:04:22 +0100
commitc8c40371caa4507a490f8c5ab0961a35848d01c5 (patch)
tree2ebaf81d94ab9e0b855e4d7cb789d91cd68a14ea /source/kmr-Latn/accessibility
parent7c6025ab17562741ebfd8d8ae2a8c9207b3f000a (diff)
sync with po-templates for 4.2 libreoffice-4-2-branch-point
and force-fix errors using pocheck Change-Id: Ic842792d6ee5fe0fc5d1b41808671f8c3ae34dc6
Diffstat (limited to 'source/kmr-Latn/accessibility')
-rw-r--r--source/kmr-Latn/accessibility/source/helper.po6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/kmr-Latn/accessibility/source/helper.po b/source/kmr-Latn/accessibility/source/helper.po
index 4171981144e..ca2555520e2 100644
--- a/source/kmr-Latn/accessibility/source/helper.po
+++ b/source/kmr-Latn/accessibility/source/helper.po
@@ -2,12 +2,12 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2013-05-23 12:06+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2013-11-20 13:02+0100\n"
"PO-Revision-Date: 2011-04-05 23:50+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ku\n"
+"Language: kmr-Latn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
ion value='libreoffice-3-5-6'>libreoffice-3-5-6 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2015-03-30 02:02:39 +0200
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2015-03-30 04:34:34 +0200
commitd21f9f5079c4ca705331dcb298709bc55971bafa (patch)
treeddb7d082b2365585335d668b7f62d65fc6870a9c
parentfc3e8355774a5e7ee524626bc50f2a39d4785c00 (diff)
fix API values
Change-Id: I3a5890d8d46936b264510150ef0fa8ac79feb74d
Diffstat
-rw-r--r--offapi/com/sun/star/sheet/ConditionEntryType.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sheet/ConditionEntryType.idl b/offapi/com/sun/star/sheet/ConditionEntryType.idl
index 151ed5246e3c..43148cff39ba 100644
--- a/offapi/com/sun/star/sheet/ConditionEntryType.idl
+++ b/offapi/com/sun/star/sheet/ConditionEntryType.idl
@@ -16,13 +16,13 @@ constants ConditionEntryType
{
const long CONDITION = 0;
- const long COLORSCALE = 0;
+ const long COLORSCALE = 1;
- const long DATABAR = 0;
+ const long DATABAR = 2;
- const long ICONSET = 0;
+ const long ICONSET = 3;
- const long DATE = 0;
+ const long DATE = 4;
};