diff options
author | Muhammet Kara <muhammet.kara@collabora.com> | 2020-03-07 12:57:44 +0300 |
---|---|---|
committer | Muhammet Kara <muhammet.kara@collabora.com> | 2020-03-07 15:27:45 +0100 |
commit | f31af3ed40fba2376eb19238d3e158e91b6d1b29 (patch) | |
tree | 3b12b19cde68c7925d4fbb118f1fe01f9fb7f69b /toolkit/source | |
parent | 615c086d40eeea1b47022ecff1168feeaae5ac2d (diff) |
clang-format toolkit, tools, uui 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: I4952f350f4d22913ea94689b902ffa26c223ff96
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90152
Tested-by: Jenkins
Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
Diffstat (limited to 'toolkit/source')
-rw-r--r-- | toolkit/source/controls/controlmodelcontainerbase_internal.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/source/controls/controlmodelcontainerbase_internal.hxx b/toolkit/source/controls/controlmodelcontainerbase_internal.hxx index 2a70aaa9d2ad..c65cabc8ad34 100644 --- a/toolkit/source/controls/controlmodelcontainerbase_internal.hxx +++ b/toolkit/source/controls/controlmodelcontainerbase_internal.hxx @@ -23,7 +23,7 @@ #include <com/sun/star/uno/Any.hxx> ////HELPER -OUString getPhysicalLocation( const css::uno::Any& rbase, const css::uno::Any& rUrl ); +OUString getPhysicalLocation(const css::uno::Any& rbase, const css::uno::Any& rUrl); #endif // INCLUDED_TOOLKIT_SOURCE_CONTROLS_CONTROLMODELCONTAINERBASE_INTERNAL_HXX |