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.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sd/source/ui/annotations/annotationwindow.hxx b/sd/source/ui/annotations/annotationwindow.hxx
index fc692a0944a6..1a7582b5d91a 100644
--- a/sd/source/ui/annotations/annotationwindow.hxx
+++ b/sd/source/ui/annotations/annotationwindow.hxx
@@ -43,6 +43,7 @@ namespace sd {
class AnnotationManagerImpl;
class AnnotationWindow;
class DrawDocShell;
+class TextApiObject;
class View;
class AnnotationTextWindow : public Control
@@ -155,6 +156,9 @@ class AnnotationWindow : public FloatingWindow
Color maColorLight;
};
+TextApiObject* getTextApiObject( const css::uno::Reference< css::office::XAnnotation >& xAnnotation );
+
+
} // namespace sd
#endif