summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/BreakDlg.hxx
diff options
context:
space:
mode:
authorPhilipp Hofer <philipp.hofer@protonmail.com>2020-11-12 13:14:09 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-11-22 01:56:52 +0100
commit1e17165f6643afe583bb97a40fb25ecb7bab24d9 (patch)
tree7689985f76e4f50741319ab770d35a194169ffca /sd/source/ui/inc/BreakDlg.hxx
parenta9bce41c64bda648be2609a0dc4aea728fa8ec77 (diff)
tdf#123936 Formatting files in module sd with clang-format
Change-Id: Ieb02e9ae91123bcf1decc141a43fe7e985bf47f6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105703 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by: Jenkins
Diffstat (limited to 'sd/source/ui/inc/BreakDlg.hxx')
-rw-r--r--sd/source/ui/inc/BreakDlg.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/inc/BreakDlg.hxx b/sd/source/ui/inc/BreakDlg.hxx
index faf0635ce03f..b7aaf3da835c 100644
--- a/sd/source/ui/inc/BreakDlg.hxx
+++ b/sd/source/ui/inc/BreakDlg.hxx
@@ -25,8 +25,8 @@
#include <svx/svdetc.hxx>
#include <vcl/idle.hxx>
-namespace sd {
-
+namespace sd
+{
class DrawDocShell;
class DrawView;
@@ -49,9 +49,9 @@ private:
DrawView* m_pDrView;
- bool m_bCancel;
+ bool m_bCancel;
- Idle m_aUpdateIdle;
+ Idle m_aUpdateIdle;
std::unique_ptr<SvdProgressInfo> m_xProgrInfo;
std::unique_ptr<SfxProgress> m_xProgress;