summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/annotationmanager.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/annotationmanager.hxx')
-rwxr-xr-xsd/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 6f0fdaa11180..be7cd03a6b3a 100755
--- a/sd/source/ui/inc/annotationmanager.hxx
+++ b/sd/source/ui/inc/annotationmanager.hxx
@@ -1,7 +1,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
@@ -46,13 +46,13 @@ class AnnotationManager
public:
AnnotationManager( ViewShellBase& rViewShellBase );
~AnnotationManager();
-
+
void ExecuteAnnotation (SfxRequest& rRequest);
void GetAnnotationState (SfxItemSet& rItemSet);
private:
::rtl::Reference< AnnotationManagerImpl > mxImpl;
-};
+};
}