aboutsummaryrefslogtreecommitdiff
path: root/source/sv/formula
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-12-16 20:52:09 +0100
committerAndras Timar <atimar@suse.com>2012-12-16 21:42:22 +0100
commitc6cfd71c3d302bdb0999888f9c867d70acb40708 (patch)
treede61e5c19879f3b53550039f5d034416482451dd /source/sv/formula
parent85f724f5aa1d6a59662a7d1c7ea406a641814bd2 (diff)
update translations for LibreOffice 4.0 beta2
Change-Id: Iff858adb848a543f565e3c0df33c8398c74c754d
Diffstat (limited to 'source/sv/formula')
-rw-r--r--source/sv/formula/source/core/resource.po2
-rw-r--r--source/sv/formula/source/ui/dlg.po2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/sv/formula/source/core/resource.po b/source/sv/formula/source/core/resource.po
index 4474c3d7597..7a0d9be126e 100644
--- a/source/sv/formula/source/core/resource.po
+++ b/source/sv/formula/source/core/resource.po
@@ -3,7 +3,7 @@ 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: 2012-11-30 12:19+0100\n"
+"POT-Creation-Date: 2012-12-10 11:45+0100\n"
"PO-Revision-Date: 2012-08-16 16:17+0200\n"
"Last-Translator: jotab <jon@lachmann.nu>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/source/sv/formula/source/ui/dlg.po b/source/sv/formula/source/ui/dlg.po
index c630c936b1b..a713c8a611c 100644
--- a/source/sv/formula/source/ui/dlg.po
+++ b/source/sv/formula/source/ui/dlg.po
@@ -3,7 +3,7 @@ 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: 2012-11-30 12:19+0100\n"
+"POT-Creation-Date: 2012-12-10 11:45+0100\n"
"PO-Revision-Date: 2011-04-06 02:22+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
3-6 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/writerperfect/source/calc/wpftcalc.component
AgeCommit message (Collapse)Author
2022-10-14WASM add Calc as optional build result, make it build & runBalazs Varga
Adding new config option: --with-main-module=<writer/calc> With this switcher we can build only WASM writer module or calc module. The default value is 'writer'. This commit also reverts: 26603bc9ef0116ed31c510dab82b69d3666447b5 (WASM fix orcus native exception handling (NEH)) Because Calc import is using liborcus for loading styles.xml. Change-Id: I4c330ef8eea7d08214bf357531ee0bf7383ab788 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137946 Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de> Tested-by: Jenkins