summaryrefslogtreecommitdiff
path: root/forms/source/helper/resettable.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/helper/resettable.cxx')
-rw-r--r--forms/source/helper/resettable.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/forms/source/helper/resettable.cxx b/forms/source/helper/resettable.cxx
index 1a87e5087fa5..7a36cb6bb622 100644
--- a/forms/source/helper/resettable.cxx
+++ b/forms/source/helper/resettable.cxx
@@ -21,10 +21,10 @@
#include <cppuhelper/weak.hxx>
-//........................................................................
+
namespace frm
{
-//........................................................................
+
using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::XInterface;
@@ -40,9 +40,9 @@ namespace frm
using ::com::sun::star::form::XResetListener;
using ::com::sun::star::lang::EventObject;
- //====================================================================
+
//= ResetHelper
- //====================================================================
+
void ResetHelper::addResetListener( const Reference< XResetListener >& _listener )
{
@@ -82,8 +82,8 @@ namespace frm
m_aResetListeners.disposeAndClear( aEvent );
}
-//........................................................................
+
} // namespace frm
-//........................................................................
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */