summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/corodlg.hxx
diff options
context:
space:
mode:
authorMuhammet Kara <muhammet.kara@collabora.com>2020-05-24 03:03:37 +0300
committerMuhammet Kara <muhammet.kara@collabora.com>2020-05-25 01:35:57 +0200
commit21875558f6c478f07d68ff39e025d7ffd451674f (patch)
tree3ca2f78c0d4e4758e64f8a052cab8d3926ccbfb2 /sc/source/ui/inc/corodlg.hxx
parent787a6c2244af5646a9d1177ae294bfb891e2373b (diff)
clang-format sc 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: I2d37d9c94116d2823f9a21024bdb7ff1a6207d5d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94744 Tested-by: Jenkins Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
Diffstat (limited to 'sc/source/ui/inc/corodlg.hxx')
-rw-r--r--sc/source/ui/inc/corodlg.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/source/ui/inc/corodlg.hxx b/sc/source/ui/inc/corodlg.hxx
index b0c91b4009fe..0c8280e3d34e 100644
--- a/sc/source/ui/inc/corodlg.hxx
+++ b/sc/source/ui/inc/corodlg.hxx
@@ -26,7 +26,8 @@ class ScColRowLabelDlg : public weld::GenericDialogController
{
public:
ScColRowLabelDlg(weld::Window* pParent, bool bCol, bool bRow)
- : GenericDialogController(pParent, "modules/scalc/ui/changesourcedialog.ui", "ChangeSourceDialog")
+ : GenericDialogController(pParent, "modules/scalc/ui/changesourcedialog.ui",
+ "ChangeSourceDialog")
, m_xBtnRow(m_xBuilder->weld_check_button("row"))
, m_xBtnCol(m_xBuilder->weld_check_button("col"))
{