diff options
Diffstat (limited to 'sw/source/uibase/shells/textsh2.cxx')
-rw-r--r-- | sw/source/uibase/shells/textsh2.cxx | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/sw/source/uibase/shells/textsh2.cxx b/sw/source/uibase/shells/textsh2.cxx index 1dbcf1639fc2..0438d42aa3b1 100644 --- a/sw/source/uibase/shells/textsh2.cxx +++ b/sw/source/uibase/shells/textsh2.cxx @@ -17,12 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <cstdarg> - -#include <svl/eitem.hxx> -#include <svl/whiter.hxx> -#include <sfx2/event.hxx> -#include <sfx2/dispatch.hxx> +#include <sfx2/bindings.hxx> #include <sfx2/viewfrm.hxx> #include <svl/stritem.hxx> #include <svl/itemset.hxx> @@ -43,14 +38,8 @@ #include <wrtsh.hxx> #include <swtypes.hxx> #include <cmdid.h> -#include <swevent.hxx> #include <textsh.hxx> #include <swabstdlg.hxx> -#include <dbui.hrc> - -#include <unomid.h> - -#include <memory> using namespace ::svx; using namespace ::com::sun::star; |