summaryrefslogtreecommitdiff
path: root/icu/Readme
AgeCommit message (Expand)Author
2005-05-06INTEGRATION: CWS icuopt (1.1.2); FILE ADDEDOliver Bolte
4b6425f218b603a41a8a0027e4a92 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157474 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com> 2021-07-28Removed executable bits on source fileAndrea Gelmini Change-Id: Ib9d8c713e6bc673e806ee8e2e9afea65a5ad83ce Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119565 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr> 2021-07-24tdf#143148: Use pragma once instead of include guardsHuilin Change-Id: I5ac5ac09474b9e05b17a9c5b191ab2808eca2660 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119431 Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> 2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann Change-Id: I076f16d0536b534abf0ced4d76051eadb4c0e033 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114949 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com> 2020-11-19tdf#123936 Formatting files in module sw with clang-formatPhilipp Hofer Change-Id: I6243bc95129bf81a124d006ce0fc1aa1b5f618bb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105718 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by: Jenkins 2020-10-04SwSvxUnoDrawPool ctor never passed a null SwDoc*Caolán McNamara which is always dereferenced and never changes. so m_pDoc can never be null so delete that redundant condition Change-Id: I4fde5f3f8f0ffcc790d1c8f16a8ab05a842eed06 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103876 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>