summaryrefslogtreecommitdiff
path: root/sd/source/ui/annotations/annotationwindow.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/annotations/annotationwindow.hxx')
-rw-r--r--sd/source/ui/annotations/annotationwindow.hxx7
1 files changed, 1 insertions, 6 deletions
diff --git a/sd/source/ui/annotations/annotationwindow.hxx b/sd/source/ui/annotations/annotationwindow.hxx
index b4767b08be86..10e055d01a08 100644
--- a/sd/source/ui/annotations/annotationwindow.hxx
+++ b/sd/source/ui/annotations/annotationwindow.hxx
@@ -20,16 +20,12 @@
#ifndef INCLUDED_SD_SOURCE_UI_ANNOTATIONS_ANNOTATIONWINDOW_HXX
#define INCLUDED_SD_SOURCE_UI_ANNOTATIONS_ANNOTATIONWINDOW_HXX
-#include <com/sun/star/office/XAnnotation.hpp>
-
#include <vcl/ctrl.hxx>
-#include <vcl/lineinfo.hxx>
#include <vcl/floatwin.hxx>
#include <basegfx/polygon/b2dpolygon.hxx>
-#include <svx/sdr/overlay/overlayobject.hxx>
-#include <editeng/editstat.hxx>
+namespace com { namespace sun { namespace star { namespace office { class XAnnotation; } } } }
class OutlinerView;
class Outliner;
@@ -44,7 +40,6 @@ class AnnotationManagerImpl;
class AnnotationWindow;
class DrawDocShell;
class TextApiObject;
-class View;
class AnnotationTextWindow : public Control
{