summaryrefslogtreecommitdiffstats
path: root/include/framework/undomanagerhelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/framework/undomanagerhelper.hxx')
-rw-r--r--include/framework/undomanagerhelper.hxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/include/framework/undomanagerhelper.hxx b/include/framework/undomanagerhelper.hxx
index fe71eacb9a17..8c0c42897bb2 100644
--- a/include/framework/undomanagerhelper.hxx
+++ b/include/framework/undomanagerhelper.hxx
@@ -34,14 +34,14 @@ namespace svl
class IUndoManager;
}
-//......................................................................................................................
+
namespace framework
{
-//......................................................................................................................
- //==================================================================================================================
+
+
//= IMutexGuard
- //==================================================================================================================
+
class SAL_NO_VTABLE IMutexGuard : public IGuard
{
public:
@@ -55,9 +55,9 @@ namespace framework
~IMutexGuard() {}
};
- //==================================================================================================================
+
//= IUndoManagerImplementation
- //==================================================================================================================
+
class SAL_NO_VTABLE IUndoManagerImplementation
{
public:
@@ -80,9 +80,9 @@ namespace framework
~IUndoManagerImplementation() {}
};
- //==================================================================================================================
+
//= UndoManagerHelper
- //==================================================================================================================
+
class UndoManagerHelper_Impl;
/** helper class for implementing an XUndoManager
@@ -150,9 +150,9 @@ namespace framework
::boost::scoped_ptr< UndoManagerHelper_Impl > m_pImpl;
};
-//......................................................................................................................
+
} // namespace framework
-//......................................................................................................................
+
#endif // INCLUDED_FRAMEWORK_UNDOMANAGERHELPER_HXX