summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-04-01 18:45:57 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-04-01 22:45:36 +0200
commit2b7ee1db281e776c188bd11eeefa5c16c914761e (patch)
treef5c8539420559ed3dee5dcfff8fb70689b8b4fdc /sd
parent0c3ee477085b9ed1750fed540fd628a4a64a3497 (diff)
remove boilerplate comments
Change-Id: I44a476a9843816f70a7a4d84b8c35edeecd5daaf
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/toolpanel/ToolPanel.cxx2
-rw-r--r--sd/source/ui/toolpanel/ToolPanelFactory.cxx2
-rw-r--r--sd/source/ui/toolpanel/ToolPanelUIElement.cxx3
-rw-r--r--sd/source/ui/toolpanel/ToolPanelViewShell.cxx2
-rw-r--r--sd/workben/custompanel/ctp_panel.cxx3
5 files changed, 2 insertions, 10 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;
diff --git a/sd/source/ui/toolpanel/ToolPanelFactory.cxx b/sd/source/ui/toolpanel/ToolPanelFactory.cxx
index 059326e50ffe..9ae0087c08c4 100644
--- a/sd/source/ui/toolpanel/ToolPanelFactory.cxx
+++ b/sd/source/ui/toolpanel/ToolPanelFactory.cxx
@@ -44,7 +44,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;
@@ -66,7 +65,6 @@ namespace sd { namespace toolpanel
using ::com::sun::star::lang::XInitialization;
using ::com::sun::star::frame::XFrame;
using ::com::sun::star::awt::XWindow;
- /** === end UNO using === **/
//==================================================================================================================
//= ToolPanelFactory
diff --git a/sd/source/ui/toolpanel/ToolPanelUIElement.cxx b/sd/source/ui/toolpanel/ToolPanelUIElement.cxx
index d2dd02ad694e..841edfc0a5d9 100644
--- a/sd/source/ui/toolpanel/ToolPanelUIElement.cxx
+++ b/sd/source/ui/toolpanel/ToolPanelUIElement.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;
@@ -47,7 +46,7 @@ namespace sd { namespace toolpanel
using ::com::sun::star::lang::XComponent;
using ::com::sun::star::ui::XToolPanel;
using ::com::sun::star::lang::DisposedException;
- /** === end UNO using === **/
+
namespace UIElementType = ::com::sun::star::ui::UIElementType;
typedef MethodGuard< ToolPanelUIElement > UIElementMethodGuard;
diff --git a/sd/source/ui/toolpanel/ToolPanelViewShell.cxx b/sd/source/ui/toolpanel/ToolPanelViewShell.cxx
index a333556765e6..08e8e7b2a9fb 100644
--- a/sd/source/ui/toolpanel/ToolPanelViewShell.cxx
+++ b/sd/source/ui/toolpanel/ToolPanelViewShell.cxx
@@ -83,7 +83,6 @@ using namespace ::sd::toolpanel;
#define ToolPanelViewShell
#include "sdslots.hxx"
-/** === begin UNO using === **/
using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::XInterface;
using ::com::sun::star::uno::UNO_QUERY;
@@ -110,7 +109,6 @@ using ::com::sun::star::drawing::framework::AnchorBindingMode_DIRECT;
using ::com::sun::star::ui::XUIElement;
using ::com::sun::star::ui::XToolPanel;
using ::com::sun::star::drawing::framework::ResourceActivationMode_REPLACE;
-/** === end UNO using === **/
using ::sd::framework::FrameworkHelper;
diff --git a/sd/workben/custompanel/ctp_panel.cxx b/sd/workben/custompanel/ctp_panel.cxx
index 3e2f947a20f4..6e09e942699e 100644
--- a/sd/workben/custompanel/ctp_panel.cxx
+++ b/sd/workben/custompanel/ctp_panel.cxx
@@ -37,7 +37,6 @@ namespace sd { namespace colortoolpanel
{
//......................................................................................................................
- /** === begin UNO using === **/
using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::XInterface;
using ::com::sun::star::uno::UNO_QUERY;
@@ -67,7 +66,7 @@ namespace sd { namespace colortoolpanel
using ::com::sun::star::awt::XDevice;
using ::com::sun::star::awt::XGraphics;
using ::com::sun::star::accessibility::XAccessible;
- /** === end UNO using === **/
+
namespace WindowAttribute = ::com::sun::star::awt::WindowAttribute;
namespace PosSize = ::com::sun::star::awt::PosSize;