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/CommonStylePreviewRenderer.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'svx/inc/CommonStylePreviewRenderer.hxx') diff --git a/svx/inc/CommonStylePreviewRenderer.hxx b/svx/inc/CommonStylePreviewRenderer.hxx index 88e3d6ddeb0c..3cb6bf0441d0 100644 --- a/svx/inc/CommonStylePreviewRenderer.hxx +++ b/svx/inc/CommonStylePreviewRenderer.hxx @@ -23,7 +23,6 @@ class SvxFont; namespace svx { - class CommonStylePreviewRenderer final : public sfx2::StylePreviewRenderer { std::unique_ptr m_pFont; @@ -39,7 +38,8 @@ public: virtual bool recalculate() override; virtual Size getRenderSize() override; - virtual bool render(const tools::Rectangle& aRectangle, RenderAlign eRenderAlign = RenderAlign::CENTER) override; + virtual bool render(const tools::Rectangle& aRectangle, + RenderAlign eRenderAlign = RenderAlign::CENTER) override; }; } // end namespace svx -- cgit