summaryrefslogtreecommitdiff
path: root/sfx2/source/inc/docundomanager.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/inc/docundomanager.hxx')
-rw-r--r--sfx2/source/inc/docundomanager.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sfx2/source/inc/docundomanager.hxx b/sfx2/source/inc/docundomanager.hxx
index 66336c507e1b..b717be82229c 100644
--- a/sfx2/source/inc/docundomanager.hxx
+++ b/sfx2/source/inc/docundomanager.hxx
@@ -29,14 +29,14 @@
#include <boost/scoped_ptr.hpp>
#include <boost/noncopyable.hpp>
-//......................................................................................................................
+
namespace sfx2
{
-//......................................................................................................................
- //==================================================================================================================
+
+
//= DocumentUndoManager
- //==================================================================================================================
+
typedef ::cppu::ImplHelper1 < ::com::sun::star::document::XUndoManager
> DocumentUndoManager_Base;
struct DocumentUndoManager_Impl;
@@ -95,9 +95,9 @@ namespace sfx2
::boost::scoped_ptr< DocumentUndoManager_Impl > m_pImpl;
};
-//......................................................................................................................
+
} // namespace sfx2
-//......................................................................................................................
+
#endif // INCLUDED_SFX2_SOURCE_INC_DOCUNDOMANAGER_HXX