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/sidebar/ISidebarReceiver.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/sidebar/ISidebarReceiver.hxx')
-rw-r--r-- | sd/source/ui/sidebar/ISidebarReceiver.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/sidebar/ISidebarReceiver.hxx b/sd/source/ui/sidebar/ISidebarReceiver.hxx index 3a67d650bca2..afa04daa665d 100644 --- a/sd/source/ui/sidebar/ISidebarReceiver.hxx +++ b/sd/source/ui/sidebar/ISidebarReceiver.hxx @@ -19,8 +19,8 @@ #ifndef INCLUDED_SD_SOURCE_UI_SIDEBAR_ISIDEBARRECEIVER_HXX #define INCLUDED_SD_SOURCE_UI_SIDEBAR_ISIDEBARRECEIVER_HXX -namespace sd::sidebar { - +namespace sd::sidebar +{ class ISidebarReceiver { public: |