summaryrefslogtreecommitdiff
path: root/helpers
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-10-11 16:19:06 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-10-11 16:19:06 +0100
commit5d912ed85e9c4103fe37b1299999a56493c7c3c5 (patch)
tree8f4081b96dfd3ce92128ced83598f294aa013c04 /helpers
parentb223bd2e0ccf3c09d69b0cbf4da063f15ca453ef (diff)
drop unused HID_CALC_TOOLBOX hid
Change-Id: I08ba38e7446e62fd712e53a1969e38d8b3fb653a
Diffstat (limited to 'helpers')
-rw-r--r--helpers/help_hid.lst1
1 files changed, 0 insertions, 1 deletions
diff --git a/helpers/help_hid.lst b/helpers/help_hid.lst
index f25231d5d6..e9a1dac4ff 100644
--- a/helpers/help_hid.lst
+++ b/helpers/help_hid.lst
@@ -877,7 +877,6 @@ HID_BUSINESS_FMT_PAGE_BRAND,54923,
HID_BUSINESS_FMT_PAGE_CONT,54921,
HID_BUSINESS_FMT_PAGE_SHEET,54922,
HID_BUSINESS_FMT_PAGE_TYPE,54924,
-HID_CALC_TOOLBOX,54840,
HID_CHARMAP_CTL_SHOWSET,33876,
HID_CHECK_FOR_UPD_CANCEL,34855,
HID_CHECK_FOR_UPD_CLOSE,34846,
emesupport2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/unoidl/source/sourcefileprovider.hxx
AgeCommit message (Collapse)Author
2022-04-22address review comments on "use more string in unoidl.."Noel Grandin
on commit 2d9291b9433c9645b0870525211f74bfb1151555 Author: Noel Grandin <noel.grandin@collabora.co.uk> Date: Thu Apr 21 12:53:15 2022 +0200 use more string_view in unoidl,codemaker Primarily reverting the findEntity call-chain to use OUString instead of std::u16string_view. Change-Id: Ib01b9473c859bba3791563df753823bbf0a87ce0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133302 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2022-04-21use more string_view in unoidl,codemakerNoel Grandin
Change-Id: Ibc0624a662c98ef1308a3bb0c7c082935a89a25c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133252 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
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-18tdf#123936 Formatting files in module unoidl with clang-formatPhilipp Hofer
Change-Id: If315a05bcb237dc2922981c0d041b0c0b5d152d2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105724 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2020-10-18tdf#124176: Using pragma oncemariamfahmy
Change-Id: I634d2eebfa71ebdbe6dc334f3bc29e70a06a94ec Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104461 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2020-05-10compact namespace in ucb..uuiNoel Grandin
Change-Id: I644d5e418028b4b4e66cf67b20a1155a689acab0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93906 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-10-23loplugin:includeform: unoidlStephan Bergmann
Change-Id: Ie5414c607ed9dcf8ebd3a37d150aa138dac3ad09
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
The issue of 362d4f0cd4e50111edfae9d30c90602c37ed65a2 "Explicitly mark overriding destructors as 'virtual'" appears to no longer be a problem with MSVC 2013. (The little change in the rewriting code of compilerplugins/clang/override.cxx was necessary to prevent an endless loop when adding "override" to OOO_DLLPUBLIC_CHARTTOOLS virtual ~CloseableLifeTimeManager(); in chart2/source/inc/LifeTime.hxx, getting stuck in the leading OOO_DLLPUBLIC_CHARTTOOLS macro. Can't remember what that isAtEndOfImmediateMacroExpansion thing was originally necessary for, anyway.) Change-Id: I534c634504d7216b9bb632c2775c04eaf27e927e
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274