summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/annotationmanager.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/annotationmanager.hxx')
-rw-r--r--sd/source/ui/inc/annotationmanager.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/inc/annotationmanager.hxx b/sd/source/ui/inc/annotationmanager.hxx
index 3c68e468f4c9..0d596bd6efcd 100644
--- a/sd/source/ui/inc/annotationmanager.hxx
+++ b/sd/source/ui/inc/annotationmanager.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -47,13 +47,13 @@ class AnnotationManager
public:
AnnotationManager( ViewShellBase& rViewShellBase );
~AnnotationManager();
-
+
void ExecuteAnnotation (SfxRequest& rRequest);
void GetAnnotationState (SfxItemSet& rItemSet);
private:
::rtl::Reference< AnnotationManagerImpl > mxImpl;
-};
+};
}