diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-06-28 12:28:46 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-06-29 09:25:09 +0200 |
commit | 57154616f064752c237a278db18767241da13c3f (patch) | |
tree | c105cd45b095b2580c4d9ffec69a49dda8089d9b /sd/source | |
parent | 59c8cfffa75d991e3fac8b3cb41dde31389bb8c1 (diff) |
Remove UNO includes comments
Change-Id: I48e193322967fb75e93eaf81e9e2110d3056f92a
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/ui/toolpanel/ToolPanel.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/toolpanel/ToolPanel.hxx | 2 | ||||
-rw-r--r-- | sd/source/ui/toolpanel/ToolPanelFactory.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/toolpanel/ToolPanelUIElement.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/toolpanel/ToolPanelUIElement.hxx | 2 | ||||
-rw-r--r-- | sd/source/ui/toolpanel/ToolPanelViewShell.cxx | 2 |
6 files changed, 0 insertions, 12 deletions
diff --git a/sd/source/ui/toolpanel/ToolPanel.cxx b/sd/source/ui/toolpanel/ToolPanel.cxx index 9224acd94e10..ba815ee1f9b4 100644 --- a/sd/source/ui/toolpanel/ToolPanel.cxx +++ b/sd/source/ui/toolpanel/ToolPanel.cxx @@ -30,9 +30,7 @@ #include "MethodGuard.hxx" #include <taskpane/TaskPaneTreeNode.hxx> -/** === begin UNO includes === **/ #include <com/sun/star/lang/DisposedException.hpp> -/** === end UNO includes === **/ #include <vcl/window.hxx> diff --git a/sd/source/ui/toolpanel/ToolPanel.hxx b/sd/source/ui/toolpanel/ToolPanel.hxx index 07eca366ff68..1ec20dcb192e 100644 --- a/sd/source/ui/toolpanel/ToolPanel.hxx +++ b/sd/source/ui/toolpanel/ToolPanel.hxx @@ -20,9 +20,7 @@ #ifndef SD_TOOLPANEL_HXX #define SD_TOOLPANEL_HXX -/** === begin UNO includes === **/ #include <com/sun/star/ui/XToolPanel.hpp> -/** === end UNO includes === **/ #include <cppuhelper/basemutex.hxx> #include <cppuhelper/compbase1.hxx> diff --git a/sd/source/ui/toolpanel/ToolPanelFactory.cxx b/sd/source/ui/toolpanel/ToolPanelFactory.cxx index 4b5bb57e99a5..85beb2c32c14 100644 --- a/sd/source/ui/toolpanel/ToolPanelFactory.cxx +++ b/sd/source/ui/toolpanel/ToolPanelFactory.cxx @@ -32,14 +32,12 @@ #include "ViewShellBase.hxx" #include "app.hrc" -/** === begin UNO includes === **/ #include <com/sun/star/ui/XUIElementFactory.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XInitialization.hpp> #include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/frame/XFrame.hpp> #include <com/sun/star/awt/XWindow.hpp> -/** === end UNO includes === **/ #include <sfx2/frame.hxx> #include <vcl/svapp.hxx> diff --git a/sd/source/ui/toolpanel/ToolPanelUIElement.cxx b/sd/source/ui/toolpanel/ToolPanelUIElement.cxx index af1e90d806f8..d2dd02ad694e 100644 --- a/sd/source/ui/toolpanel/ToolPanelUIElement.cxx +++ b/sd/source/ui/toolpanel/ToolPanelUIElement.cxx @@ -21,10 +21,8 @@ #include "ToolPanelUIElement.hxx" #include "MethodGuard.hxx" -/** === begin UNO includes === **/ #include <com/sun/star/ui/UIElementType.hpp> #include <com/sun/star/lang/XComponent.hpp> -/** === end UNO includes === **/ #include <tools/diagnose_ex.h> diff --git a/sd/source/ui/toolpanel/ToolPanelUIElement.hxx b/sd/source/ui/toolpanel/ToolPanelUIElement.hxx index 04f73a4eb09d..c3f6e90199c1 100644 --- a/sd/source/ui/toolpanel/ToolPanelUIElement.hxx +++ b/sd/source/ui/toolpanel/ToolPanelUIElement.hxx @@ -20,10 +20,8 @@ #ifndef SD_TOOLPANELUIELEMENT_HXX #define SD_TOOLPANELUIELEMENT_HXX -/** === begin UNO includes === **/ #include <com/sun/star/ui/XUIElement.hpp> #include <com/sun/star/ui/XToolPanel.hpp> -/** === end UNO includes === **/ #include <cppuhelper/compbase1.hxx> #include <cppuhelper/basemutex.hxx> diff --git a/sd/source/ui/toolpanel/ToolPanelViewShell.cxx b/sd/source/ui/toolpanel/ToolPanelViewShell.cxx index 8eb9bc7f8800..fae7729860c7 100644 --- a/sd/source/ui/toolpanel/ToolPanelViewShell.cxx +++ b/sd/source/ui/toolpanel/ToolPanelViewShell.cxx @@ -52,12 +52,10 @@ #include "sdresid.hxx" #include "framework/FrameworkHelper.hxx" -/** === begin UNO includes === **/ #include <com/sun/star/drawing/framework/XResourceId.hpp> #include <com/sun/star/drawing/framework/ResourceActivationMode.hpp> #include <com/sun/star/drawing/framework/AnchorBindingMode.hpp> #include <com/sun/star/drawing/XDrawSubController.hpp> -/** === end UNO includes === **/ #include <svtools/toolpanel/toolpanel.hxx> #include <svtools/toolpanel/toolpaneldeck.hxx> |