summaryrefslogtreecommitdiff
path: root/include/comphelper/propmultiplex.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/propmultiplex.hxx')
-rw-r--r--include/comphelper/propmultiplex.hxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/include/comphelper/propmultiplex.hxx b/include/comphelper/propmultiplex.hxx
index 7492e564cdb1..5e520faf6d49 100644
--- a/include/comphelper/propmultiplex.hxx
+++ b/include/comphelper/propmultiplex.hxx
@@ -24,20 +24,20 @@
#include <cppuhelper/implbase1.hxx>
#include <comphelper/comphelperdllapi.h>
-//=========================================================================
+
//= property helper classes
-//=========================================================================
-//.........................................................................
+
+
namespace comphelper
{
-//.........................................................................
+
class OPropertyChangeMultiplexer;
- //==================================================================
+
//= OPropertyChangeListener
- //==================================================================
+
/// simple listener adapter for property sets
class COMPHELPER_DLLPUBLIC OPropertyChangeListener
{
@@ -65,9 +65,9 @@ namespace comphelper
void setAdapter( OPropertyChangeMultiplexer* _pAdapter );
};
- //==================================================================
+
//= OPropertyChangeMultiplexer
- //==================================================================
+
/// multiplexer for property changes
class COMPHELPER_DLLPUBLIC OPropertyChangeMultiplexer :public cppu::WeakImplHelper1< ::com::sun::star::beans::XPropertyChangeListener>
{
@@ -101,9 +101,9 @@ namespace comphelper
void dispose();
};
-//.........................................................................
+
} // namespace comphelper
-//.........................................................................
+
#endif // INCLUDED_COMPHELPER_PROPMULTIPLEX_HXX