From 7c48277b1c54ea30fa1a13db1b3e45d2269bd7ec Mon Sep 17 00:00:00 2001 From: Muhammet Kara Date: Sat, 7 Mar 2020 12:30:12 +0300 Subject: clang-format svx 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 There will be follow-up patches to fix all 'under-5-percent' files. Change-Id: I89062f4846e0ba4de7fbe799a1515665fe4449a9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90146 Tested-by: Jenkins Reviewed-by: Muhammet Kara --- svx/inc/xftshtit.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svx/inc/xftshtit.hxx') diff --git a/svx/inc/xftshtit.hxx b/svx/inc/xftshtit.hxx index e8f223e6b820..aaefab95143f 100644 --- a/svx/inc/xftshtit.hxx +++ b/svx/inc/xftshtit.hxx @@ -30,7 +30,7 @@ class XFormTextShadowTranspItem final : public SfxUInt16Item { public: - XFormTextShadowTranspItem(sal_uInt16 nShdwTransparence = 0); + XFormTextShadowTranspItem(sal_uInt16 nShdwTransparence = 0); virtual XFormTextShadowTranspItem* Clone(SfxItemPool* pPool = nullptr) const override; }; -- cgit