summaryrefslogtreecommitdiff
path: root/sfx2/source/styles
diff options
context:
space:
mode:
authorMuhammet Kara <muhammet.kara@collabora.com>2020-02-16 15:41:27 +0300
committerMuhammet Kara <muhammet.kara@collabora.com>2020-02-16 15:14:16 +0100
commit5c30117af73db865da11876c53de60bd613b2973 (patch)
tree5e151e15b636fa7e88def3810f77defc8b6ebed6 /sfx2/source/styles
parent0adc9b615f118ebb78f5f2edfe0c1c0e41270d57 (diff)
clang-format sfx2 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: I6b2e99a6485031e33c781be896e9426fffd08edf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88779 Tested-by: Jenkins Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
Diffstat (limited to 'sfx2/source/styles')
-rw-r--r--sfx2/source/styles/StyleManager.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sfx2/source/styles/StyleManager.cxx b/sfx2/source/styles/StyleManager.cxx
index 75ec9d9467a2..7d1525ebccac 100644
--- a/sfx2/source/styles/StyleManager.cxx
+++ b/sfx2/source/styles/StyleManager.cxx
@@ -12,7 +12,6 @@
namespace sfx2
{
-
SfxStyleSheetBase* StyleManager::Search(const OUString& rStyleName, SfxStyleFamily eFamily)
{
SfxStyleSheetBasePool* pPool = mrShell.GetStyleSheetPool();