summaryrefslogtreecommitdiff
path: root/sd/source/ui/toolpanel/ToolPanel.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/toolpanel/ToolPanel.cxx')
-rw-r--r--sd/source/ui/toolpanel/ToolPanel.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sd/source/ui/toolpanel/ToolPanel.cxx b/sd/source/ui/toolpanel/ToolPanel.cxx
index 01054c439567..0a366b4ff613 100644
--- a/sd/source/ui/toolpanel/ToolPanel.cxx
+++ b/sd/source/ui/toolpanel/ToolPanel.cxx
@@ -31,7 +31,6 @@ namespace sd { namespace toolpanel
{
//......................................................................................................................
- /** === begin UNO using === **/
using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::XInterface;
using ::com::sun::star::uno::UNO_QUERY;
@@ -46,7 +45,6 @@ namespace sd { namespace toolpanel
using ::com::sun::star::lang::DisposedException;
using ::com::sun::star::awt::XWindow;
using ::com::sun::star::accessibility::XAccessible;
- /** === end UNO using === **/
typedef MethodGuard< ToolPanel > ToolPanelGuard;