diff options
Diffstat (limited to 'sw/source/uibase/shells/grfshex.cxx')
-rw-r--r-- | sw/source/uibase/shells/grfshex.cxx | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/sw/source/uibase/shells/grfshex.cxx b/sw/source/uibase/shells/grfshex.cxx index 95237f233af4..5cd0e1cc58a0 100644 --- a/sw/source/uibase/shells/grfshex.cxx +++ b/sw/source/uibase/shells/grfshex.cxx @@ -17,38 +17,20 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <docary.hxx> -#include <grfsh.hxx> #include <wrtsh.hxx> #include <view.hxx> #include <textsh.hxx> -#include <viewopt.hxx> -#include <swundo.hxx> -#include <caption.hxx> -#include <vcl/graphicfilter.hxx> -#include <sfx2/htmlmode.hxx> #include <drawdoc.hxx> #include <doc.hxx> #include <IDocumentDrawModelAccess.hxx> #include <docsh.hxx> -#include <frmfmt.hxx> -#include <frmmgr.hxx> -#include <vcl/weld.hxx> #include <svx/svdomedia.hxx> -#include <svx/svdview.hxx> -#include <svx/svdpagv.hxx> -#include <SwStyleNameMapper.hxx> #include <sfx2/filedlghelper.hxx> #include <sfx2/request.hxx> #include <sfx2/viewfrm.hxx> #include <svl/stritem.hxx> #include <avmedia/mediawindow.hxx> -#include <vcl/svapp.hxx> - -// -> #111827# -#include <SwRewriter.hxx> -// <- #111827# using namespace ::com::sun::star; using namespace ::com::sun::star::uno; |