From 0e55cc95dfe21e4d4800592ce8029ff039ea4307 Mon Sep 17 00:00:00 2001 From: Tobias Madl Date: Mon, 15 Sep 2014 15:46:32 +0000 Subject: fdo#39468 Translated German to English Change-Id: I7405b8251b977f8e5c1b95c37fbab6ae6cb120e7 Reviewed-on: https://gerrit.libreoffice.org/11461 Reviewed-by: Samuel Mehrbrodt Tested-by: Samuel Mehrbrodt --- forms/source/component/FormComponent.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'forms/source/component/FormComponent.cxx') diff --git a/forms/source/component/FormComponent.cxx b/forms/source/component/FormComponent.cxx index 7d606ccd2765..e8547ac72311 100644 --- a/forms/source/component/FormComponent.cxx +++ b/forms/source/component/FormComponent.cxx @@ -761,7 +761,7 @@ void SAL_CALL OControlModel::write(const Reference // 2. wrting a version number _rxOutStream->writeShort(0x0003); - // 3. Schreiben der allgemeinen Properties + // 3. writing the general properties ::comphelper::operator<<( _rxOutStream, m_aName); _rxOutStream->writeShort(m_nTabIndex); ::comphelper::operator<<( _rxOutStream, m_aTag); // 3. version -- cgit ion value='distro/cib/libreoffice-5-0'>distro/cib/libreoffice-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/pyuno
AgeCommit message (Expand)Author
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann
2017-04-04make UNO enums scoped for internal LO codeNoel Grandin
2017-03-25Fix typosAndrea Gelmini
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin
2017-03-13Revert "comphelper: fix MSVC hang in ThreadPool::shutdown()"Miklos Vajna
2017-03-11comphelper: fix MSVC hang in ThreadPool::shutdown()Michael Stahl
2017-03-02Fix typosAndrea Gelmini
2017-02-28new loplugin unoanyNoel Grandin
2017-02-21loplugin:subtlezeroinit: pyunoStephan Bergmann
2017-02-21remove some unnecessary OUStringBuffer usageNoel Grandin
2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann
2017-02-10Remove MinGW supportStephan Bergmann
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19New loplugin:dynexcspec: Add @throws documentation, pyunoStephan Bergmann
2017-01-09New loplugin:externvar: pyunoStephan Bergmann
2016-12-25pyuno osx Sierra problem.jan Iversen
2016-12-12tdf#97361: Changed naming convention to Python type, object factories impleme...n5xgdh
2016-11-29Rewrite some (trivial) assignments inside if/while conditions: pyunoStephan Bergmann
2016-11-09make comphelper::containerToSequence a little smarterNoel Grandin
2016-10-26normalize existing emacs/vim mode-lines in python filesMichael Stahl
2016-10-18replace <<= with assign for <<= with rhs AnyJochen Nitschke
2016-10-16clang-cl loplugin: pyunoStephan Bergmann
2016-10-01Fix typosAndrea Gelmini
2016-09-23coverity#1371219 Missing move assignment operatorCaolán McNamara
2016-09-21python3: put a RPATH into libpython3.soMichael Stahl
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-25loplugin:staticaccess: Extend loplugin:staticcall to cover all access...Stephan Bergmann
2016-08-19coverity#1371437 Uncaught exceptionCaolán McNamara
2016-07-27improve passstuffbyref return analysisNoel Grandin