diff options
author | Philipp Hofer <philipp.hofer@protonmail.com> | 2020-11-12 13:12:24 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2020-11-19 01:36:55 +0100 |
commit | 6ceb1d0f2e23749fe03fab08ec338ba4d7782173 (patch) | |
tree | 44e69c2fdf12594169ca3a052224368faa967185 /sc/source/ui/inc/dataproviderdlg.hxx | |
parent | 695280feb90729fde1a7ecf1c409ae16f8281a46 (diff) |
tdf#123936 Formatting files in module sc with clang-format
Change-Id: I66cafda863e3e1e4559a57289c09925d68b0719c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105701
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Tested-by: Jenkins
Diffstat (limited to 'sc/source/ui/inc/dataproviderdlg.hxx')
-rw-r--r-- | sc/source/ui/inc/dataproviderdlg.hxx | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/sc/source/ui/inc/dataproviderdlg.hxx b/sc/source/ui/inc/dataproviderdlg.hxx index 977dd154733d..d6fd8d73fc60 100644 --- a/sc/source/ui/inc/dataproviderdlg.hxx +++ b/sc/source/ui/inc/dataproviderdlg.hxx @@ -46,13 +46,14 @@ private: void InitMenu(); - DECL_LINK( StartMenuHdl, const OString&, void ); - DECL_LINK( ColumnMenuHdl, const OString&, void ); - DECL_LINK( ImportHdl, ScDataProviderBaseControl*, void ); - DECL_LINK( ScrollToEnd, Timer*, void ); + DECL_LINK(StartMenuHdl, const OString&, void); + DECL_LINK(ColumnMenuHdl, const OString&, void); + DECL_LINK(ImportHdl, ScDataProviderBaseControl*, void); + DECL_LINK(ScrollToEnd, Timer*, void); public: - ScDataProviderDlg(weld::Window* pWindow, std::shared_ptr<ScDocument> pDoc, const ScDocument* pDocument); + ScDataProviderDlg(weld::Window* pWindow, std::shared_ptr<ScDocument> pDoc, + const ScDocument* pDocument); virtual ~ScDataProviderDlg() override; void applyAndQuit(); |