summaryrefslogtreecommitdiff
path: root/include/svtools/toolpanel/toolpanel.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/toolpanel/toolpanel.hxx')
-rw-r--r--include/svtools/toolpanel/toolpanel.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/include/svtools/toolpanel/toolpanel.hxx b/include/svtools/toolpanel/toolpanel.hxx
index d0a21a951889..6ecb29da3844 100644
--- a/include/svtools/toolpanel/toolpanel.hxx
+++ b/include/svtools/toolpanel/toolpanel.hxx
@@ -34,14 +34,14 @@ namespace com { namespace sun { namespace star { namespace accessibility {
class XAccessible;
} } } }
-//........................................................................
+
namespace svt
{
-//........................................................................
- //====================================================================
+
+
//= IToolPanel
- //====================================================================
+
/** abstract interface for a single tool panel
*/
class SVT_DLLPUBLIC IToolPanel : public ::rtl::IReference
@@ -111,9 +111,9 @@ namespace svt
typedef ::rtl::Reference< IToolPanel > PToolPanel;
- //====================================================================
+
//= ToolPanelBase
- //====================================================================
+
/** base class for tool panel implementations, adding ref count implementation to the IToolPanel interface,
but still being abstract
*/
@@ -129,9 +129,9 @@ namespace svt
DECLARE_IREFERENCE()
};
-//........................................................................
+
} // namespace svt
-//........................................................................
+
#endif // INCLUDED_SVTOOLS_TOOLPANEL_TOOLPANEL_HXX