summaryrefslogtreecommitdiffstats
path: root/include/comphelper/componentguard.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/componentguard.hxx')
-rw-r--r--include/comphelper/componentguard.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/comphelper/componentguard.hxx b/include/comphelper/componentguard.hxx
index d9651675b9d2..2d64c492fb44 100644
--- a/include/comphelper/componentguard.hxx
+++ b/include/comphelper/componentguard.hxx
@@ -25,14 +25,14 @@
#include <cppuhelper/weak.hxx>
#include <cppuhelper/interfacecontainer.hxx>
-//......................................................................................................................
+
namespace comphelper
{
-//......................................................................................................................
- //==================================================================================================================
+
+
//= ComponentGuard
- //==================================================================================================================
+
class ComponentGuard
{
public:
@@ -54,9 +54,9 @@ namespace comphelper
::osl::ResettableMutexGuard m_aGuard;
};
-//......................................................................................................................
+
} // namespace comphelper
-//......................................................................................................................
+
#endif // INCLUDED_COMPHELPER_COMPONENTGUARD_HXX