diff options
author | Noel Grandin <noel@peralex.com> | 2016-04-15 13:20:14 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-04-15 13:21:07 +0200 |
commit | 7ac9973da65d80832069afa76fd7325cf53c9293 (patch) | |
tree | 8ebd35fa37fc707f0ae97ac9e70ccaa3f658b5c2 /sd/source | |
parent | a3569e968713598270cf97a1ea4636913cf4b984 (diff) |
clang-tidy misc-forward-declaration-namespace
Change-Id: I0566e9992e0d96ee710c8bce2ae6f44a9e83b4e4
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/ui/slidesorter/cache/SlsBitmapCache.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/view/clview.cxx | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/sd/source/ui/slidesorter/cache/SlsBitmapCache.cxx b/sd/source/ui/slidesorter/cache/SlsBitmapCache.cxx index 0925b0f92e17..3c9cebcbdbc8 100644 --- a/sd/source/ui/slidesorter/cache/SlsBitmapCache.cxx +++ b/sd/source/ui/slidesorter/cache/SlsBitmapCache.cxx @@ -75,7 +75,6 @@ private: // compactor. bool mbIsPrecious; }; -class CacheEntry; class CacheHash { public: 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; /** |