summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/annotations/annotationmanagerimpl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/annotations/annotationmanagerimpl.hxx')
-rw-r--r--sd/source/ui/annotations/annotationmanagerimpl.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sd/source/ui/annotations/annotationmanagerimpl.hxx b/sd/source/ui/annotations/annotationmanagerimpl.hxx
index 92d27cd8a81b..a41e8cc88b18 100644
--- a/sd/source/ui/annotations/annotationmanagerimpl.hxx
+++ b/sd/source/ui/annotations/annotationmanagerimpl.hxx
@@ -41,7 +41,6 @@ namespace sd
{
class ViewShellBase;
-typedef std::vector< rtl::Reference< AnnotationTag > > AnnotationTagVector;
namespace tools {
class EventMultiplexerEvent;
@@ -123,7 +122,7 @@ private:
ViewShellBase& mrBase;
SdDrawDocument* mpDoc;
- AnnotationTagVector maTagVector;
+ std::vector< rtl::Reference< AnnotationTag > > maTagVector;
css::uno::Reference< css::drawing::XDrawView > mxView;
css::uno::Reference< css::office::XAnnotationAccess > mxCurrentPage;