summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/docstoragemodifylistener.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/doc/docstoragemodifylistener.cxx')
-rw-r--r--sfx2/source/doc/docstoragemodifylistener.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sfx2/source/doc/docstoragemodifylistener.cxx b/sfx2/source/doc/docstoragemodifylistener.cxx
index 5bb66ba48ea4..a76a5e2923d7 100644
--- a/sfx2/source/doc/docstoragemodifylistener.cxx
+++ b/sfx2/source/doc/docstoragemodifylistener.cxx
@@ -20,10 +20,10 @@
#include <sfx2/docstoragemodifylistener.hxx>
#include <comphelper/solarmutex.hxx>
-//........................................................................
+
namespace sfx2
{
-//........................................................................
+
using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::XInterface;
@@ -36,9 +36,9 @@ namespace sfx2
using ::com::sun::star::uno::makeAny;
using ::com::sun::star::lang::EventObject;
- //====================================================================
+
//=
- //====================================================================
+
DocumentStorageModifyListener::DocumentStorageModifyListener( IModifiableDocument& _rDocument, comphelper::SolarMutex& _rMutex )
:m_pDocument( &_rDocument )
@@ -75,8 +75,8 @@ namespace sfx2
// in case the document is re-based to another storage.
}
-//........................................................................
+
} // namespace sfx2
-//........................................................................
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */