diff options
author | Philipp Hofer <philipp.hofer@protonmail.com> | 2020-11-12 13:21:51 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2020-11-19 01:33:36 +0100 |
commit | 695280feb90729fde1a7ecf1c409ae16f8281a46 (patch) | |
tree | 5591cb26f9546599b573ba49427b13bc5332b86f /sw/inc/colwd.hxx | |
parent | a930f12c30f31d306ba60c5344cd8308d9fa4ee1 (diff) |
tdf#123936 Formatting files in module sw with clang-format
Change-Id: I6243bc95129bf81a124d006ce0fc1aa1b5f618bb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105718
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Tested-by: Jenkins
Diffstat (limited to 'sw/inc/colwd.hxx')
-rw-r--r-- | sw/inc/colwd.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/colwd.hxx b/sw/inc/colwd.hxx index 4feacc6c4e99..8ead4ccf44d4 100644 --- a/sw/inc/colwd.hxx +++ b/sw/inc/colwd.hxx @@ -26,7 +26,7 @@ class SwTableFUNC; class SwTableWidthDlg final : public weld::GenericDialogController { private: - SwTableFUNC &m_rFnc; + SwTableFUNC& m_rFnc; std::unique_ptr<weld::SpinButton> m_xColNF; std::unique_ptr<weld::MetricSpinButton> m_xWidthMF; @@ -36,7 +36,7 @@ private: void Apply(); public: - SwTableWidthDlg(weld::Window *pParent, SwTableFUNC &rFnc); + SwTableWidthDlg(weld::Window* pParent, SwTableFUNC& rFnc); virtual short run() override; }; |