summaryrefslogtreecommitdiffstats
path: root/include/unotools/idhelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/unotools/idhelper.hxx')
-rw-r--r--include/unotools/idhelper.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/unotools/idhelper.hxx b/include/unotools/idhelper.hxx
index bbbe959b52a3..63e13ce002da 100644
--- a/include/unotools/idhelper.hxx
+++ b/include/unotools/idhelper.hxx
@@ -30,12 +30,12 @@
#include <cppuhelper/typeprovider.hxx>
#include <tools/debug.hxx>
-//.........................................................................
+
namespace utl
{
-//.........................................................................
-//=========================================================================
+
+
// to shorten some lines ...
typedef ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > TypeSequence;
@@ -74,11 +74,11 @@ public:
typedef std::map<TypeSequence, ::cppu::OImplementationId, TypeSequenceLess>
MapType2Id;
-//.........................................................................
+
} // namespace utl
-//.........................................................................
-//=========================================================================
+
+
/** defines a helper class for implementing the XTypeProvider::getImplementationId.
it maps sequences of ::com::sun::star::uno::Type to implementation ids
(which means sequences of bytes).<BR>