summaryrefslogtreecommitdiff
path: root/forms/source/xforms/enumeration.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/xforms/enumeration.hxx')
-rw-r--r--forms/source/xforms/enumeration.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/forms/source/xforms/enumeration.hxx b/forms/source/xforms/enumeration.hxx
index 395f29dd4845..c2b08db42d85 100644
--- a/forms/source/xforms/enumeration.hxx
+++ b/forms/source/xforms/enumeration.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
@@ -43,7 +43,7 @@ namespace com { namespace sun { namespace star {
} } }
/** implement XEnumeration based on container::XIndexAccess */
-class Enumeration
+class Enumeration
: public cppu::WeakImplHelper1<com::sun::star::container::XEnumeration>
{
com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess> mxContainer;