summaryrefslogtreecommitdiff
path: root/sd/source/core/annotations/AnnotationEnumeration.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/core/annotations/AnnotationEnumeration.cxx')
-rw-r--r--sd/source/core/annotations/AnnotationEnumeration.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sd/source/core/annotations/AnnotationEnumeration.cxx b/sd/source/core/annotations/AnnotationEnumeration.cxx
index 669205825f58..018de9b379b2 100644
--- a/sd/source/core/annotations/AnnotationEnumeration.cxx
+++ b/sd/source/core/annotations/AnnotationEnumeration.cxx
@@ -33,6 +33,8 @@ using namespace ::com::sun::star::lang;
namespace sd {
+namespace {
+
class AnnotationEnumeration: public ::cppu::WeakImplHelper< css::office::XAnnotationEnumeration >
{
public:
@@ -51,6 +53,8 @@ private:
AnnotationVector::iterator maIter;
};
+}
+
Reference< XAnnotationEnumeration > createAnnotationEnumeration( const sd::AnnotationVector& rAnnotations )
{
return new AnnotationEnumeration( rAnnotations );