diff options
Diffstat (limited to 'sd/source/ui/annotations/annotationwindow.cxx')
-rw-r--r-- | sd/source/ui/annotations/annotationwindow.cxx | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/sd/source/ui/annotations/annotationwindow.cxx b/sd/source/ui/annotations/annotationwindow.cxx index 76a37f8017e9..56d43b7935fc 100644 --- a/sd/source/ui/annotations/annotationwindow.cxx +++ b/sd/source/ui/annotations/annotationwindow.cxx @@ -17,63 +17,32 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <editeng/fontitem.hxx> #include <editeng/eeitem.hxx> -#include <editeng/fhgtitem.hxx> -#include <editeng/bulletitem.hxx> #include <editeng/udlnitem.hxx> -#include <editeng/shdditem.hxx> -#include <editeng/flditem.hxx> -#include <editeng/frmdir.hxx> -#include <editeng/frmdiritem.hxx> #include <editeng/langitem.hxx> -#include <editeng/adjustitem.hxx> #include <editeng/editview.hxx> -#include <svx/svdview.hxx> -#include <svx/sdrpaintwindow.hxx> -#include <svx/sdr/overlay/overlaymanager.hxx> #include <editeng/editstat.hxx> #include <editeng/outliner.hxx> #include <editeng/editeng.hxx> -#include <editeng/editobj.hxx> -#include <editeng/unolingu.hxx> #include <editeng/outlobj.hxx> #include <editeng/postitem.hxx> #include <editeng/wghtitem.hxx> #include <editeng/crossedoutitem.hxx> #include <svx/svxids.hrc> -#include <svtools/langtab.hxx> -#include <svl/slstitm.hxx> -#include <unotools/securityoptions.hxx> #include <unotools/useroptions.hxx> -#include <svl/languageoptions.hxx> -#include <svl/zforlist.hxx> #include <svtools/svmedit.hxx> -#include <linguistic/lngprops.hxx> - -#include <sfx2/request.hxx> #include <sfx2/viewfrm.hxx> #include <sfx2/bindings.hxx> #include <sfx2/dispatch.hxx> #include <vcl/vclenum.hxx> -#include <vcl/edit.hxx> -#include <vcl/help.hxx> #include <vcl/scrbar.hxx> -#include <vcl/button.hxx> #include <vcl/svapp.hxx> #include <vcl/gradient.hxx> -#include <vcl/cursor.hxx> #include <vcl/settings.hxx> #include <vcl/ptrstyle.hxx> -#include <tools/helpers.hxx> - -#include <basegfx/matrix/b2dhommatrix.hxx> -#include <basegfx/tuple/b2dtuple.hxx> -#include <basegfx/polygon/b2dpolygontools.hxx> - #include <strings.hrc> #include "annotationwindow.hxx" #include "annotationmanagerimpl.hxx" @@ -82,7 +51,6 @@ #include <DrawDocShell.hxx> #include <ViewShell.hxx> #include <drawdoc.hxx> -#include <View.hxx> #include <textapi.hxx> #include <sdresid.hxx> |