From 695280feb90729fde1a7ecf1c409ae16f8281a46 Mon Sep 17 00:00:00 2001 From: Philipp Hofer Date: Thu, 12 Nov 2020 13:21:51 +0100 Subject: 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 Tested-by: Jenkins --- sw/source/uibase/inc/convert.hxx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'sw/source/uibase/inc/convert.hxx') diff --git a/sw/source/uibase/inc/convert.hxx b/sw/source/uibase/inc/convert.hxx index 08a831b0b459..103490eac0f9 100644 --- a/sw/source/uibase/inc/convert.hxx +++ b/sw/source/uibase/inc/convert.hxx @@ -49,7 +49,7 @@ class SwConvertTableDlg : public SfxDialogController std::unique_ptr m_xAutoFormatBtn; std::unique_ptr mxTAutoFormat; - SwWrtShell* pShell; + SwWrtShell* pShell; DECL_LINK(AutoFormatHdl, weld::Button&, void); DECL_LINK(BtnHdl, weld::Button&, void); @@ -59,9 +59,8 @@ class SwConvertTableDlg : public SfxDialogController public: SwConvertTableDlg(SwView& rView, bool bToTable); - void GetValues( sal_Unicode& rDelim, - SwInsertTableOptions& rInsTableOpts, - SwTableAutoFormat const*& prTAFormat ); + void GetValues(sal_Unicode& rDelim, SwInsertTableOptions& rInsTableOpts, + SwTableAutoFormat const*& prTAFormat); }; #endif -- cgit v1.2.3