diff options
Diffstat (limited to 'extensions/source/propctrlr/propeventtranslation.hxx')
-rw-r--r-- | extensions/source/propctrlr/propeventtranslation.hxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/extensions/source/propctrlr/propeventtranslation.hxx b/extensions/source/propctrlr/propeventtranslation.hxx index b2dbad8ae896..e7b86c29ab84 100644 --- a/extensions/source/propctrlr/propeventtranslation.hxx +++ b/extensions/source/propctrlr/propeventtranslation.hxx @@ -23,14 +23,14 @@ #include <com/sun/star/beans/XPropertyChangeListener.hpp> #include <cppuhelper/implbase1.hxx> -//........................................................................ + namespace pcr { -//........................................................................ - //==================================================================== + + //= PropertyEventTranslation - //==================================================================== + typedef ::cppu::WeakImplHelper1 < ::com::sun::star::beans::XPropertyChangeListener > PropertyEventTranslation_Base; @@ -66,9 +66,9 @@ namespace pcr PropertyEventTranslation& operator=( const PropertyEventTranslation& ); // never implemented }; -//........................................................................ + } // namespace pcr -//........................................................................ + #endif // EXTENSIONS_SOURCE_PROPCTRLR_PROPEVENTTRANSLATION_HXX |