diff options
author | Matteo Casalin <matteo.casalin@gmx.com> | 2013-01-07 23:41:15 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2013-01-11 09:10:28 +0000 |
commit | 36c5abb012e48f0c7e8b8b0d50e562b423e43869 (patch) | |
tree | 0210069292512f3c358832be5527975e8f1b5c11 | |
parent | fee278b222f1a8d15706b78cc0e39a1300c19186 (diff) |
Remove unneeded #include
Change-Id: Ic0c82079aeb586af97c864aebf966f01643ebfd6
Reviewed-on: https://gerrit.libreoffice.org/1637
Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
Tested-by: Miklos Vajna <vmiklos@suse.cz>
-rw-r--r-- | sw/source/core/doc/docedt.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/core/doc/docedt.cxx b/sw/source/core/doc/docedt.cxx index 693e2bf1aa7d..5aa66f34820e 100644 --- a/sw/source/core/doc/docedt.cxx +++ b/sw/source/core/doc/docedt.cxx @@ -60,7 +60,6 @@ #include <UndoInsert.hxx> #include <UndoDelete.hxx> #include <breakit.hxx> -#include <hhcwrp.hxx> #include <vcl/msgbox.hxx> #include "comcore.hrc" #include "editsh.hxx" |