summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/clview.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-04-15 13:20:14 +0200
committerNoel Grandin <noel@peralex.com>2016-04-15 13:21:07 +0200
commit7ac9973da65d80832069afa76fd7325cf53c9293 (patch)
tree8ebd35fa37fc707f0ae97ac9e70ccaa3f658b5c2 /sd/source/ui/view/clview.cxx
parenta3569e968713598270cf97a1ea4636913cf4b984 (diff)
clang-tidy misc-forward-declaration-namespace
Change-Id: I0566e9992e0d96ee710c8bce2ae6f44a9e83b4e4
Diffstat (limited to 'sd/source/ui/view/clview.cxx')
-rw-r--r--sd/source/ui/view/clview.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sd/source/ui/view/clview.cxx b/sd/source/ui/view/clview.cxx
index 9fff091c0060..b885d3bc25da 100644
--- a/sd/source/ui/view/clview.cxx
+++ b/sd/source/ui/view/clview.cxx
@@ -23,10 +23,9 @@
#include "drawview.hxx"
#include "sdpage.hxx"
-class DrawDocShell;
-
namespace sd {
+class DrawDocShell;
class DrawViewShell;
/**