diff options
author | Muhammet Kara <muhammet.kara@collabora.com> | 2020-02-16 15:41:27 +0300 |
---|---|---|
committer | Muhammet Kara <muhammet.kara@collabora.com> | 2020-02-16 15:14:16 +0100 |
commit | 5c30117af73db865da11876c53de60bd613b2973 (patch) | |
tree | 5e151e15b636fa7e88def3810f77defc8b6ebed6 /sfx2/source/notebookbar | |
parent | 0adc9b615f118ebb78f5f2edfe0c1c0e41270d57 (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/notebookbar')
-rw-r--r-- | sfx2/source/notebookbar/DropdownBox.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/notebookbar/DropdownBox.hxx b/sfx2/source/notebookbar/DropdownBox.hxx index d66d798d8d14..769cd2e42fae 100644 --- a/sfx2/source/notebookbar/DropdownBox.hxx +++ b/sfx2/source/notebookbar/DropdownBox.hxx @@ -32,7 +32,7 @@ private: VclPtr<NotebookbarPopup> m_pPopup; public: - explicit DropdownBox(vcl::Window *pParent); + explicit DropdownBox(vcl::Window* pParent); virtual ~DropdownBox() override; virtual void dispose() override; |