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 /sw | |
parent | a3569e968713598270cf97a1ea4636913cf4b984 (diff) |
clang-tidy misc-forward-declaration-namespace
Change-Id: I0566e9992e0d96ee710c8bce2ae6f44a9e83b4e4
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/doc/DocumentDrawModelManager.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/core/doc/DocumentDrawModelManager.cxx b/sw/source/core/doc/DocumentDrawModelManager.cxx index b889b8c575d5..dfc542de6667 100644 --- a/sw/source/core/doc/DocumentDrawModelManager.cxx +++ b/sw/source/core/doc/DocumentDrawModelManager.cxx @@ -49,7 +49,6 @@ #include <unotools/configmgr.hxx> class SdrOutliner; -class XSpellChecker1; namespace sw { |