diff options
author | Muhammet Kara <muhammet.kara@collabora.com> | 2020-02-16 10:27:48 +0300 |
---|---|---|
committer | Muhammet Kara <muhammet.kara@collabora.com> | 2020-02-16 11:04:43 +0100 |
commit | a8487acabd5d3896e3b5ae6a0afd9da500f35edb (patch) | |
tree | 74472f6e43b4583fddc42890973958bde6ebdbeb /accessibility | |
parent | 4c0c3333886f2b646c99deb7c503948308fd8698 (diff) |
clang-format accessibility & basctl with under 5-percent lines of change
Files which could become clang-format conformant with
under 5-percent lines of change relative to the total
count of lines in the file are found by using bin/find-clang-format.py,
and fixed with /opt/lo/bin/clang-format -i <path-of-the-file>
There will be follow-up patches to fix all 'under-5-percent' files.
Change-Id: Idc890cac4bb6aed4e36c3556a2abc0744fd086df
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88770
Tested-by: Jenkins
Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/inc/helper/accresmgr.hxx | 1 | ||||
-rw-r--r-- | accessibility/source/inc/floatingwindowaccessible.hxx | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/accessibility/inc/helper/accresmgr.hxx b/accessibility/inc/helper/accresmgr.hxx index e60caddfc5a7..5b16c47e8166 100644 --- a/accessibility/inc/helper/accresmgr.hxx +++ b/accessibility/inc/helper/accresmgr.hxx @@ -23,5 +23,4 @@ OUString AccResId(const char* pId); - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/accessibility/source/inc/floatingwindowaccessible.hxx b/accessibility/source/inc/floatingwindowaccessible.hxx index 1a7cb4008458..c36e862360c7 100644 --- a/accessibility/source/inc/floatingwindowaccessible.hxx +++ b/accessibility/source/inc/floatingwindowaccessible.hxx @@ -26,7 +26,7 @@ class FloatingWindowAccessible final : public VCLXAccessibleComponent public: using VCLXAccessibleComponent::VCLXAccessibleComponent; - virtual void FillAccessibleRelationSet( utl::AccessibleRelationSetHelper& rRelationSet ) override; + virtual void FillAccessibleRelationSet(utl::AccessibleRelationSetHelper& rRelationSet) override; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |