From c8c40371caa4507a490f8c5ab0961a35848d01c5 Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Thu, 21 Nov 2013 01:41:17 +0100 Subject: sync with po-templates for 4.2 and force-fix errors using pocheck Change-Id: Ic842792d6ee5fe0fc5d1b41808671f8c3ae34dc6 --- .../tn/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/tn/connectivity/registry/jdbc/org') diff --git a/source/tn/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po b/source/tn/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po index d34ef330106..1a22e9c96d6 100644 --- a/source/tn/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po +++ b/source/tn/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po @@ -2,8 +2,8 @@ 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:05+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:01+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" -- cgit b/libreoffice-5-2'>distro/cib/libreoffice-5-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/stoc
AgeCommit message (Expand)Author
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
2015-05-08jboolean-related clean-upStephan Bergmann
2015-04-29redundant castCaolán McNamara
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-09convert RegError to scoped enumNoel Grandin
2015-04-09convert RegValueType to scoped enumNoel Grandin
2015-04-09remove reg keytype constants and related codeNoel Grandin
2015-04-09convert REG_ constants to scoped enumNoel Grandin
2015-04-04Typo: creat->createJulien Nabet
2015-04-02loplugin:staticmethodsNoel Grandin
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-31Use OUString::unacquiredStephan Bergmann
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-29Clean up remaining C-style casts among void pointersStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-14stoc: must check *both* bDisposed and bInDisposeMichael Stahl
2015-03-13Remove unused debug codeStephan Bergmann
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
2015-02-20stocservices.component: The rest of the services + cleanup.Jan Holesovsky
2015-02-20stocservices.component partly refactored to use the "constructor" feature.Ursache Vladimir
2015-02-18TyposJulien Nabet
2015-02-16we shouldn't need a static ref in these createOneInstance factory helpersCaolán McNamara
2015-02-08Typos + simple german translationsJulien Nabet
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara
2015-01-28Use vector::dataStephan Bergmann
2015-01-28Some more loplugin:cstylecast clean-upStephan Bergmann
2015-01-20Some more loplugin:cstylecast: stocStephan Bergmann
2015-01-12fdo#39440 reduce scope of local variablesMichael Weghorn
2015-01-07Just use WeakImplHelper1 instead of ImplHelper1Stephan Bergmann
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-18stoc: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-16stoc: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-25java: remove some comment noiseNoel Grandin
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-12java: convert fields to local variables where possibleNoel Grandin
2014-11-06Bin unused include files, thanks to Andrea GelminiTor Lillqvist
2014-10-31Removed duplicated includesAndrea Gelmini
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-10-07java: remove useless overriding methodsNoel Grandin
2014-09-29loplugin: cstylecastNoel Grandin
2014-09-18fdo#83512 Make use of OUStringHash and OStringHashDaniel Sikeler
2014-08-14java: remove commented out codeNoel Grandin