summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/drvwshrg.cxx
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/view/drvwshrg.cxx
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/view/drvwshrg.cxx')
-rw-r--r--sd/source/ui/view/drvwshrg.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sd/source/ui/view/drvwshrg.cxx b/sd/source/ui/view/drvwshrg.cxx
index f82911d26f09..82e0e88ae74e 100644
--- a/sd/source/ui/view/drvwshrg.cxx
+++ b/sd/source/ui/view/drvwshrg.cxx
@@ -46,8 +46,8 @@ using namespace sd;
#define ShellClass_GraphicViewShell
#include <sdgslots.hxx>
-namespace sd {
-
+namespace sd
+{
/**
* Declare SFX-Slotmap and Standardinterface
*/
@@ -73,10 +73,10 @@ void DrawViewShell::InitInterface_Impl()
#if HAVE_FEATURE_AVMEDIA
GetStaticInterface()->RegisterChildWindow(::avmedia::MediaPlayer::GetChildWindowId());
#endif
- GetStaticInterface()->RegisterChildWindow(::sfx2::sidebar::SidebarChildWindow::GetChildWindowId());
+ GetStaticInterface()->RegisterChildWindow(
+ ::sfx2::sidebar::SidebarChildWindow::GetChildWindowId());
}
-
// SdGraphicViewShell
SFX_IMPL_INTERFACE(GraphicViewShell, SfxShell)
@@ -98,10 +98,10 @@ void GraphicViewShell::InitInterface_Impl()
#if HAVE_FEATURE_AVMEDIA
GetStaticInterface()->RegisterChildWindow(::avmedia::MediaPlayer::GetChildWindowId());
#endif
- GetStaticInterface()->RegisterChildWindow(::sfx2::sidebar::SidebarChildWindow::GetChildWindowId());
+ GetStaticInterface()->RegisterChildWindow(
+ ::sfx2::sidebar::SidebarChildWindow::GetChildWindowId());
}
-
} // end of namespace sd
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */