summaryrefslogtreecommitdiffstats
path: root/framework/inc/helper/ocomponentenumeration.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/helper/ocomponentenumeration.hxx')
-rw-r--r--framework/inc/helper/ocomponentenumeration.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/inc/helper/ocomponentenumeration.hxx b/framework/inc/helper/ocomponentenumeration.hxx
index 03ae18a9838c..39f77d76bfba 100644
--- a/framework/inc/helper/ocomponentenumeration.hxx
+++ b/framework/inc/helper/ocomponentenumeration.hxx
@@ -197,8 +197,8 @@ class OComponentEnumeration : public ::cppu::WeakImplHelper2< ::com::sun::star
private:
- sal_uInt32 m_nPosition ; /// current position in enumeration
- css::uno::Sequence< css::uno::Reference< css::lang::XComponent > > m_seqComponents ; /// list of current components
+ sal_uInt32 m_nPosition; /// current position in enumeration
+ css::uno::Sequence< css::uno::Reference< css::lang::XComponent > > m_seqComponents; /// list of current components
}; // class OComponentEnumeration