summaryrefslogtreecommitdiff
path: root/include/comphelper/container.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/container.hxx')
-rw-r--r--include/comphelper/container.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/comphelper/container.hxx b/include/comphelper/container.hxx
index 6739f90312b4..a559a7326e20 100644
--- a/include/comphelper/container.hxx
+++ b/include/comphelper/container.hxx
@@ -24,14 +24,14 @@
#include <com/sun/star/uno/Reference.hxx>
#include <comphelper/comphelperdllapi.h>
-//.........................................................................
+
namespace comphelper
{
-//.........................................................................
-//========================================================================
+
+
//= IndexAccessIterator
-//========================================================================
+
/** an iterator that iterates through all elements, starting from an XIndexAccess (pre-order)
*/
class COMPHELPER_DLLPUBLIC IndexAccessIterator
@@ -70,9 +70,9 @@ protected:
virtual bool ShouldStepInto(const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface>& /*xContainer*/) const { return true; }
};
-//.........................................................................
+
} // namespace comphelper
-//.........................................................................
+
#endif // INCLUDED_COMPHELPER_CONTAINER_HXX