diff options
Diffstat (limited to 'sd/source/ui/view/clview.cxx')
-rw-r--r-- | sd/source/ui/view/clview.cxx | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/sd/source/ui/view/clview.cxx b/sd/source/ui/view/clview.cxx index 58b12cb37e52..9f11839da232 100644 --- a/sd/source/ui/view/clview.cxx +++ b/sd/source/ui/view/clview.cxx @@ -20,8 +20,8 @@ #include <ClientView.hxx> #include <drawview.hxx> -namespace sd { - +namespace sd +{ class DrawDocShell; class DrawViewShell; @@ -29,16 +29,12 @@ class DrawViewShell; * ClientView is used for DrawDocShell::Draw() */ -ClientView::ClientView( - DrawDocShell* pDocSh, - OutputDevice* pOutDev) - : DrawView (pDocSh, pOutDev, nullptr) +ClientView::ClientView(DrawDocShell* pDocSh, OutputDevice* pOutDev) + : DrawView(pDocSh, pOutDev, nullptr) { } -ClientView::~ClientView() -{ -} +ClientView::~ClientView() {} /** * If View should not Invalidate() the windows, this method has |