summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/inc/frmload.hxx2
-rw-r--r--sfx2/inc/sfx2/docmacromode.hxx2
-rw-r--r--sfx2/inc/sfx2/docstoragemodifylistener.hxx2
-rw-r--r--sfx2/inc/sfx2/sfxmodelfactory.hxx2
-rw-r--r--sfx2/inc/sfx2/userinputinterception.hxx2
-rw-r--r--sfx2/source/dialog/taskpane.cxx2
-rw-r--r--sfx2/source/doc/docmacromode.cxx2
-rw-r--r--sfx2/source/doc/docstoragemodifylistener.cxx4
-rw-r--r--sfx2/source/doc/docundomanager.cxx2
-rw-r--r--sfx2/source/doc/sfxmodelfactory.cxx2
-rw-r--r--sfx2/source/inc/docundomanager.hxx2
-rw-r--r--sfx2/source/view/frmload.cxx2
-rw-r--r--sfx2/source/view/userinputinterception.cxx2
-rw-r--r--sfx2/workben/custompanel/ctp_factory.cxx2
-rw-r--r--sfx2/workben/custompanel/ctp_factory.hxx2
-rw-r--r--sfx2/workben/custompanel/ctp_panel.cxx2
-rw-r--r--sfx2/workben/custompanel/ctp_panel.hxx2
-rw-r--r--sfx2/workben/custompanel/ctp_services.cxx4
18 files changed, 0 insertions, 40 deletions
diff --git a/sfx2/inc/frmload.hxx b/sfx2/inc/frmload.hxx
index 2c883787ba47..ee77297488b0 100644
--- a/sfx2/inc/frmload.hxx
+++ b/sfx2/inc/frmload.hxx
@@ -23,7 +23,6 @@
#include "sfx2/sfxuno.hxx"
#include "sfx2/objsh.hxx"
-/** === begin UNO includes === **/
#include <com/sun/star/frame/XLoadEventListener.hpp>
#include <com/sun/star/frame/XSynchronousFrameLoader.hpp>
#include <com/sun/star/frame/XController2.hpp>
@@ -35,7 +34,6 @@
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/frame/XFrame.hpp>
#include <com/sun/star/task/XInteractionHandler.hpp>
-/** === end UNO includes === **/
#include <rtl/ustring.hxx>
#include <cppuhelper/implbase1.hxx>
diff --git a/sfx2/inc/sfx2/docmacromode.hxx b/sfx2/inc/sfx2/docmacromode.hxx
index a9f2a9dfeeed..a4adc7471890 100644
--- a/sfx2/inc/sfx2/docmacromode.hxx
+++ b/sfx2/inc/sfx2/docmacromode.hxx
@@ -31,12 +31,10 @@
#include "sfx2/dllapi.h"
-/** === begin UNO includes === **/
#include <com/sun/star/task/XInteractionHandler.hpp>
#include <com/sun/star/embed/XStorage.hpp>
#include <com/sun/star/script/XLibraryContainer.hpp>
#include <com/sun/star/document/XEmbeddedScripts.hpp>
-/** === end UNO includes === **/
#include <boost/shared_ptr.hpp>
diff --git a/sfx2/inc/sfx2/docstoragemodifylistener.hxx b/sfx2/inc/sfx2/docstoragemodifylistener.hxx
index 3bf32be455cb..d5a2b1aeb0e6 100644
--- a/sfx2/inc/sfx2/docstoragemodifylistener.hxx
+++ b/sfx2/inc/sfx2/docstoragemodifylistener.hxx
@@ -31,9 +31,7 @@
#include "sfx2/dllapi.h"
-/** === begin UNO includes === **/
#include <com/sun/star/util/XModifyListener.hpp>
-/** === end UNO includes === **/
#include <cppuhelper/implbase1.hxx>
diff --git a/sfx2/inc/sfx2/sfxmodelfactory.hxx b/sfx2/inc/sfx2/sfxmodelfactory.hxx
index 29c0fc69a1bd..3ff0c317c72f 100644
--- a/sfx2/inc/sfx2/sfxmodelfactory.hxx
+++ b/sfx2/inc/sfx2/sfxmodelfactory.hxx
@@ -22,10 +22,8 @@
#include "sfx2/dllapi.h"
-/** === begin UNO includes === **/
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/lang/XSingleServiceFactory.hpp>
-/** === end UNO includes === **/
//........................................................................
namespace sfx2
diff --git a/sfx2/inc/sfx2/userinputinterception.hxx b/sfx2/inc/sfx2/userinputinterception.hxx
index 1949e32ebe44..7350314b4835 100644
--- a/sfx2/inc/sfx2/userinputinterception.hxx
+++ b/sfx2/inc/sfx2/userinputinterception.hxx
@@ -22,9 +22,7 @@
#include "sfx2/dllapi.h"
-/** === begin UNO includes === **/
#include <com/sun/star/awt/XUserInputInterception.hpp>
-/** === end UNO includes === **/
#include <boost/noncopyable.hpp>
#include <memory>
diff --git a/sfx2/source/dialog/taskpane.cxx b/sfx2/source/dialog/taskpane.cxx
index 0ebdcb366372..ea90d62e731a 100644
--- a/sfx2/source/dialog/taskpane.cxx
+++ b/sfx2/source/dialog/taskpane.cxx
@@ -35,7 +35,6 @@
#include "sfxlocal.hrc"
#include "helpid.hrc"
-/** === begin UNO includes === **/
#include <com/sun/star/frame/XModuleManager.hpp>
#include <com/sun/star/container/XNameAccess.hpp>
#include <com/sun/star/ui/XToolPanel.hpp>
@@ -46,7 +45,6 @@
#include <com/sun/star/graphic/XGraphicProvider.hpp>
#include <com/sun/star/accessibility/XAccessible.hpp>
#include <com/sun/star/awt/XControl.hpp>
-/** === end UNO includes === **/
#include <comphelper/componentcontext.hxx>
#include <comphelper/namedvaluecollection.hxx>
diff --git a/sfx2/source/doc/docmacromode.cxx b/sfx2/source/doc/docmacromode.cxx
index 371264fa73ff..4a3ae6006cf2 100644
--- a/sfx2/source/doc/docmacromode.cxx
+++ b/sfx2/source/doc/docmacromode.cxx
@@ -31,7 +31,6 @@
#include "sfx2/signaturestate.hxx"
#include "sfx2/docfile.hxx"
-/** === begin UNO includes === **/
#include <com/sun/star/document/MacroExecMode.hpp>
#include <com/sun/star/task/ErrorCodeRequest.hpp>
#include <com/sun/star/task/DocumentMacroConfirmationRequest.hpp>
@@ -39,7 +38,6 @@
#include <com/sun/star/security/XDocumentDigitalSignatures.hpp>
#include <com/sun/star/script/XLibraryQueryExecutable.hpp>
#include <com/sun/star/script/vba/XVBACompatibility.hpp>
-/** === end UNO includes === **/
#include <comphelper/componentcontext.hxx>
#include <comphelper/processfactory.hxx>
diff --git a/sfx2/source/doc/docstoragemodifylistener.cxx b/sfx2/source/doc/docstoragemodifylistener.cxx
index f9d888eb7f5f..d03c81108b2f 100644
--- a/sfx2/source/doc/docstoragemodifylistener.cxx
+++ b/sfx2/source/doc/docstoragemodifylistener.cxx
@@ -26,13 +26,9 @@
*
************************************************************************/
-
#include "sfx2/docstoragemodifylistener.hxx"
#include <osl/mutex.hxx>
-/** === begin UNO includes === **/
-/** === end UNO includes === **/
-
//........................................................................
namespace sfx2
{
diff --git a/sfx2/source/doc/docundomanager.cxx b/sfx2/source/doc/docundomanager.cxx
index 6c3948163e4c..f74d12b6e3e4 100644
--- a/sfx2/source/doc/docundomanager.cxx
+++ b/sfx2/source/doc/docundomanager.cxx
@@ -33,9 +33,7 @@
#include "sfx2/viewsh.hxx"
#include "sfx2/bindings.hxx"
-/** === begin UNO includes === **/
#include <com/sun/star/lang/XComponent.hpp>
-/** === end UNO includes === **/
#include <comphelper/anytostring.hxx>
#include <comphelper/flagguard.hxx>
diff --git a/sfx2/source/doc/sfxmodelfactory.cxx b/sfx2/source/doc/sfxmodelfactory.cxx
index 7a2441bfe1e8..7a9bd9094045 100644
--- a/sfx2/source/doc/sfxmodelfactory.cxx
+++ b/sfx2/source/doc/sfxmodelfactory.cxx
@@ -28,11 +28,9 @@
#include "sfx2/sfxmodelfactory.hxx"
-/** === begin UNO includes === **/
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/beans/NamedValue.hpp>
#include <com/sun/star/lang/XInitialization.hpp>
-/** === end UNO includes === **/
#include <comphelper/namedvaluecollection.hxx>
#include <cppuhelper/implbase2.hxx>
diff --git a/sfx2/source/inc/docundomanager.hxx b/sfx2/source/inc/docundomanager.hxx
index d6e559827614..14a29e33cdcb 100644
--- a/sfx2/source/inc/docundomanager.hxx
+++ b/sfx2/source/inc/docundomanager.hxx
@@ -22,9 +22,7 @@
#include "sfx2/sfxbasemodel.hxx"
-/** === begin UNO includes === **/
#include <com/sun/star/document/XUndoManager.hpp>
-/** === end UNO includes === **/
#include <cppuhelper/implbase1.hxx>
diff --git a/sfx2/source/view/frmload.cxx b/sfx2/source/view/frmload.cxx
index 00a64bd9e990..7aeab2f8b4cd 100644
--- a/sfx2/source/view/frmload.cxx
+++ b/sfx2/source/view/frmload.cxx
@@ -46,7 +46,6 @@
#include "sfx2/viewsh.hxx"
#include "sfx2/viewfac.hxx"
-/** === begin UNO includes === **/
#include <com/sun/star/container/XContainerQuery.hpp>
#include <com/sun/star/document/XTypeDetection.hpp>
#include <com/sun/star/frame/XFrame.hpp>
@@ -55,7 +54,6 @@
#include <com/sun/star/task/XInteractionHandler2.hpp>
#include <com/sun/star/document/XViewDataSupplier.hpp>
#include <com/sun/star/container/XIndexAccess.hpp>
-/** === end UNO includes === **/
#include <comphelper/interaction.hxx>
#include <comphelper/namedvaluecollection.hxx>
diff --git a/sfx2/source/view/userinputinterception.cxx b/sfx2/source/view/userinputinterception.cxx
index 23449126772c..31669042319b 100644
--- a/sfx2/source/view/userinputinterception.cxx
+++ b/sfx2/source/view/userinputinterception.cxx
@@ -29,10 +29,8 @@
#include "sfx2/userinputinterception.hxx"
-/** === begin UNO includes === **/
#include <com/sun/star/awt/MouseButton.hpp>
#include <com/sun/star/awt/KeyModifier.hpp>
-/** === end UNO includes === **/
#include <cppuhelper/interfacecontainer.hxx>
#include <cppuhelper/weak.hxx>
diff --git a/sfx2/workben/custompanel/ctp_factory.cxx b/sfx2/workben/custompanel/ctp_factory.cxx
index 35f08ca5693c..695bc22c4463 100644
--- a/sfx2/workben/custompanel/ctp_factory.cxx
+++ b/sfx2/workben/custompanel/ctp_factory.cxx
@@ -29,11 +29,9 @@
#include "ctp_factory.hxx"
#include "ctp_panel.hxx"
-/** === begin UNO includes === **/
#include <com/sun/star/lang/NotInitializedException.hpp>
#include <com/sun/star/lang/IllegalArgumentException.hpp>
#include <com/sun/star/lang/XComponent.hpp>
-/** === end UNO includes === **/
//......................................................................................................................
namespace sd { namespace colortoolpanel
diff --git a/sfx2/workben/custompanel/ctp_factory.hxx b/sfx2/workben/custompanel/ctp_factory.hxx
index dd9e43dd3a3e..e726b99f7f40 100644
--- a/sfx2/workben/custompanel/ctp_factory.hxx
+++ b/sfx2/workben/custompanel/ctp_factory.hxx
@@ -20,11 +20,9 @@
#ifndef SD_WORKBENCH_CTP_FACTORY_HXX
#define SD_WORKBENCH_CTP_FACTORY_HXX
-/** === begin UNO includes === **/
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/ui/XUIElementFactory.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
-/** === end UNO includes === **/
#include <cppuhelper/implbase2.hxx>
#include <cppuhelper/basemutex.hxx>
diff --git a/sfx2/workben/custompanel/ctp_panel.cxx b/sfx2/workben/custompanel/ctp_panel.cxx
index 6327560101cf..2910add96009 100644
--- a/sfx2/workben/custompanel/ctp_panel.cxx
+++ b/sfx2/workben/custompanel/ctp_panel.cxx
@@ -20,7 +20,6 @@
#include "ctp_panel.hxx"
-/** === begin UNO includes === **/
#include <com/sun/star/lang/DisposedException.hpp>
#include <com/sun/star/awt/XWindowPeer.hpp>
#include <com/sun/star/awt/XToolkit.hpp>
@@ -30,7 +29,6 @@
#include <com/sun/star/awt/XDevice.hpp>
#include <com/sun/star/awt/XGraphics.hpp>
#include <com/sun/star/ui/UIElementType.hpp>
-/** === end UNO includes === **/
#include <tools/diagnose_ex.h>
diff --git a/sfx2/workben/custompanel/ctp_panel.hxx b/sfx2/workben/custompanel/ctp_panel.hxx
index 27825fbe5962..82b74d0d2d3f 100644
--- a/sfx2/workben/custompanel/ctp_panel.hxx
+++ b/sfx2/workben/custompanel/ctp_panel.hxx
@@ -20,13 +20,11 @@
#ifndef SD_WORKBENCH_CTP_PANEL_HXX
#define SD_WORKBENCH_CTP_PANEL_HXX
-/** === begin UNO includes === **/
#include <com/sun/star/ui/XToolPanel.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/awt/XPaintListener.hpp>
#include <com/sun/star/awt/XWindow.hpp>
#include <com/sun/star/ui/XUIElement.hpp>
-/** === end UNO includes === **/
#include <cppuhelper/compbase2.hxx>
#include <cppuhelper/compbase1.hxx>
diff --git a/sfx2/workben/custompanel/ctp_services.cxx b/sfx2/workben/custompanel/ctp_services.cxx
index ef79fe911599..9e13abb45540 100644
--- a/sfx2/workben/custompanel/ctp_services.cxx
+++ b/sfx2/workben/custompanel/ctp_services.cxx
@@ -25,12 +25,8 @@
*
************************************************************************/
-
#include "ctp_factory.hxx"
-/** === begin UNO includes === **/
-/** === end UNO includes === **/
-
#include <cppuhelper/implementationentry.hxx>
//......................................................................................................................