summaryrefslogtreecommitdiffstats
path: root/include/unotools/eventlisteneradapter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/unotools/eventlisteneradapter.hxx')
-rw-r--r--include/unotools/eventlisteneradapter.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/unotools/eventlisteneradapter.hxx b/include/unotools/eventlisteneradapter.hxx
index 394c910be956..88d5e29c8d89 100644
--- a/include/unotools/eventlisteneradapter.hxx
+++ b/include/unotools/eventlisteneradapter.hxx
@@ -22,15 +22,15 @@
#define INCLUDED_UNOTOOLS_EVENTLISTENERADAPTER_HXX
#include <com/sun/star/lang/XComponent.hpp>
-//.........................................................................
+
namespace utl
{
-//.........................................................................
+
struct OEventListenerAdapterImpl;
- //=====================================================================
+
//= OEventListenerAdapter
- //=====================================================================
+
/** base class for non-UNO dispose listeners
*/
class UNOTOOLS_DLLPUBLIC OEventListenerAdapter
@@ -55,9 +55,9 @@ namespace utl
virtual void _disposing( const ::com::sun::star::lang::EventObject& _rSource ) = 0;
};
-//.........................................................................
+
} // namespace utl
-//.........................................................................
+
#endif // INCLUDED_UNOTOOLS_EVENTLISTENERADAPTER_HXX