diff options
author | Philipp Hofer <philipp.hofer@protonmail.com> | 2020-11-12 13:14:09 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2020-11-22 01:56:52 +0100 |
commit | 1e17165f6643afe583bb97a40fb25ecb7bab24d9 (patch) | |
tree | 7689985f76e4f50741319ab770d35a194169ffca /sd/source/ui/inc/unchss.hxx | |
parent | a9bce41c64bda648be2609a0dc4aea728fa8ec77 (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/unchss.hxx')
-rw-r--r-- | sd/source/ui/inc/unchss.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sd/source/ui/inc/unchss.hxx b/sd/source/ui/inc/unchss.hxx index dfdf040413e3..bba7f7d4114f 100644 --- a/sd/source/ui/inc/unchss.hxx +++ b/sd/source/ui/inc/unchss.hxx @@ -32,14 +32,13 @@ class SdDrawDocument; class StyleSheetUndoAction : public SdUndoAction { - SfxStyleSheet* mpStyleSheet; + SfxStyleSheet* mpStyleSheet; std::unique_ptr<SfxItemSet> mpNewSet; std::unique_ptr<SfxItemSet> mpOldSet; public: - StyleSheetUndoAction(SdDrawDocument* pTheDoc, - SfxStyleSheet* pTheStyleSheet, + StyleSheetUndoAction(SdDrawDocument* pTheDoc, SfxStyleSheet* pTheStyleSheet, const SfxItemSet* pTheNewItemSet); virtual void Undo() override; |