summaryrefslogtreecommitdiff
path: root/scripting/source/dlgprov/dlgevtatt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'scripting/source/dlgprov/dlgevtatt.hxx')
-rw-r--r--scripting/source/dlgprov/dlgevtatt.hxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/scripting/source/dlgprov/dlgevtatt.hxx b/scripting/source/dlgprov/dlgevtatt.hxx
index c1d4cb801792..310f2fee8b3e 100644
--- a/scripting/source/dlgprov/dlgevtatt.hxx
+++ b/scripting/source/dlgprov/dlgevtatt.hxx
@@ -34,14 +34,14 @@
#include <boost/unordered_map.hpp>
-//.........................................................................
+
namespace dlgprov
{
-//.........................................................................
- // =============================================================================
+
+
// class DialogEventsAttacherImpl
- // =============================================================================
+
typedef boost::unordered_map< OUString,
::com::sun::star::uno::Reference< ::com::sun::star::script::XScriptListener >,
OUStringHash,
@@ -85,9 +85,9 @@ namespace dlgprov
};
- // =============================================================================
+
// class DialogAllListenerImpl
- // =============================================================================
+
typedef ::cppu::WeakImplHelper1<
::com::sun::star::script::XAllListener > DialogAllListenerImpl_BASE;
@@ -119,9 +119,9 @@ namespace dlgprov
};
- // =============================================================================
+
// class DialogScriptListenerImpl
- // =============================================================================
+
typedef ::cppu::WeakImplHelper1<
::com::sun::star::script::XScriptListener > DialogScriptListenerImpl_BASE;
@@ -148,9 +148,9 @@ namespace dlgprov
};
-//.........................................................................
+
} // namespace dlgprov
-//.........................................................................
+
#endif // SCRIPTING_DLGEVT_HXX