summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-06-28 12:28:46 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-06-29 09:25:09 +0200
commit57154616f064752c237a278db18767241da13c3f (patch)
treec105cd45b095b2580c4d9ffec69a49dda8089d9b /svtools
parent59c8cfffa75d991e3fac8b3cb41dde31389bb8c1 (diff)
Remove UNO includes comments
Change-Id: I48e193322967fb75e93eaf81e9e2110d3056f92a
Diffstat (limited to 'svtools')
-rw-r--r--svtools/inc/svtools/imageresourceaccess.hxx2
-rw-r--r--svtools/source/contnr/contentenumeration.cxx2
-rw-r--r--svtools/source/contnr/contentenumeration.hxx2
-rw-r--r--svtools/source/misc/imageresourceaccess.cxx2
-rw-r--r--svtools/source/table/cellvalueconversion.cxx4
-rw-r--r--svtools/source/table/cellvalueconversion.hxx2
-rw-r--r--svtools/source/table/gridtablerenderer.cxx2
-rw-r--r--svtools/source/table/tablecontrol_impl.cxx2
-rw-r--r--svtools/source/toolpanel/paneltabbarpeer.cxx2
-rw-r--r--svtools/source/toolpanel/paneltabbarpeer.hxx3
-rw-r--r--svtools/source/toolpanel/toolpaneldeck.cxx2
-rw-r--r--svtools/source/toolpanel/toolpaneldeckpeer.cxx2
-rw-r--r--svtools/source/toolpanel/toolpaneldeckpeer.hxx3
-rw-r--r--svtools/source/toolpanel/toolpaneldrawerpeer.cxx2
-rw-r--r--svtools/source/uno/unocontroltablemodel.cxx2
-rw-r--r--svtools/source/uno/unocontroltablemodel.hxx2
-rw-r--r--svtools/source/uno/unogridcolumnfacade.cxx2
-rw-r--r--svtools/source/uno/unogridcolumnfacade.hxx2
-rw-r--r--svtools/source/uno/unowizard.hxx2
-rw-r--r--svtools/source/uno/wizard/unowizard.cxx2
-rw-r--r--svtools/source/uno/wizard/wizardpagecontroller.cxx2
-rw-r--r--svtools/source/uno/wizard/wizardpagecontroller.hxx2
-rw-r--r--svtools/source/uno/wizard/wizardshell.cxx2
-rw-r--r--svtools/source/uno/wizard/wizardshell.hxx2
-rw-r--r--svtools/workben/unodialog/udlg_services.cxx3
-rw-r--r--svtools/workben/unodialog/unodialogsample.cxx3
26 files changed, 0 insertions, 58 deletions
diff --git a/svtools/inc/svtools/imageresourceaccess.hxx b/svtools/inc/svtools/imageresourceaccess.hxx
index b0b1d843e4a6..dec37c75d086 100644
--- a/svtools/inc/svtools/imageresourceaccess.hxx
+++ b/svtools/inc/svtools/imageresourceaccess.hxx
@@ -22,10 +22,8 @@
#include "svtools/svtdllapi.h"
-/** === begin UNO includes === **/
#include <com/sun/star/io/XInputStream.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
-/** === end UNO includes === **/
class SvStream;
//........................................................................
diff --git a/svtools/source/contnr/contentenumeration.cxx b/svtools/source/contnr/contentenumeration.cxx
index 9b4fdd69f332..c79636c77a2c 100644
--- a/svtools/source/contnr/contentenumeration.cxx
+++ b/svtools/source/contnr/contentenumeration.cxx
@@ -31,7 +31,6 @@
#include <svtools/inettbc.hxx>
#include <svtools/imagemgr.hxx>
-/** === begin UNO includes === **/
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/sdbc/XResultSet.hpp>
#include <com/sun/star/sdbc/XRow.hpp>
@@ -39,7 +38,6 @@
#include <com/sun/star/ucb/XContentAccess.hpp>
#include <com/sun/star/util/DateTime.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
-/** === end UNO includes === **/
#include <comphelper/processfactory.hxx>
#include <tools/debug.hxx>
#include <vcl/svapp.hxx>
diff --git a/svtools/source/contnr/contentenumeration.hxx b/svtools/source/contnr/contentenumeration.hxx
index 576b0e6e5721..04d77925588c 100644
--- a/svtools/source/contnr/contentenumeration.hxx
+++ b/svtools/source/contnr/contentenumeration.hxx
@@ -29,10 +29,8 @@
#ifndef SVTOOLS_SOURCE_CONTNR_CONTENTENUMERATION_HXX
#define SVTOOLS_SOURCE_CONTNR_CONTENTENUMERATION_HXX
-/** === begin UNO includes === **/
#include <com/sun/star/ucb/XCommandEnvironment.hpp>
#include <com/sun/star/document/XStandaloneDocumentInfo.hpp>
-/** === end UNO includes === **/
#include <salhelper/thread.hxx>
#include <rtl/ref.hxx>
#include <ucbhelper/content.hxx>
diff --git a/svtools/source/misc/imageresourceaccess.cxx b/svtools/source/misc/imageresourceaccess.cxx
index 92f08a2c42e8..b34eea012426 100644
--- a/svtools/source/misc/imageresourceaccess.cxx
+++ b/svtools/source/misc/imageresourceaccess.cxx
@@ -29,13 +29,11 @@
#include <svtools/imageresourceaccess.hxx>
-/** === begin UNO includes === **/
#include <com/sun/star/io/NotConnectedException.hpp>
#include <com/sun/star/io/XSeekable.hpp>
#include <com/sun/star/graphic/GraphicProvider.hpp>
#include <com/sun/star/graphic/XGraphicProvider.hpp>
#include <com/sun/star/io/XStream.hpp>
-/** === end UNO includes === **/
#include <unotools/ucbstreamhelper.hxx>
#include <tools/stream.hxx>
#include <unotools/streamwrap.hxx>
diff --git a/svtools/source/table/cellvalueconversion.cxx b/svtools/source/table/cellvalueconversion.cxx
index 1f362d9345aa..afb27ae3778a 100644
--- a/svtools/source/table/cellvalueconversion.cxx
+++ b/svtools/source/table/cellvalueconversion.cxx
@@ -25,12 +25,8 @@
*
************************************************************************/
-
#include "cellvalueconversion.hxx"
-/** === begin UNO includes === **/
-/** === end UNO includes === **/
-
//......................................................................................................................
namespace svt
{
diff --git a/svtools/source/table/cellvalueconversion.hxx b/svtools/source/table/cellvalueconversion.hxx
index 96440f9088f2..accdf42a45c9 100644
--- a/svtools/source/table/cellvalueconversion.hxx
+++ b/svtools/source/table/cellvalueconversion.hxx
@@ -28,9 +28,7 @@
#ifndef SVTOOLS_CELLVALUECONVERSION_HXX
#define SVTOOLS_CELLVALUECONVERSION_HXX
-/** === begin UNO includes === **/
#include <com/sun/star/uno/Any.hxx>
-/** === end UNO includes === **/
//......................................................................................................................
namespace svt
diff --git a/svtools/source/table/gridtablerenderer.cxx b/svtools/source/table/gridtablerenderer.cxx
index 5a20053b694c..f4a1f1d9dcf3 100644
--- a/svtools/source/table/gridtablerenderer.cxx
+++ b/svtools/source/table/gridtablerenderer.cxx
@@ -30,9 +30,7 @@
#include "svtools/table/gridtablerenderer.hxx"
#include "svtools/colorcfg.hxx"
-/** === begin UNO includes === **/
#include <com/sun/star/graphic/XGraphic.hpp>
-/** === end UNO includes === **/
#include <tools/debug.hxx>
#include <tools/diagnose_ex.h>
diff --git a/svtools/source/table/tablecontrol_impl.cxx b/svtools/source/table/tablecontrol_impl.cxx
index 8091fa508a2f..127785990301 100644
--- a/svtools/source/table/tablecontrol_impl.cxx
+++ b/svtools/source/table/tablecontrol_impl.cxx
@@ -35,12 +35,10 @@
#include "tablegeometry.hxx"
#include "cellvalueconversion.hxx"
-/** === begin UNO includes === **/
#include <com/sun/star/accessibility/XAccessible.hpp>
#include <com/sun/star/accessibility/AccessibleTableModelChange.hpp>
#include <com/sun/star/accessibility/AccessibleEventId.hpp>
#include <com/sun/star/accessibility/AccessibleTableModelChangeType.hpp>
-/** === end UNO includes === **/
#include <comphelper/flagguard.hxx>
#include <vcl/scrbar.hxx>
diff --git a/svtools/source/toolpanel/paneltabbarpeer.cxx b/svtools/source/toolpanel/paneltabbarpeer.cxx
index c512600f0924..4851baeed201 100644
--- a/svtools/source/toolpanel/paneltabbarpeer.cxx
+++ b/svtools/source/toolpanel/paneltabbarpeer.cxx
@@ -21,9 +21,7 @@
#include "paneltabbarpeer.hxx"
#include "svtools/toolpanel/paneltabbar.hxx"
-/** === begin UNO includes === **/
#include <com/sun/star/lang/DisposedException.hpp>
-/** === end UNO includes === **/
#include <tools/diagnose_ex.h>
#include <vcl/svapp.hxx>
diff --git a/svtools/source/toolpanel/paneltabbarpeer.hxx b/svtools/source/toolpanel/paneltabbarpeer.hxx
index fab0047f31f9..9ee78691495b 100644
--- a/svtools/source/toolpanel/paneltabbarpeer.hxx
+++ b/svtools/source/toolpanel/paneltabbarpeer.hxx
@@ -22,9 +22,6 @@
#include "svtaccessiblefactory.hxx"
-/** === begin UNO includes === **/
-/** === end UNO includes === **/
-
#include <toolkit/awt/vclxwindow.hxx>
//......................................................................................................................
diff --git a/svtools/source/toolpanel/toolpaneldeck.cxx b/svtools/source/toolpanel/toolpaneldeck.cxx
index 129595e76f25..6a66ff317f7a 100644
--- a/svtools/source/toolpanel/toolpaneldeck.cxx
+++ b/svtools/source/toolpanel/toolpaneldeck.cxx
@@ -34,10 +34,8 @@
#include "svtools/toolpanel/tablayouter.hxx"
#include "svtools/toolpanel/drawerlayouter.hxx"
-/** === begin UNO includes === **/
#include <com/sun/star/accessibility/XAccessible.hpp>
#include <com/sun/star/accessibility/AccessibleRole.hpp>
-/** === end UNO includes === **/
#include <tools/diagnose_ex.h>
diff --git a/svtools/source/toolpanel/toolpaneldeckpeer.cxx b/svtools/source/toolpanel/toolpaneldeckpeer.cxx
index 4580f3e8ac10..1c9a1ef12027 100644
--- a/svtools/source/toolpanel/toolpaneldeckpeer.cxx
+++ b/svtools/source/toolpanel/toolpaneldeckpeer.cxx
@@ -21,9 +21,7 @@
#include "toolpaneldeckpeer.hxx"
#include "svtools/toolpanel/toolpaneldeck.hxx"
-/** === begin UNO includes === **/
#include <com/sun/star/lang/DisposedException.hpp>
-/** === end UNO includes === **/
#include <tools/diagnose_ex.h>
#include <vcl/svapp.hxx>
diff --git a/svtools/source/toolpanel/toolpaneldeckpeer.hxx b/svtools/source/toolpanel/toolpaneldeckpeer.hxx
index 0de2f1dd11e7..fba078dbed71 100644
--- a/svtools/source/toolpanel/toolpaneldeckpeer.hxx
+++ b/svtools/source/toolpanel/toolpaneldeckpeer.hxx
@@ -22,9 +22,6 @@
#include "svtaccessiblefactory.hxx"
-/** === begin UNO includes === **/
-/** === end UNO includes === **/
-
#include <toolkit/awt/vclxwindow.hxx>
//......................................................................................................................
diff --git a/svtools/source/toolpanel/toolpaneldrawerpeer.cxx b/svtools/source/toolpanel/toolpaneldrawerpeer.cxx
index 5791aeac5eac..afb41738724e 100644
--- a/svtools/source/toolpanel/toolpaneldrawerpeer.cxx
+++ b/svtools/source/toolpanel/toolpaneldrawerpeer.cxx
@@ -21,10 +21,8 @@
#include "toolpaneldrawerpeer.hxx"
#include "toolpaneldrawer.hxx"
-/** === begin UNO includes === **/
#include <com/sun/star/accessibility/AccessibleStateType.hpp>
#include <com/sun/star/accessibility/AccessibleEventId.hpp>
-/** === end UNO includes === **/
#include <tools/diagnose_ex.h>
#include <toolkit/awt/vclxaccessiblecomponent.hxx>
diff --git a/svtools/source/uno/unocontroltablemodel.cxx b/svtools/source/uno/unocontroltablemodel.cxx
index f6cd8944451d..f363d4a950b8 100644
--- a/svtools/source/uno/unocontroltablemodel.cxx
+++ b/svtools/source/uno/unocontroltablemodel.cxx
@@ -33,12 +33,10 @@
#include "svtools/table/gridtablerenderer.hxx"
#include "svtools/table/tablecontrol.hxx"
-/** === begin UNO includes === **/
#include <com/sun/star/awt/grid/XGridColumn.hpp>
#include <com/sun/star/view/SelectionType.hpp>
#include <com/sun/star/awt/grid/XGridColumnListener.hpp>
#include <com/sun/star/awt/grid/XSortableGridData.hpp>
-/** === end UNO includes === **/
#include <comphelper/stlunosequence.hxx>
#include <cppuhelper/weakref.hxx>
diff --git a/svtools/source/uno/unocontroltablemodel.hxx b/svtools/source/uno/unocontroltablemodel.hxx
index d804ca0f03b4..15881dde71b2 100644
--- a/svtools/source/uno/unocontroltablemodel.hxx
+++ b/svtools/source/uno/unocontroltablemodel.hxx
@@ -32,7 +32,6 @@
#include "svtools/table/tablemodel.hxx"
#include "svtools/table/tablecontrol.hxx"
-/** === begin UNO includes === **/
#include <com/sun/star/awt/grid/XGridControl.hpp>
#include <com/sun/star/awt/grid/GridDataEvent.hpp>
#include <com/sun/star/awt/grid/XGridColumnModel.hpp>
@@ -41,7 +40,6 @@
#include <com/sun/star/awt/grid/XGridColumn.hpp>
#include <com/sun/star/util/Color.hpp>
#include <com/sun/star/style/VerticalAlignment.hpp>
-/** === end UNO includes === **/
#include <cppuhelper/implbase2.hxx>
#include <rtl/ref.hxx>
diff --git a/svtools/source/uno/unogridcolumnfacade.cxx b/svtools/source/uno/unogridcolumnfacade.cxx
index 711615053f6f..d04024ddf7d8 100644
--- a/svtools/source/uno/unogridcolumnfacade.cxx
+++ b/svtools/source/uno/unogridcolumnfacade.cxx
@@ -33,11 +33,9 @@
#include "svtools/table/gridtablerenderer.hxx"
#include "svtools/table/tablecontrol.hxx"
-/** === begin UNO includes === **/
#include <com/sun/star/awt/grid/XGridColumn.hpp>
#include <com/sun/star/view/SelectionType.hpp>
#include <com/sun/star/awt/grid/XGridColumnListener.hpp>
-/** === end UNO includes === **/
#include <comphelper/stlunosequence.hxx>
#include <tools/debug.hxx>
diff --git a/svtools/source/uno/unogridcolumnfacade.hxx b/svtools/source/uno/unogridcolumnfacade.hxx
index 8dcc628b705d..29d4f3894530 100644
--- a/svtools/source/uno/unogridcolumnfacade.hxx
+++ b/svtools/source/uno/unogridcolumnfacade.hxx
@@ -23,11 +23,9 @@
#include "svtools/table/tablemodel.hxx"
#include "svtools/table/tablecontrol.hxx"
-/** === begin UNO includes === **/
#include <com/sun/star/awt/grid/XGridColumn.hpp>
#include <com/sun/star/style/VerticalAlignment.hpp>
#include <com/sun/star/style/HorizontalAlignment.hpp>
-/** === end UNO includes === **/
#include <cppuhelper/implbase2.hxx>
#include <rtl/ref.hxx>
diff --git a/svtools/source/uno/unowizard.hxx b/svtools/source/uno/unowizard.hxx
index d933d737274c..1ef6f7d1a6d0 100644
--- a/svtools/source/uno/unowizard.hxx
+++ b/svtools/source/uno/unowizard.hxx
@@ -22,11 +22,9 @@
#include "svtools/genericunodialog.hxx"
-/** === begin UNO includes === **/
#include <com/sun/star/ui/dialogs/XWizard.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/ui/dialogs/XWizardController.hpp>
-/** === end UNO includes === **/
#include <cppuhelper/implbase1.hxx>
#include <comphelper/componentcontext.hxx>
diff --git a/svtools/source/uno/wizard/unowizard.cxx b/svtools/source/uno/wizard/unowizard.cxx
index ee64f0c120a5..4e9a769b8291 100644
--- a/svtools/source/uno/wizard/unowizard.cxx
+++ b/svtools/source/uno/wizard/unowizard.cxx
@@ -29,14 +29,12 @@
#include "../unowizard.hxx"
#include "wizardshell.hxx"
-/** === begin UNO includes === **/
#include <com/sun/star/lang/XInitialization.hpp>
#include <com/sun/star/beans/XPropertySetInfo.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/ucb/AlreadyInitializedException.hpp>
#include <com/sun/star/ui/dialogs/XWizardController.hpp>
#include <com/sun/star/ui/dialogs/WizardButton.hpp>
-/** === end UNO includes === **/
#include <tools/diagnose_ex.h>
#include <rtl/strbuf.hxx>
diff --git a/svtools/source/uno/wizard/wizardpagecontroller.cxx b/svtools/source/uno/wizard/wizardpagecontroller.cxx
index b711a87115b6..2f58edeb12a4 100644
--- a/svtools/source/uno/wizard/wizardpagecontroller.cxx
+++ b/svtools/source/uno/wizard/wizardpagecontroller.cxx
@@ -21,10 +21,8 @@
#include "wizardpagecontroller.hxx"
#include "wizardshell.hxx"
-/** === begin UNO includes === **/
#include <com/sun/star/lang/XComponent.hpp>
#include <com/sun/star/awt/XControl.hpp>
-/** === end UNO includes === **/
#include <toolkit/helper/vclunohelper.hxx>
#include <tools/diagnose_ex.h>
diff --git a/svtools/source/uno/wizard/wizardpagecontroller.hxx b/svtools/source/uno/wizard/wizardpagecontroller.hxx
index 098266336255..6261a27e5279 100644
--- a/svtools/source/uno/wizard/wizardpagecontroller.hxx
+++ b/svtools/source/uno/wizard/wizardpagecontroller.hxx
@@ -30,9 +30,7 @@
#include "svtools/wizardmachine.hxx"
-/** === begin UNO includes === **/
#include <com/sun/star/ui/dialogs/XWizardController.hpp>
-/** === end UNO includes === **/
//......................................................................................................................
namespace svt { namespace uno
diff --git a/svtools/source/uno/wizard/wizardshell.cxx b/svtools/source/uno/wizard/wizardshell.cxx
index 37b033864edc..0cf7e20bea2f 100644
--- a/svtools/source/uno/wizard/wizardshell.cxx
+++ b/svtools/source/uno/wizard/wizardshell.cxx
@@ -31,9 +31,7 @@
#include <tools/diagnose_ex.h>
-/** === begin UNO includes === **/
#include <com/sun/star/ui/dialogs/WizardTravelType.hpp>
-/** === end UNO includes === **/
#include <vcl/msgbox.hxx>
diff --git a/svtools/source/uno/wizard/wizardshell.hxx b/svtools/source/uno/wizard/wizardshell.hxx
index ab4969941213..ae8edcddf22e 100644
--- a/svtools/source/uno/wizard/wizardshell.hxx
+++ b/svtools/source/uno/wizard/wizardshell.hxx
@@ -20,10 +20,8 @@
#ifndef SVT_UNO_WIZARD_SHELL
#define SVT_UNO_WIZARD_SHELL
-/** === begin UNO includes === **/
#include <com/sun/star/ui/dialogs/XWizardController.hpp>
#include <com/sun/star/ui/dialogs/XWizard.hpp>
-/** === end UNO includes === **/
#include <svtools/roadmapwizard.hxx>
diff --git a/svtools/workben/unodialog/udlg_services.cxx b/svtools/workben/unodialog/udlg_services.cxx
index cb2949791e9c..93ed5101d230 100644
--- a/svtools/workben/unodialog/udlg_services.cxx
+++ b/svtools/workben/unodialog/udlg_services.cxx
@@ -26,9 +26,6 @@
*
************************************************************************/
-/** === begin UNO includes === **/
-/** === end UNO includes === **/
-
#include "udlg_module.hxx"
//........................................................................
diff --git a/svtools/workben/unodialog/unodialogsample.cxx b/svtools/workben/unodialog/unodialogsample.cxx
index 30ffd07240ee..205771057c9c 100644
--- a/svtools/workben/unodialog/unodialogsample.cxx
+++ b/svtools/workben/unodialog/unodialogsample.cxx
@@ -20,9 +20,6 @@
#include "udlg_module.hxx"
#include "roadmapskeleton.hxx"
-/** === begin UNO includes === **/
-/** === end UNO includes === **/
-
#include <comphelper/componentcontext.hxx>
#include "svtools/genericunodialog.hxx"