aboutsummaryrefslogtreecommitdiff
path: root/source/fa/reportbuilder/java/com/sun/star/report
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-12-03 14:23:40 +0100
committerAndras Timar <atimar@suse.com>2012-12-03 14:23:40 +0100
commit9e3b72859ec7871fdb2884860b54fd2a8de30f3d (patch)
treeffb0efcd5efe600a13dddbc70e9b9328d2681f81 /source/fa/reportbuilder/java/com/sun/star/report
parent965f3562a25b75fc3401d3b44ed96e2e5093ed72 (diff)
update translations for LibreOffice 4.0 beta1
Change-Id: I35e0bf7dfef1541f76508edb962e89bc5d78e339
Diffstat (limited to 'source/fa/reportbuilder/java/com/sun/star/report')
-rw-r--r--source/fa/reportbuilder/java/com/sun/star/report/function/metadata.po8
1 files changed, 1 insertions, 7 deletions
diff --git a/source/fa/reportbuilder/java/com/sun/star/report/function/metadata.po b/source/fa/reportbuilder/java/com/sun/star/report/function/metadata.po
index e3056151565..9be934e4b6c 100644
--- a/source/fa/reportbuilder/java/com/sun/star/report/function/metadata.po
+++ b/source/fa/reportbuilder/java/com/sun/star/report/function/metadata.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\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-17 19:02+0200\n"
+"POT-Creation-Date: 2012-11-30 12:19+0100\n"
"PO-Revision-Date: 2012-02-20 21:06+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -14,7 +14,6 @@ msgstr ""
"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#. B+i0
#: Author-Function_en_US.properties
msgctxt ""
"Author-Function_en_US.properties\n"
@@ -23,7 +22,6 @@ msgctxt ""
msgid "AUTHOR"
msgstr ""
-#. 85IJ
#: Author-Function_en_US.properties
msgctxt ""
"Author-Function_en_US.properties\n"
@@ -32,7 +30,6 @@ msgctxt ""
msgid "Returns the author of the report."
msgstr ""
-#. rc*8
#: category_en_US.properties
msgctxt ""
"category_en_US.properties\n"
@@ -41,7 +38,6 @@ msgctxt ""
msgid "MetaData"
msgstr ""
-#. aK:?
#: category_en_US.properties
msgctxt ""
"category_en_US.properties\n"
@@ -50,7 +46,6 @@ msgctxt ""
msgid "Contains functions about meta data"
msgstr ""
-#. Ex1(
#: Title-Function_en_US.properties
msgctxt ""
"Title-Function_en_US.properties\n"
@@ -59,7 +54,6 @@ msgctxt ""
msgid "TITLE"
msgstr ""
-#. 9mID
#: Title-Function_en_US.properties
msgctxt ""
"Title-Function_en_US.properties\n"
ue='libreoffice-4-4'>libreoffice-4-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svl/source/misc/sharedstringpool.cxx
AgeCommit message (Expand)Author
2020-06-12fix ASAN in SharedStringPoolNoel Grandin
2020-06-04fix ubsan in SharedStringPoolNoel Grandin
2020-06-02optimize SharedStringPool::purge() and fix testsNoel Grandin
2019-05-18avoid double-lookup in SharedStringPool::internNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-08-08improve SharedStringPoolNoel Grandin
2018-08-07SharedStringPool is always called with a CharClassNoel Grandin
2018-08-06simplify SharedStringPool and assert invariantsNoel Grandin
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2016-03-30Use const_iterator when possible (svl except svdde)Julien Nabet
2015-11-18use unique_ptr for pImpl in svl/Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-11-18Apply pimpl to svl::SharedStringPool.Kohei Yoshida