diff options
810 files changed, 32 insertions, 4199 deletions
diff --git a/UnoControls/inc/basecontainercontrol.hxx b/UnoControls/inc/basecontainercontrol.hxx index 960848086382..78d0dbc0f341 100644 --- a/UnoControls/inc/basecontainercontrol.hxx +++ b/UnoControls/inc/basecontainercontrol.hxx @@ -20,10 +20,6 @@ #ifndef _UNOCONTROLS_BASECONTAINERCONTROL_CTRL_HXX #define _UNOCONTROLS_BASECONTAINERCONTROL_CTRL_HXX -//____________________________________________________________________________________________________________ -// includes of other projects -//____________________________________________________________________________________________________________ - #include <com/sun/star/lang/XServiceName.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/container/XContainer.hpp> @@ -36,9 +32,6 @@ #include <com/sun/star/container/XNameContainer.hpp> #include <vector> -//____________________________________________________________________________________________________________ -// includes of my own project -//____________________________________________________________________________________________________________ #include "basecontrol.hxx" //____________________________________________________________________________________________________________ diff --git a/UnoControls/inc/basecontrol.hxx b/UnoControls/inc/basecontrol.hxx index 65bcf5aaf139..9ec160cc6519 100644 --- a/UnoControls/inc/basecontrol.hxx +++ b/UnoControls/inc/basecontrol.hxx @@ -20,10 +20,6 @@ #ifndef _UNOCONTROLS_BASECONTROL_CTRL_HXX #define _UNOCONTROLS_BASECONTROL_CTRL_HXX -//____________________________________________________________________________________________________________ -// includes of other projects -//____________________________________________________________________________________________________________ - #include <com/sun/star/awt/XKeyListener.hpp> #include <com/sun/star/awt/XPaintListener.hpp> #include <com/sun/star/awt/KeyEvent.hpp> @@ -91,9 +87,6 @@ #include <cppuhelper/weak.hxx> #include <cppuhelper/component.hxx> -//____________________________________________________________________________________________________________ -// includes of my project -//____________________________________________________________________________________________________________ #include "multiplexer.hxx" //____________________________________________________________________________________________________________ diff --git a/UnoControls/inc/multiplexer.hxx b/UnoControls/inc/multiplexer.hxx index fa481b288fb3..9d1fdba51e63 100644 --- a/UnoControls/inc/multiplexer.hxx +++ b/UnoControls/inc/multiplexer.hxx @@ -20,10 +20,6 @@ #ifndef _UNOCONTROLS_MULTIPLEXER_HXX #define _UNOCONTROLS_MULTIPLEXER_HXX -//____________________________________________________________________________________________________________ -// includes of other projects -//____________________________________________________________________________________________________________ - #include <com/sun/star/awt/XKeyListener.hpp> #include <com/sun/star/awt/XPaintListener.hpp> #include <com/sun/star/awt/KeyEvent.hpp> @@ -49,9 +45,6 @@ #include <com/sun/star/awt/PosSize.hpp> #include <cppuhelper/weak.hxx> #include <cppuhelper/interfacecontainer.hxx> -//____________________________________________________________________________________________________________ -// includes of my own project -//____________________________________________________________________________________________________________ //____________________________________________________________________________________________________________ // "namespaces" diff --git a/UnoControls/source/base/basecontainercontrol.cxx b/UnoControls/source/base/basecontainercontrol.cxx index 1dba2e4b537a..83bedbf3cfc5 100644 --- a/UnoControls/source/base/basecontainercontrol.cxx +++ b/UnoControls/source/base/basecontainercontrol.cxx @@ -17,22 +17,11 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -//____________________________________________________________________________________________________________ -// my own includes -//____________________________________________________________________________________________________________ - #include "basecontainercontrol.hxx" -//____________________________________________________________________________________________________________ -// includes of other projects -//____________________________________________________________________________________________________________ #include <cppuhelper/typeprovider.hxx> //____________________________________________________________________________________________________________ -// includes of my own project -//____________________________________________________________________________________________________________ - -//____________________________________________________________________________________________________________ // namespaces //____________________________________________________________________________________________________________ diff --git a/UnoControls/source/base/basecontrol.cxx b/UnoControls/source/base/basecontrol.cxx index 6d48c7bd2227..e600fd0713ba 100644 --- a/UnoControls/source/base/basecontrol.cxx +++ b/UnoControls/source/base/basecontrol.cxx @@ -17,15 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -//____________________________________________________________________________________________________________ -// my own include -//____________________________________________________________________________________________________________ - #include "basecontrol.hxx" -//____________________________________________________________________________________________________________ -// includes of other projects -//____________________________________________________________________________________________________________ #include <com/sun/star/awt/XDevice.hpp> #include <com/sun/star/awt/XDisplayBitmap.hpp> #include <com/sun/star/awt/DeviceInfo.hpp> @@ -34,10 +27,6 @@ #include <cppuhelper/typeprovider.hxx> //____________________________________________________________________________________________________________ -// includes of my own project -//____________________________________________________________________________________________________________ - -//____________________________________________________________________________________________________________ // namespaces //____________________________________________________________________________________________________________ diff --git a/UnoControls/source/base/registercontrols.cxx b/UnoControls/source/base/registercontrols.cxx index 50dd26c279b5..4d659f465a38 100644 --- a/UnoControls/source/base/registercontrols.cxx +++ b/UnoControls/source/base/registercontrols.cxx @@ -17,10 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -//______________________________________________________________________________________________________________ -// includes of other projects -//______________________________________________________________________________________________________________ - #include <cppuhelper/factory.hxx> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/XSingleServiceFactory.hpp> @@ -29,10 +25,6 @@ #include <stdio.h> -//______________________________________________________________________________________________________________ -// includes of my own project -//______________________________________________________________________________________________________________ - //============================================================================= // Add new include line to use new services. //============================================================================= diff --git a/UnoControls/source/controls/OConnectionPointContainerHelper.cxx b/UnoControls/source/controls/OConnectionPointContainerHelper.cxx index c20854c56c0d..9e26a8a44b02 100644 --- a/UnoControls/source/controls/OConnectionPointContainerHelper.cxx +++ b/UnoControls/source/controls/OConnectionPointContainerHelper.cxx @@ -17,19 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -//______________________________________________________________________________________________________________ -// my own include -//______________________________________________________________________________________________________________ - #include "OConnectionPointContainerHelper.hxx" -//______________________________________________________________________________________________________________ -// includes of other projects -//______________________________________________________________________________________________________________ - -//______________________________________________________________________________________________________________ -// include of my own project -//______________________________________________________________________________________________________________ #include "OConnectionPointHelper.hxx" //______________________________________________________________________________________________________________ diff --git a/UnoControls/source/controls/OConnectionPointHelper.cxx b/UnoControls/source/controls/OConnectionPointHelper.cxx index 21c51f42c2e7..eb9229627e53 100644 --- a/UnoControls/source/controls/OConnectionPointHelper.cxx +++ b/UnoControls/source/controls/OConnectionPointHelper.cxx @@ -17,19 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -//______________________________________________________________________________________________________________ -// my own include -//______________________________________________________________________________________________________________ - #include "OConnectionPointHelper.hxx" -//______________________________________________________________________________________________________________ -// includes of other projects -//______________________________________________________________________________________________________________ - -//______________________________________________________________________________________________________________ -// include of my own project -//______________________________________________________________________________________________________________ #include "OConnectionPointContainerHelper.hxx" //______________________________________________________________________________________________________________ diff --git a/UnoControls/source/controls/framecontrol.cxx b/UnoControls/source/controls/framecontrol.cxx index 2895e4616982..424f6a37e8a4 100644 --- a/UnoControls/source/controls/framecontrol.cxx +++ b/UnoControls/source/controls/framecontrol.cxx @@ -17,16 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - -//______________________________________________________________________________________________________________ -// my own include -//______________________________________________________________________________________________________________ - #include "framecontrol.hxx" -//______________________________________________________________________________________________________________ -// includes of other projects -//______________________________________________________________________________________________________________ #include <com/sun/star/frame/XDispatchProvider.hpp> #include <com/sun/star/util/URLTransformer.hpp> #include <com/sun/star/util/XURLTransformer.hpp> @@ -38,10 +30,6 @@ #include <osl/diagnose.h> //______________________________________________________________________________________________________________ -// include of my own project -//______________________________________________________________________________________________________________ - -//______________________________________________________________________________________________________________ // namespaces //______________________________________________________________________________________________________________ diff --git a/UnoControls/source/controls/progressbar.cxx b/UnoControls/source/controls/progressbar.cxx index fb647a8bc936..0b2487c42415 100644 --- a/UnoControls/source/controls/progressbar.cxx +++ b/UnoControls/source/controls/progressbar.cxx @@ -16,15 +16,9 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -//____________________________________________________________________________________________________________ -// my own includes -//____________________________________________________________________________________________________________ #include "progressbar.hxx" -//____________________________________________________________________________________________________________ -// includes of other projects -//____________________________________________________________________________________________________________ #include <com/sun/star/awt/GradientStyle.hpp> #include <com/sun/star/awt/RasterOperation.hpp> #include <com/sun/star/awt/Gradient.hpp> @@ -36,10 +30,6 @@ #include <limits.h> //____________________________________________________________________________________________________________ -// includes of my project -//____________________________________________________________________________________________________________ - -//____________________________________________________________________________________________________________ // namespace //____________________________________________________________________________________________________________ diff --git a/UnoControls/source/controls/progressmonitor.cxx b/UnoControls/source/controls/progressmonitor.cxx index 0b7c33a7e47f..b034f12df241 100644 --- a/UnoControls/source/controls/progressmonitor.cxx +++ b/UnoControls/source/controls/progressmonitor.cxx @@ -17,15 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -//____________________________________________________________________________________________________________ -// my own includes -//____________________________________________________________________________________________________________ - #include "progressmonitor.hxx" -//____________________________________________________________________________________________________________ -// includes of other projects -//____________________________________________________________________________________________________________ #include <com/sun/star/awt/GradientStyle.hpp> #include <com/sun/star/awt/RasterOperation.hpp> #include <com/sun/star/awt/Gradient.hpp> @@ -35,9 +28,7 @@ #include <tools/debug.hxx> #include <tools/solar.h> #include <algorithm> -//____________________________________________________________________________________________________________ -// includes of my project -//____________________________________________________________________________________________________________ + #include "progressbar.hxx" //____________________________________________________________________________________________________________ diff --git a/UnoControls/source/controls/statusindicator.cxx b/UnoControls/source/controls/statusindicator.cxx index f0908660890e..2602407e4220 100644 --- a/UnoControls/source/controls/statusindicator.cxx +++ b/UnoControls/source/controls/statusindicator.cxx @@ -17,22 +17,12 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -//____________________________________________________________________________________________________________ -// my own includes -//____________________________________________________________________________________________________________ - #include "statusindicator.hxx" -//____________________________________________________________________________________________________________ -// includes of other projects -//____________________________________________________________________________________________________________ #include <com/sun/star/awt/InvalidateStyle.hpp> #include <com/sun/star/awt/WindowAttribute.hpp> #include <cppuhelper/typeprovider.hxx> -//____________________________________________________________________________________________________________ -// includes of my project -//____________________________________________________________________________________________________________ #include "progressbar.hxx" //____________________________________________________________________________________________________________ diff --git a/UnoControls/source/inc/OConnectionPointContainerHelper.hxx b/UnoControls/source/inc/OConnectionPointContainerHelper.hxx index 66af0583576d..c3f60ad47eb5 100644 --- a/UnoControls/source/inc/OConnectionPointContainerHelper.hxx +++ b/UnoControls/source/inc/OConnectionPointContainerHelper.hxx @@ -20,20 +20,12 @@ #ifndef _OCONNECTIONPOINTCONTAINERHELPER_HXX #define _OCONNECTIONPOINTCONTAINERHELPER_HXX -//______________________________________________________________________________________________________________ -// includes of other projects -//______________________________________________________________________________________________________________ - #include <com/sun/star/lang/XConnectionPointContainer.hpp> #include <com/sun/star/lang/XConnectionPoint.hpp> #include <cppuhelper/weak.hxx> #include <cppuhelper/propshlp.hxx> //______________________________________________________________________________________________________________ -// includes of my own project -//______________________________________________________________________________________________________________ - -//______________________________________________________________________________________________________________ // namespaces //______________________________________________________________________________________________________________ diff --git a/UnoControls/source/inc/OConnectionPointHelper.hxx b/UnoControls/source/inc/OConnectionPointHelper.hxx index 9b7ad8f70a56..94256e3dd29b 100644 --- a/UnoControls/source/inc/OConnectionPointHelper.hxx +++ b/UnoControls/source/inc/OConnectionPointHelper.hxx @@ -20,18 +20,11 @@ #ifndef _OCONNECTIONPOINTHELPER_HXX #define _OCONNECTIONPOINTHELPER_HXX -//______________________________________________________________________________________________________________ -// includes of other projects -//______________________________________________________________________________________________________________ - #include <com/sun/star/lang/XConnectionPointContainer.hpp> #include <com/sun/star/lang/XConnectionPoint.hpp> #include <cppuhelper/weak.hxx> #include <cppuhelper/propshlp.hxx> -//______________________________________________________________________________________________________________ -// includes of my own project -//______________________________________________________________________________________________________________ #include "OConnectionPointContainerHelper.hxx" //______________________________________________________________________________________________________________ diff --git a/UnoControls/source/inc/framecontrol.hxx b/UnoControls/source/inc/framecontrol.hxx index d67113392df7..52db066d325f 100644 --- a/UnoControls/source/inc/framecontrol.hxx +++ b/UnoControls/source/inc/framecontrol.hxx @@ -20,10 +20,6 @@ #ifndef _UNOCONTROLS_FRAMECONTROL_CTRL_HXX #define _UNOCONTROLS_FRAMECONTROL_CTRL_HXX -//______________________________________________________________________________________________________________ -// includes of other projects -//______________________________________________________________________________________________________________ - #include <com/sun/star/frame/XFrameActionListener.hpp> #include <com/sun/star/frame/XComponentLoader.hpp> #include <com/sun/star/frame/XFrame.hpp> @@ -34,9 +30,6 @@ #include <com/sun/star/lang/XConnectionPointContainer.hpp> #include <cppuhelper/propshlp.hxx> -//______________________________________________________________________________________________________________ -// includes of my own project -//______________________________________________________________________________________________________________ #include "basecontrol.hxx" #include "OConnectionPointContainerHelper.hxx" diff --git a/UnoControls/source/inc/progressbar.hxx b/UnoControls/source/inc/progressbar.hxx index b23070833751..c71841118d0d 100644 --- a/UnoControls/source/inc/progressbar.hxx +++ b/UnoControls/source/inc/progressbar.hxx @@ -20,16 +20,9 @@ #ifndef _UNOCONTROLS_PROGRESSBAR_CTRL_HXX #define _UNOCONTROLS_PROGRESSBAR_CTRL_HXX -//____________________________________________________________________________________________________________ -// includes of other projects -//____________________________________________________________________________________________________________ - #include <com/sun/star/lang/XServiceName.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> -//____________________________________________________________________________________________________________ -// includes of my own project -//____________________________________________________________________________________________________________ #include "basecontrol.hxx" //____________________________________________________________________________________________________________ diff --git a/UnoControls/source/inc/progressmonitor.hxx b/UnoControls/source/inc/progressmonitor.hxx index 680f0958982c..6d72c4b37a13 100644 --- a/UnoControls/source/inc/progressmonitor.hxx +++ b/UnoControls/source/inc/progressmonitor.hxx @@ -20,10 +20,6 @@ #ifndef _UNOCONTROLS_PROGRESSMONITOR_CTRL_HXX #define _UNOCONTROLS_PROGRESSMONITOR_CTRL_HXX -//____________________________________________________________________________________________________________ -// includes of other projects -//____________________________________________________________________________________________________________ - #include <com/sun/star/awt/XFileDialog.hpp> #include <com/sun/star/awt/XTextComponent.hpp> #include <com/sun/star/awt/XListBox.hpp> @@ -65,9 +61,6 @@ #include <vector> -//____________________________________________________________________________________________________________ -// includes of my own project -//____________________________________________________________________________________________________________ #include "basecontainercontrol.hxx" //____________________________________________________________________________________________________________ diff --git a/UnoControls/source/inc/statusindicator.hxx b/UnoControls/source/inc/statusindicator.hxx index cb3595aaea5f..50f212a6f5cf 100644 --- a/UnoControls/source/inc/statusindicator.hxx +++ b/UnoControls/source/inc/statusindicator.hxx @@ -20,10 +20,6 @@ #ifndef _UNOCONTROLS_STATUSINDICATOR_CTRL_HXX #define _UNOCONTROLS_STATUSINDICATOR_CTRL_HXX -//____________________________________________________________________________________________________________ -// includes of other projects -//____________________________________________________________________________________________________________ - #include <com/sun/star/awt/XControlModel.hpp> #include <com/sun/star/awt/XFixedText.hpp> #include <com/sun/star/awt/XGraphics.hpp> @@ -34,9 +30,6 @@ #include <com/sun/star/awt/XWindowPeer.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> -//____________________________________________________________________________________________________________ -// includes of my own project -//____________________________________________________________________________________________________________ #include "basecontainercontrol.hxx" //____________________________________________________________________________________________________________ diff --git a/accessibility/bridge/source/java/WindowsAccessBridgeAdapter.cxx b/accessibility/bridge/source/java/WindowsAccessBridgeAdapter.cxx index 9ee03eb06bdb..a9ec1a2f376c 100644 --- a/accessibility/bridge/source/java/WindowsAccessBridgeAdapter.cxx +++ b/accessibility/bridge/source/java/WindowsAccessBridgeAdapter.cxx @@ -26,11 +26,6 @@ * ************************************************************************/ - -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #ifdef WNT #include <prewin.h> #include <postwin.h> diff --git a/avmedia/source/framework/soundhandler.cxx b/avmedia/source/framework/soundhandler.cxx index 14f17bbf936e..f16448698f29 100644 --- a/avmedia/source/framework/soundhandler.cxx +++ b/avmedia/source/framework/soundhandler.cxx @@ -26,23 +26,13 @@ * ************************************************************************/ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include "soundhandler.hxx" #include <comphelper/mediadescriptor.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/io/XInputStream.hpp> #include <com/sun/star/frame/DispatchResultState.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ #include <comphelper/sequenceashashmap.hxx> #include <rtl/ustrbuf.hxx> diff --git a/avmedia/source/framework/soundhandler.hxx b/avmedia/source/framework/soundhandler.hxx index d76bd13df5b7..b48d61947996 100644 --- a/avmedia/source/framework/soundhandler.hxx +++ b/avmedia/source/framework/soundhandler.hxx @@ -29,10 +29,6 @@ #ifndef __FRAMEWORK_HANDLER_SOUNDHANDLER_HXX_ #define __FRAMEWORK_HANDLER_SOUNDHANDLER_HXX_ -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ - #include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/frame/XNotifyingDispatch.hpp> @@ -46,9 +42,6 @@ #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XSingleServiceFactory.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <cppuhelper/weak.hxx> #include <vcl/timer.hxx> diff --git a/canvas/source/directx/dx_9rm.cxx b/canvas/source/directx/dx_9rm.cxx index 7c22f81d2f8c..4a48c03b9099 100644 --- a/canvas/source/directx/dx_9rm.cxx +++ b/canvas/source/directx/dx_9rm.cxx @@ -39,10 +39,6 @@ // by 3, as each triangle primitive // has 3 vertices) - -////////////////////////////////////////////////////////////////////////////////// -// includes -////////////////////////////////////////////////////////////////////////////////// #include <vcl/syschild.hxx> #include <vcl/window.hxx> diff --git a/comphelper/inc/comphelper/configurationhelper.hxx b/comphelper/inc/comphelper/configurationhelper.hxx index 449c2e6ff31c..ec4e17a0f41a 100644 --- a/comphelper/inc/comphelper/configurationhelper.hxx +++ b/comphelper/inc/comphelper/configurationhelper.hxx @@ -20,9 +20,6 @@ #ifndef _COMPHELPER_CONFIGURATIONHELPER_HXX_ #define _COMPHELPER_CONFIGURATIONHELPER_HXX_ -//_______________________________________________ -// includes - #include <com/sun/star/uno/XInterface.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/beans/PropertyValue.hpp> diff --git a/comphelper/inc/comphelper/locale.hxx b/comphelper/inc/comphelper/locale.hxx index a865dcbe546f..8cfbb5e0c29b 100644 --- a/comphelper/inc/comphelper/locale.hxx +++ b/comphelper/inc/comphelper/locale.hxx @@ -20,9 +20,6 @@ #ifndef _COMPHELPER_LOCALE_HXX_ #define _COMPHELPER_LOCALE_HXX_ -//_______________________________________________ -// includes - #include <vector> #include <rtl/ustring.hxx> #include "comphelper/comphelperdllapi.h" diff --git a/comphelper/inc/comphelper/mediadescriptor.hxx b/comphelper/inc/comphelper/mediadescriptor.hxx index 23eba2713bcd..cc70de0c5eed 100644 --- a/comphelper/inc/comphelper/mediadescriptor.hxx +++ b/comphelper/inc/comphelper/mediadescriptor.hxx @@ -20,9 +20,6 @@ #ifndef _COMPHELPER_MEDIADESCRIPTOR_HXX_ #define _COMPHELPER_MEDIADESCRIPTOR_HXX_ -//_______________________________________________ -// includes - #include <comphelper/sequenceashashmap.hxx> #include <rtl/ustring.hxx> #include "comphelper/comphelperdllapi.h" diff --git a/comphelper/inc/comphelper/numberedcollection.hxx b/comphelper/inc/comphelper/numberedcollection.hxx index ada17b72d4ee..128152f0eab6 100644 --- a/comphelper/inc/comphelper/numberedcollection.hxx +++ b/comphelper/inc/comphelper/numberedcollection.hxx @@ -20,9 +20,6 @@ #ifndef _COMPHELPER_NUMBEREDCOLLECTION_HXX_ #define _COMPHELPER_NUMBEREDCOLLECTION_HXX_ -//_______________________________________________ -// includes - #include "comphelper/comphelperdllapi.h" #include <com/sun/star/uno/Reference.hxx> diff --git a/comphelper/inc/comphelper/sequenceashashmap.hxx b/comphelper/inc/comphelper/sequenceashashmap.hxx index 7dc83a2670e2..a697cf55994b 100644 --- a/comphelper/inc/comphelper/sequenceashashmap.hxx +++ b/comphelper/inc/comphelper/sequenceashashmap.hxx @@ -20,9 +20,6 @@ #ifndef _COMPHELPER_SEQUENCEASHASHMAP_HXX_ #define _COMPHELPER_SEQUENCEASHASHMAP_HXX_ -//_______________________________________________ -// includes - #include <boost/unordered_map.hpp> #include <algorithm> diff --git a/comphelper/inc/comphelper/sequenceasvector.hxx b/comphelper/inc/comphelper/sequenceasvector.hxx index 80b20017c438..3f63fb9c6613 100644 --- a/comphelper/inc/comphelper/sequenceasvector.hxx +++ b/comphelper/inc/comphelper/sequenceasvector.hxx @@ -20,9 +20,6 @@ #ifndef _COMPHELPER_SEQUENCEASVECTOR_HXX_ #define _COMPHELPER_SEQUENCEASVECTOR_HXX_ -//_______________________________________________ -// includes - #include <vector> #include <algorithm> #include <com/sun/star/uno/Sequence.hxx> diff --git a/comphelper/inc/comphelper/stillreadwriteinteraction.hxx b/comphelper/inc/comphelper/stillreadwriteinteraction.hxx index f73fd14b1616..2e060bf7cacd 100644 --- a/comphelper/inc/comphelper/stillreadwriteinteraction.hxx +++ b/comphelper/inc/comphelper/stillreadwriteinteraction.hxx @@ -20,8 +20,6 @@ #ifndef _COMPHELPER_STILLREADWRITEINTERACTION_HXX_ #define _COMPHELPER_STRILLREADWRITEINTERACTION_HXX_ -//_______________________________________________ -// includes #include <ucbhelper/interceptedinteraction.hxx> #include <com/sun/star/task/XInteractionHandler.hpp> diff --git a/comphelper/source/misc/configurationhelper.cxx b/comphelper/source/misc/configurationhelper.cxx index 2a056347b093..6dc055037c8c 100644 --- a/comphelper/source/misc/configurationhelper.cxx +++ b/comphelper/source/misc/configurationhelper.cxx @@ -17,9 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - -//_______________________________________________ -// includes #include <comphelper/configurationhelper.hxx> #include <comphelper/processfactory.hxx> #include <com/sun/star/beans/XPropertySet.hpp> diff --git a/comphelper/source/misc/locale.cxx b/comphelper/source/misc/locale.cxx index bad180286b6a..2bf4c35bb11a 100644 --- a/comphelper/source/misc/locale.cxx +++ b/comphelper/source/misc/locale.cxx @@ -19,8 +19,6 @@ #include <comphelper/locale.hxx> -//_______________________________________________ -// includes #include <rtl/ustrbuf.hxx> //_______________________________________________ diff --git a/comphelper/source/misc/numberedcollection.cxx b/comphelper/source/misc/numberedcollection.cxx index d433d53b7889..89b375576605 100644 --- a/comphelper/source/misc/numberedcollection.cxx +++ b/comphelper/source/misc/numberedcollection.cxx @@ -20,9 +20,6 @@ #include <comphelper/numberedcollection.hxx> -//_______________________________________________ -// includes - #include <com/sun/star/frame/UntitledNumbersConst.hpp> //_______________________________________________ diff --git a/comphelper/source/misc/sequenceashashmap.cxx b/comphelper/source/misc/sequenceashashmap.cxx index 97dfcc5dd8a1..d7e87baca6ec 100644 --- a/comphelper/source/misc/sequenceashashmap.cxx +++ b/comphelper/source/misc/sequenceashashmap.cxx @@ -17,9 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - -//_______________________________________________ -// includes #include <comphelper/sequenceashashmap.hxx> //_______________________________________________ diff --git a/cui/source/customize/acccfg.src b/cui/source/customize/acccfg.src index 874ac854fe14..912f191b28e3 100644 --- a/cui/source/customize/acccfg.src +++ b/cui/source/customize/acccfg.src @@ -24,7 +24,7 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ - // include --------------------------------------------------------------- + #include "helpid.hrc" #include "cuires.hrc" #include "acccfg.hrc" diff --git a/cui/source/customize/eventdlg.cxx b/cui/source/customize/eventdlg.cxx index 2fbb572241fe..8887adc4bbec 100644 --- a/cui/source/customize/eventdlg.cxx +++ b/cui/source/customize/eventdlg.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -// include *************************************************************** #include <svtools/svmedit.hxx> #include <tools/diagnose_ex.h> #include <com/sun/star/document/XEventsSupplier.hpp> diff --git a/cui/source/dialogs/about.cxx b/cui/source/dialogs/about.cxx index 826d872948bf..e25c72984213 100644 --- a/cui/source/dialogs/about.cxx +++ b/cui/source/dialogs/about.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// include --------------------------------------------------------------- - #include <vcl/svapp.hxx> #include <vcl/msgbox.hxx> diff --git a/cui/source/dialogs/charmap.src b/cui/source/dialogs/charmap.src index 54c966fb6bf5..845b5d274c79 100644 --- a/cui/source/dialogs/charmap.src +++ b/cui/source/dialogs/charmap.src @@ -16,8 +16,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - // include --------------------------------------------------------------- - #include <cuires.hrc> #include "charmap.hrc" #include "helpid.hrc" diff --git a/cui/source/dialogs/commonlingui.src b/cui/source/dialogs/commonlingui.src index 5403a774dee4..33976e33cee4 100644 --- a/cui/source/dialogs/commonlingui.src +++ b/cui/source/dialogs/commonlingui.src @@ -15,7 +15,7 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - // include --------------------------------------------------------------- + #include <cuires.hrc> #include "helpid.hrc" #include "hangulhanjadlg.hrc" diff --git a/cui/source/dialogs/dlgname.src b/cui/source/dialogs/dlgname.src index b6f027e0dc04..14c464c14510 100644 --- a/cui/source/dialogs/dlgname.src +++ b/cui/source/dialogs/dlgname.src @@ -16,8 +16,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -// include ------------------------------------------------------------------ - #include <cuires.hrc> #include "helpid.hrc" #include "dlgname.hrc" diff --git a/cui/source/dialogs/hyphen.src b/cui/source/dialogs/hyphen.src index f8bf26202bfa..fb01272f4342 100644 --- a/cui/source/dialogs/hyphen.src +++ b/cui/source/dialogs/hyphen.src @@ -24,7 +24,7 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ - // include --------------------------------------------------------------- + #include "helpid.hrc" #include "cuires.hrc" #include "hyphen.hrc" diff --git a/cui/source/dialogs/postdlg.src b/cui/source/dialogs/postdlg.src index ef48e0656ca7..22a672a874d6 100644 --- a/cui/source/dialogs/postdlg.src +++ b/cui/source/dialogs/postdlg.src @@ -24,7 +24,7 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ - // include --------------------------------------------------------------- + #include <cuires.hrc> #include "postdlg.hrc" #include "helpid.hrc" diff --git a/cui/source/dialogs/srchxtra.src b/cui/source/dialogs/srchxtra.src index 840d81b669fa..5d193d33dab4 100644 --- a/cui/source/dialogs/srchxtra.src +++ b/cui/source/dialogs/srchxtra.src @@ -15,7 +15,7 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - // include --------------------------------------------------------------- + #include "helpid.hrc" #include <cuires.hrc> #include "srchxtra.hrc" diff --git a/cui/source/dialogs/zoom.src b/cui/source/dialogs/zoom.src index 43787813d87d..22cb65a9fcb3 100644 --- a/cui/source/dialogs/zoom.src +++ b/cui/source/dialogs/zoom.src @@ -15,7 +15,7 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - // include --------------------------------------------------------------- + #include <cuires.hrc> #include "zoom.hrc" #include <svx/dialogs.hrc> // for RID_SVXDLG_ZOOM diff --git a/cui/source/factory/dlgfact.hxx b/cui/source/factory/dlgfact.hxx index 0a9c5beba5b9..c1a99fc6e9e4 100644 --- a/cui/source/factory/dlgfact.hxx +++ b/cui/source/factory/dlgfact.hxx @@ -28,7 +28,6 @@ #ifndef _CUI_DLGFACT_HXX #define _CUI_DLGFACT_HXX -// include --------------------------------------------------------------- #include <svx/svxdlg.hxx> #include <com/sun/star/container/XNameReplace.hpp> diff --git a/cui/source/inc/SpellDialog.hxx b/cui/source/inc/SpellDialog.hxx index c58ff7ba1527..98465977be30 100644 --- a/cui/source/inc/SpellDialog.hxx +++ b/cui/source/inc/SpellDialog.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_SPELLDDIALOG_HXX #define _SVX_SPELLDDIALOG_HXX -// include --------------------------------------------------------------- - #include <sfx2/basedlgs.hxx> #include <vcl/fixed.hxx> #include <vcl/edit.hxx> diff --git a/cui/source/inc/about.hxx b/cui/source/inc/about.hxx index 1a4e75b19a47..4ad99d0895b5 100644 --- a/cui/source/inc/about.hxx +++ b/cui/source/inc/about.hxx @@ -28,8 +28,6 @@ #ifndef _ABOUT_HXX #define _ABOUT_HXX -// include --------------------------------------------------------------- - #include <vcl/button.hxx> #include <vcl/accel.hxx> #include <svtools/svmedit.hxx> diff --git a/cui/source/inc/align.hxx b/cui/source/inc/align.hxx index 81c8f4212544..72e91e9f1d85 100644 --- a/cui/source/inc/align.hxx +++ b/cui/source/inc/align.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_ALIGN_HXX #define _SVX_ALIGN_HXX -// include --------------------------------------------------------------- - #include <svx/orienthelper.hxx> #include <vcl/field.hxx> #include <vcl/button.hxx> diff --git a/cui/source/inc/backgrnd.hxx b/cui/source/inc/backgrnd.hxx index 52b9c83a01a7..eec42f800062 100644 --- a/cui/source/inc/backgrnd.hxx +++ b/cui/source/inc/backgrnd.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_BACKGRND_HXX #define _SVX_BACKGRND_HXX -// include --------------------------------------------------------------- - #include <vcl/group.hxx> #include <svtools/stdctrl.hxx> #include <vcl/graph.hxx> diff --git a/cui/source/inc/bbdlg.hxx b/cui/source/inc/bbdlg.hxx index ded144041030..4fd509167314 100644 --- a/cui/source/inc/bbdlg.hxx +++ b/cui/source/inc/bbdlg.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_BBDLG_HXX #define _SVX_BBDLG_HXX -// include --------------------------------------------------------------- - #include <sfx2/tabdlg.hxx> /*-------------------------------------------------------------------- diff --git a/cui/source/inc/border.hxx b/cui/source/inc/border.hxx index e3a9d0847f82..e8169f163052 100644 --- a/cui/source/inc/border.hxx +++ b/cui/source/inc/border.hxx @@ -28,9 +28,6 @@ #ifndef _SVX_BORDER_HXX #define _SVX_BORDER_HXX -// include --------------------------------------------------------------- - - #include <svtools/ctrlbox.hxx> #include <vcl/group.hxx> #include <vcl/field.hxx> diff --git a/cui/source/inc/chardlg.hxx b/cui/source/inc/chardlg.hxx index 6afa2428f646..72652ce239c3 100644 --- a/cui/source/inc/chardlg.hxx +++ b/cui/source/inc/chardlg.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_CHARDLG_HXX #define _SVX_CHARDLG_HXX -// include --------------------------------------------------------------- - #include <svtools/ctrlbox.hxx> #include <svtools/stdctrl.hxx> #include <sfx2/tabdlg.hxx> diff --git a/cui/source/inc/connect.hxx b/cui/source/inc/connect.hxx index 57cdcc3c73a6..2cf42b78c5d8 100644 --- a/cui/source/inc/connect.hxx +++ b/cui/source/inc/connect.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_CONNECT_HXX #define _SVX_CONNECT_HXX -// include --------------------------------------------------------------- - #include <svx/connctrl.hxx> #include <sfx2/tabdlg.hxx> #include <vcl/fixed.hxx> diff --git a/cui/source/inc/cuicharmap.hxx b/cui/source/inc/cuicharmap.hxx index 537a0e134b64..8ccb2ad55eae 100644 --- a/cui/source/inc/cuicharmap.hxx +++ b/cui/source/inc/cuicharmap.hxx @@ -28,8 +28,6 @@ #ifndef _CUI_CHARMAP_HXX #define _CUI_CHARMAP_HXX -// include --------------------------------------------------------------- - #include <vcl/ctrl.hxx> #include <vcl/metric.hxx> #include <vcl/button.hxx> diff --git a/cui/source/inc/cuihyperdlg.hxx b/cui/source/inc/cuihyperdlg.hxx index 19f2e6c977a2..b1cd1b56ec66 100644 --- a/cui/source/inc/cuihyperdlg.hxx +++ b/cui/source/inc/cuihyperdlg.hxx @@ -20,8 +20,6 @@ #ifndef _CUI_TAB_HYPERLINK_HXX #define _CUI_TAB_HYPERLINK_HXX -// include --------------------------------------------------------------- - #include <svx/hlnkitem.hxx> #include <sfx2/childwin.hxx> #include <sfx2/ctrlitem.hxx> diff --git a/cui/source/inc/cuioptgenrl.hxx b/cui/source/inc/cuioptgenrl.hxx index e6e380399d39..2ac61034f1cb 100644 --- a/cui/source/inc/cuioptgenrl.hxx +++ b/cui/source/inc/cuioptgenrl.hxx @@ -19,8 +19,6 @@ #ifndef _SVX_CUIOPTGENRL_HXX #define _SVX_CUIOPTGENRL_HXX -// include --------------------------------------------------------------- - #include <svx/optgenrl.hxx> #include <sfx2/tabdlg.hxx> #include <vcl/fixed.hxx> diff --git a/cui/source/inc/cuitabarea.hxx b/cui/source/inc/cuitabarea.hxx index b7f5fa68362b..8b3ec7d46c64 100644 --- a/cui/source/inc/cuitabarea.hxx +++ b/cui/source/inc/cuitabarea.hxx @@ -28,8 +28,6 @@ #ifndef _CUI_TAB_AREA_HXX #define _CUI_TAB_AREA_HXX -// include --------------------------------------------------------------- - #include <svtools/valueset.hxx> #include <vcl/button.hxx> #include <vcl/fixed.hxx> diff --git a/cui/source/inc/cuitabline.hxx b/cui/source/inc/cuitabline.hxx index 7fb7e04ba75d..7630371ad7ef 100644 --- a/cui/source/inc/cuitabline.hxx +++ b/cui/source/inc/cuitabline.hxx @@ -28,7 +28,6 @@ #ifndef _CUI_TAB_LINE_HXX #define _CUI_TAB_LINE_HXX -// include --------------------------------------------------------------- #include <vector> #include <svx/tabline.hxx> diff --git a/cui/source/inc/dialmgr.hxx b/cui/source/inc/dialmgr.hxx index 88449b645241..5b202df2e2da 100644 --- a/cui/source/inc/dialmgr.hxx +++ b/cui/source/inc/dialmgr.hxx @@ -19,8 +19,6 @@ #ifndef _CUI_DIALMGR_HXX #define _CUI_DIALMGR_HXX -// include --------------------------------------------------------------- - #include <tools/resid.hxx> // forward --------------------------------------------------------------- diff --git a/cui/source/inc/helpid.hrc b/cui/source/inc/helpid.hrc index 4bc739f12628..fb1991fc8a01 100644 --- a/cui/source/inc/helpid.hrc +++ b/cui/source/inc/helpid.hrc @@ -26,7 +26,6 @@ ************************************************************************/ #ifndef _CUI_HELPID_HRC #define _CUI_HELPID_HRC -// include --------------------------------------------------------------- #include <svx/svxcommands.h> #include <sfx2/sfxcommands.h> diff --git a/cui/source/inc/hyphen.hxx b/cui/source/inc/hyphen.hxx index d112517e371e..128fb501ad5d 100644 --- a/cui/source/inc/hyphen.hxx +++ b/cui/source/inc/hyphen.hxx @@ -19,8 +19,6 @@ #ifndef _SVX_HYPHEN_HXX #define _SVX_HYPHEN_HXX -// include --------------------------------------------------------------- - #include <memory> #include <vcl/edit.hxx> diff --git a/cui/source/inc/labdlg.hxx b/cui/source/inc/labdlg.hxx index 14fbc1e82160..e9829c64b149 100644 --- a/cui/source/inc/labdlg.hxx +++ b/cui/source/inc/labdlg.hxx @@ -28,9 +28,6 @@ #ifndef _SVX_LABDLG_HXX #define _SVX_LABDLG_HXX -// include --------------------------------------------------------------- - - #include <vcl/field.hxx> #include <vcl/lstbox.hxx> #include <vcl/fixed.hxx> diff --git a/cui/source/inc/measure.hxx b/cui/source/inc/measure.hxx index 746f2bae9ccd..e78ea5c5c8f3 100644 --- a/cui/source/inc/measure.hxx +++ b/cui/source/inc/measure.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_MEASURE_HXX #define _SVX_MEASURE_HXX -// include --------------------------------------------------------------- - #include <vcl/fixed.hxx> #include <vcl/group.hxx> #include <sfx2/basedlgs.hxx> diff --git a/cui/source/inc/multifil.hxx b/cui/source/inc/multifil.hxx index a55f029b12d2..0ced5921502d 100644 --- a/cui/source/inc/multifil.hxx +++ b/cui/source/inc/multifil.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_MULTIFIL_HXX #define _SVX_MULTIFIL_HXX -// include --------------------------------------------------------------- - #include "multipat.hxx" // #97807# ---------------------------------------------------- diff --git a/cui/source/inc/multipat.hxx b/cui/source/inc/multipat.hxx index f8cbc06ef969..3e93aa324d42 100644 --- a/cui/source/inc/multipat.hxx +++ b/cui/source/inc/multipat.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_MULTIPAT_HXX #define _SVX_MULTIPAT_HXX -// include --------------------------------------------------------------- - #include <vcl/dialog.hxx> #include <vcl/lstbox.hxx> #include <vcl/button.hxx> diff --git a/cui/source/inc/numpages.hxx b/cui/source/inc/numpages.hxx index 1cde79e2715b..70a83882c0f7 100644 --- a/cui/source/inc/numpages.hxx +++ b/cui/source/inc/numpages.hxx @@ -19,8 +19,6 @@ #ifndef _SVX_NUMPAGES_HXX #define _SVX_NUMPAGES_HXX -// include --------------------------------------------------------------- - #include <vector> #include <boost/ptr_container/ptr_vector.hpp> diff --git a/cui/source/inc/optdict.hxx b/cui/source/inc/optdict.hxx index d3b2696aafba..3bd7a47d0fdd 100644 --- a/cui/source/inc/optdict.hxx +++ b/cui/source/inc/optdict.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_OPTDICT_HXX #define _SVX_OPTDICT_HXX -// include --------------------------------------------------------------- - #include <vcl/dialog.hxx> #include <vcl/fixed.hxx> #include <vcl/lstbox.hxx> diff --git a/cui/source/inc/optlingu.hxx b/cui/source/inc/optlingu.hxx index a9e9d091d633..e594f1d313f2 100644 --- a/cui/source/inc/optlingu.hxx +++ b/cui/source/inc/optlingu.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_OPTLINGU_HXX #define _SVX_OPTLINGU_HXX -// include --------------------------------------------------------------- - #include <vcl/group.hxx> #include <vcl/fixed.hxx> #include <vcl/toolbox.hxx> diff --git a/cui/source/inc/optpath.hxx b/cui/source/inc/optpath.hxx index 96ee62330264..5617ea95d382 100644 --- a/cui/source/inc/optpath.hxx +++ b/cui/source/inc/optpath.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_OPTPATH_HXX #define _SVX_OPTPATH_HXX -// include --------------------------------------------------------------- - #include <sfx2/tabdlg.hxx> #include <vcl/fixed.hxx> #include <vcl/group.hxx> diff --git a/cui/source/inc/paragrph.hxx b/cui/source/inc/paragrph.hxx index ba71a2c174c5..a9be70bbb0d1 100644 --- a/cui/source/inc/paragrph.hxx +++ b/cui/source/inc/paragrph.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_PARAGRPH_HXX #define _SVX_PARAGRPH_HXX -// include --------------------------------------------------------------- - #include <vcl/button.hxx> #include <vcl/fixed.hxx> #include <sfx2/tabdlg.hxx> diff --git a/cui/source/inc/postdlg.hxx b/cui/source/inc/postdlg.hxx index 953fbef882e2..d0d6b9a4e0ea 100644 --- a/cui/source/inc/postdlg.hxx +++ b/cui/source/inc/postdlg.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_POSTDLG_HXX #define _SVX_POSTDLG_HXX -// include --------------------------------------------------------------- - #include <vcl/group.hxx> #include <vcl/button.hxx> #include <vcl/edit.hxx> diff --git a/cui/source/inc/radiobtnbox.hxx b/cui/source/inc/radiobtnbox.hxx index f7f8aea4a8bd..c0f4764b3ab2 100644 --- a/cui/source/inc/radiobtnbox.hxx +++ b/cui/source/inc/radiobtnbox.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_RADIOBTNBOX_HXX #define _SVX_RADIOBTNBOX_HXX -// include --------------------------------------------------------------- - #include <svx/simptabl.hxx> namespace svx { diff --git a/cui/source/inc/srchxtra.hxx b/cui/source/inc/srchxtra.hxx index 7fd0cedd4670..0c76c623d568 100644 --- a/cui/source/inc/srchxtra.hxx +++ b/cui/source/inc/srchxtra.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_SRCHXTRA_HXX #define _SVX_SRCHXTRA_HXX -// include --------------------------------------------------------------- - #include <vcl/field.hxx> #include <svtools/ctrltool.hxx> #include <sfx2/tabdlg.hxx> diff --git a/cui/source/inc/tabstpge.hxx b/cui/source/inc/tabstpge.hxx index 1f054d34c69e..27c65a8ccc62 100644 --- a/cui/source/inc/tabstpge.hxx +++ b/cui/source/inc/tabstpge.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_TABSTPGE_HXX #define _SVX_TABSTPGE_HXX -// include --------------------------------------------------------------- - #include <vcl/group.hxx> #include <vcl/edit.hxx> #include <vcl/field.hxx> diff --git a/cui/source/inc/textanim.hxx b/cui/source/inc/textanim.hxx index 0c4f5c45b5e0..6338929dd289 100644 --- a/cui/source/inc/textanim.hxx +++ b/cui/source/inc/textanim.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_TEXTANIM_HXX #define _SVX_TEXTANIM_HXX -// include --------------------------------------------------------------- - #include <vcl/field.hxx> #include <sfx2/tabdlg.hxx> #include <svx/svdattr.hxx> diff --git a/cui/source/inc/textattr.hxx b/cui/source/inc/textattr.hxx index 100fc52f10bc..f9352c7c697f 100644 --- a/cui/source/inc/textattr.hxx +++ b/cui/source/inc/textattr.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_TEXTATTR_HXX #define _SVX_TEXTATTR_HXX -// include --------------------------------------------------------------- - #include <svx/dlgctrl.hxx> #include <vcl/group.hxx> diff --git a/cui/source/inc/transfrm.hxx b/cui/source/inc/transfrm.hxx index 2cfd74f81173..bb54fc727905 100644 --- a/cui/source/inc/transfrm.hxx +++ b/cui/source/inc/transfrm.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_TRANSFRM_HXX #define _SVX_TRANSFRM_HXX -// include --------------------------------------------------------------- - #include <svx/dlgctrl.hxx> #include <vcl/fixed.hxx> diff --git a/cui/source/inc/zoom.hxx b/cui/source/inc/zoom.hxx index d8e12c4221d1..39ebb5c80e88 100644 --- a/cui/source/inc/zoom.hxx +++ b/cui/source/inc/zoom.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_ZOOM_HXX #define _SVX_ZOOM_HXX -// include --------------------------------------------------------------- - #include <sfx2/basedlgs.hxx> #include <vcl/button.hxx> #include <vcl/field.hxx> diff --git a/cui/source/options/optcolor.hxx b/cui/source/options/optcolor.hxx index 6dee389aa501..acdc43a6fc69 100644 --- a/cui/source/options/optcolor.hxx +++ b/cui/source/options/optcolor.hxx @@ -28,8 +28,6 @@ #ifndef SVX_OPTCOLOR_HXX #define SVX_OPTCOLOR_HXX -// include --------------------------------------------------------------- - #include <sfx2/tabdlg.hxx> #include <vcl/group.hxx> #include <vcl/fixed.hxx> diff --git a/cui/source/options/optgdlg.src b/cui/source/options/optgdlg.src index 6f1ab4ed9132..5f2edda76bc6 100644 --- a/cui/source/options/optgdlg.src +++ b/cui/source/options/optgdlg.src @@ -24,7 +24,6 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ - // include --------------------------------------------------------------- #include <cuires.hrc> #include "optgdlg.hrc" diff --git a/cui/source/options/optgenrl.src b/cui/source/options/optgenrl.src index c3b194a6536a..8f5e63f3bd25 100644 --- a/cui/source/options/optgenrl.src +++ b/cui/source/options/optgenrl.src @@ -25,8 +25,6 @@ * ************************************************************************/ -// include ------------------------------------------------------------------ - #include <sfx2/sfx.hrc> #include "helpid.hrc" diff --git a/cui/source/options/opthtml.src b/cui/source/options/opthtml.src index cc471034dfae..b27b818f39ea 100644 --- a/cui/source/options/opthtml.src +++ b/cui/source/options/opthtml.src @@ -25,7 +25,6 @@ * ************************************************************************/ - // include ----------------------------------------------------------------- #include "opthtml.hrc" #include <cuires.hrc> diff --git a/cui/source/options/optjava.hxx b/cui/source/options/optjava.hxx index 47df743d9293..714b4726ffc3 100644 --- a/cui/source/options/optjava.hxx +++ b/cui/source/options/optjava.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_OPTJAVA_HXX #define _SVX_OPTJAVA_HXX -// include --------------------------------------------------------------- - #include <vector> #include <ucbhelper/content.hxx> #include <vcl/button.hxx> diff --git a/cui/source/options/optjava.src b/cui/source/options/optjava.src index 0044646e359c..d8c17d4c00ac 100644 --- a/cui/source/options/optjava.src +++ b/cui/source/options/optjava.src @@ -25,8 +25,6 @@ * ************************************************************************/ - // include -------------------------------------------------------------- - #include "optjava.hrc" #include <cuires.hrc> #include "helpid.hrc" diff --git a/cui/source/options/optlingu.src b/cui/source/options/optlingu.src index 7a5c9268b7f1..15f37755c50f 100644 --- a/cui/source/options/optlingu.src +++ b/cui/source/options/optlingu.src @@ -25,8 +25,6 @@ * ************************************************************************/ -// include ------------------------------------------------------------------ - #include "optlingu.hrc" #include "helpid.hrc" diff --git a/cui/source/options/optmemory.src b/cui/source/options/optmemory.src index 3d0570989e64..f55000555041 100644 --- a/cui/source/options/optmemory.src +++ b/cui/source/options/optmemory.src @@ -25,8 +25,6 @@ * ************************************************************************/ - // include --------------------------------------------------------------- - #include <cuires.hrc> #include "optmemory.hrc" #include "helpid.hrc" diff --git a/cui/source/options/optsave.hxx b/cui/source/options/optsave.hxx index c3d64ccb1b82..22a499c005ad 100644 --- a/cui/source/options/optsave.hxx +++ b/cui/source/options/optsave.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_OPTSAVE_HXX #define _SVX_OPTSAVE_HXX -// include --------------------------------------------------------------- - #include <vcl/group.hxx> #include <vcl/field.hxx> #include <vcl/fixed.hxx> diff --git a/cui/source/options/optsave.src b/cui/source/options/optsave.src index d5a6e92d7eac..7d5cf0af5ed3 100644 --- a/cui/source/options/optsave.src +++ b/cui/source/options/optsave.src @@ -25,7 +25,6 @@ * ************************************************************************/ - // include --------------------------------------------------------------- #include <sfx2/sfx.hrc> #include <cuires.hrc> #include "helpid.hrc" diff --git a/cui/source/options/optupdt.hxx b/cui/source/options/optupdt.hxx index c21999fdb4fd..745cdcd3a811 100644 --- a/cui/source/options/optupdt.hxx +++ b/cui/source/options/optupdt.hxx @@ -29,8 +29,6 @@ #ifndef _SVX_OPTUPDT_HXX #define _SVX_OPTUPDT_HXX -// include --------------------------------------------------------------- - #include <sfx2/tabdlg.hxx> #include <vcl/fixed.hxx> #include <com/sun/star/container/XNameReplace.hpp> diff --git a/cui/source/options/optupdt.src b/cui/source/options/optupdt.src index 900ece49322e..2fdcf20d524b 100644 --- a/cui/source/options/optupdt.src +++ b/cui/source/options/optupdt.src @@ -25,7 +25,6 @@ * ************************************************************************/ -// include -------------------------------------------------------------- #include "optupdt.hrc" #include <cuires.hrc> #include "helpid.hrc" diff --git a/cui/source/options/securityoptions.src b/cui/source/options/securityoptions.src index 4e946bfbfd9a..8806ab5e6fc5 100644 --- a/cui/source/options/securityoptions.src +++ b/cui/source/options/securityoptions.src @@ -25,8 +25,6 @@ * ************************************************************************/ -// include -------------------------------------------------------------- - #include <svtools/controldims.hrc> #include "securityoptions.hrc" #include <cuires.hrc> diff --git a/cui/source/options/webconninfo.src b/cui/source/options/webconninfo.src index 86c3a52509f6..af20fd461ff6 100644 --- a/cui/source/options/webconninfo.src +++ b/cui/source/options/webconninfo.src @@ -25,8 +25,6 @@ * ************************************************************************/ -// include -------------------------------------------------------------- - #include <svtools/controldims.hrc> #include "webconninfo.hrc" #include <cuires.hrc> diff --git a/cui/source/tabpages/align.src b/cui/source/tabpages/align.src index 5f922bc13e2e..c6e02bbd3176 100644 --- a/cui/source/tabpages/align.src +++ b/cui/source/tabpages/align.src @@ -24,7 +24,7 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ - // include --------------------------------------------------------------- + #include <cuires.hrc> #include "helpid.hrc" #include "align.hrc" diff --git a/cui/source/tabpages/bbdlg.src b/cui/source/tabpages/bbdlg.src index 0102e09972c9..feb7090f74d9 100644 --- a/cui/source/tabpages/bbdlg.src +++ b/cui/source/tabpages/bbdlg.src @@ -15,7 +15,7 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - // include --------------------------------------------------------------- + #include <cuires.hrc> #include <svx/dialogs.hrc> diff --git a/cui/source/tabpages/border.src b/cui/source/tabpages/border.src index a7c239e0486f..68f1e85c10d4 100644 --- a/cui/source/tabpages/border.src +++ b/cui/source/tabpages/border.src @@ -24,7 +24,7 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ - // include --------------------------------------------------------------- + #include "helpid.hrc" #include <cuires.hrc> #include "border.hrc" diff --git a/cui/source/tabpages/chardlg.src b/cui/source/tabpages/chardlg.src index b6673ccc706d..74b17139afcf 100644 --- a/cui/source/tabpages/chardlg.src +++ b/cui/source/tabpages/chardlg.src @@ -24,7 +24,7 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ - // include --------------------------------------------------------------- + #include "helpid.hrc" #include <cuires.hrc> #include "chardlg.hrc" diff --git a/cui/source/tabpages/dstribut.src b/cui/source/tabpages/dstribut.src index ed5108c90d6a..e9c373164c2c 100644 --- a/cui/source/tabpages/dstribut.src +++ b/cui/source/tabpages/dstribut.src @@ -25,7 +25,6 @@ * ************************************************************************/ -// include --------------------------------------------------------------- #include <cuires.hrc> #include "dstribut.hrc" #include "helpid.hrc" diff --git a/cui/source/tabpages/labdlg.src b/cui/source/tabpages/labdlg.src index 0f12c8d6c05c..06552335bebd 100644 --- a/cui/source/tabpages/labdlg.src +++ b/cui/source/tabpages/labdlg.src @@ -24,7 +24,7 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ - // include --------------------------------------------------------------- + #include "helpid.hrc" #include "labdlg.hrc" #include <svx/dialogs.hrc> diff --git a/cui/source/tabpages/numfmt.src b/cui/source/tabpages/numfmt.src index 27b07f6fb3d6..909761683998 100644 --- a/cui/source/tabpages/numfmt.src +++ b/cui/source/tabpages/numfmt.src @@ -24,7 +24,7 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ - // include --------------------------------------------------------------- + #include <cuires.hrc> #include "helpid.hrc" #include "numfmt.hrc" diff --git a/cui/source/tabpages/page.src b/cui/source/tabpages/page.src index 0026f9a6dd1a..e79fa45afac3 100644 --- a/cui/source/tabpages/page.src +++ b/cui/source/tabpages/page.src @@ -25,8 +25,6 @@ * ************************************************************************/ - // include --------------------------------------------------------------- - #include <cuires.hrc> #include "helpid.hrc" #include "page.hrc" diff --git a/cui/source/tabpages/paragrph.src b/cui/source/tabpages/paragrph.src index 3ac2c7f69c46..6d5ae543e109 100644 --- a/cui/source/tabpages/paragrph.src +++ b/cui/source/tabpages/paragrph.src @@ -24,7 +24,7 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ - // include --------------------------------------------------------------- + #include <cuires.hrc> #include "helpid.hrc" #include "paragrph.hrc" diff --git a/cui/source/tabpages/strings.src b/cui/source/tabpages/strings.src index 4f39be3c957b..f9ba6ab879cf 100644 --- a/cui/source/tabpages/strings.src +++ b/cui/source/tabpages/strings.src @@ -24,7 +24,7 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ - // include ------------------------------------------------------------------ + #include <cuires.hrc> String RID_SVXSTR_DESC_GRADIENT diff --git a/cui/source/tabpages/swpossizetabpage.src b/cui/source/tabpages/swpossizetabpage.src index 619fe8656570..c1f51591ba66 100644 --- a/cui/source/tabpages/swpossizetabpage.src +++ b/cui/source/tabpages/swpossizetabpage.src @@ -24,7 +24,7 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ - // include ------------------------------------------------------------------ + #include "helpid.hrc" #include <cuires.hrc> #include "swpossizetabpage.hrc" diff --git a/cui/source/tabpages/tabarea.src b/cui/source/tabpages/tabarea.src index c704969d6012..c824b8a5fa0d 100644 --- a/cui/source/tabpages/tabarea.src +++ b/cui/source/tabpages/tabarea.src @@ -24,7 +24,7 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ - // include --------------------------------------------------------------- + #include "helpid.hrc" #include <cuires.hrc> #include "tabarea.hrc" diff --git a/cui/source/tabpages/tabline.src b/cui/source/tabpages/tabline.src index 05350581abb1..659c9fae7013 100644 --- a/cui/source/tabpages/tabline.src +++ b/cui/source/tabpages/tabline.src @@ -24,7 +24,7 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ - // include ------------------------------------------------------------------ + #include <cuires.hrc> #include "helpid.hrc" #include "tabline.hrc" diff --git a/cui/source/tabpages/tabstpge.src b/cui/source/tabpages/tabstpge.src index 1b309832becc..26a73a15256e 100644 --- a/cui/source/tabpages/tabstpge.src +++ b/cui/source/tabpages/tabstpge.src @@ -24,7 +24,7 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ - // include --------------------------------------------------------------- + #include "helpid.hrc" #include <cuires.hrc> #include "tabstpge.hrc" diff --git a/cui/source/tabpages/textattr.src b/cui/source/tabpages/textattr.src index 89f4dc8f5049..15f00d68f5e5 100644 --- a/cui/source/tabpages/textattr.src +++ b/cui/source/tabpages/textattr.src @@ -24,7 +24,7 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ - // include --------------------------------------------------------------- + #include <svtools/controldims.hrc> #include <cuires.hrc> #include "textattr.hrc" diff --git a/cui/source/tabpages/transfrm.src b/cui/source/tabpages/transfrm.src index d7dc1c164bc8..562f691ce70c 100644 --- a/cui/source/tabpages/transfrm.src +++ b/cui/source/tabpages/transfrm.src @@ -15,7 +15,7 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - // include ------------------------------------------------------------------ + #include <svtools/controldims.hrc> #include "helpid.hrc" #include <cuires.hrc> diff --git a/dtrans/source/cnttype/mcnttfactory.cxx b/dtrans/source/cnttype/mcnttfactory.cxx index 80b16b870706..38f1fb782e1e 100644 --- a/dtrans/source/cnttype/mcnttfactory.cxx +++ b/dtrans/source/cnttype/mcnttfactory.cxx @@ -17,9 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ #include <osl/diagnose.h> #include "mcnttfactory.hxx" #include "mcnttype.hxx" diff --git a/dtrans/source/cnttype/mcnttfactory.hxx b/dtrans/source/cnttype/mcnttfactory.hxx index 5b6a49ef1031..1a3dcf848f2c 100644 --- a/dtrans/source/cnttype/mcnttfactory.hxx +++ b/dtrans/source/cnttype/mcnttfactory.hxx @@ -21,10 +21,6 @@ #ifndef _MCNTTFACTORY_HXX_ #define _MCNTTFACTORY_HXX_ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #include <rtl/ustring.hxx> #include <sal/types.h> #include <cppuhelper/compbase2.hxx> diff --git a/dtrans/source/cnttype/mcnttype.cxx b/dtrans/source/cnttype/mcnttype.cxx index 5f4319b3afab..771422fd0263 100644 --- a/dtrans/source/cnttype/mcnttype.cxx +++ b/dtrans/source/cnttype/mcnttype.cxx @@ -17,9 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ #include "mcnttype.hxx" //------------------------------------------------------------------------ diff --git a/dtrans/source/cnttype/mcnttype.hxx b/dtrans/source/cnttype/mcnttype.hxx index 9d630b413b42..09b2fddd4496 100644 --- a/dtrans/source/cnttype/mcnttype.hxx +++ b/dtrans/source/cnttype/mcnttype.hxx @@ -21,10 +21,6 @@ #ifndef _MCNTTYPE_HXX_ #define _MCNTTYPE_HXX_ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #include <cppuhelper/compbase1.hxx> #include <rtl/ustring.hxx> #include <sal/types.h> diff --git a/dtrans/source/cnttype/mctfentry.cxx b/dtrans/source/cnttype/mctfentry.cxx index 223dc6716789..913fc037882e 100644 --- a/dtrans/source/cnttype/mctfentry.cxx +++ b/dtrans/source/cnttype/mctfentry.cxx @@ -17,9 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -//----------------------------------------------------------------- -// includes of other projects -//----------------------------------------------------------------- #include <cppuhelper/factory.hxx> #include <com/sun/star/container/XSet.hpp> #include <osl/diagnose.h> diff --git a/dtrans/source/cnttype/wbench/testcnttype.cxx b/dtrans/source/cnttype/wbench/testcnttype.cxx index 943a57c78551..61a91e608533 100644 --- a/dtrans/source/cnttype/wbench/testcnttype.cxx +++ b/dtrans/source/cnttype/wbench/testcnttype.cxx @@ -17,9 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -//_________________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________________ #include <cppuhelper/servicefactory.hxx> #include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/lang/IllegalArgumentException.hpp> diff --git a/dtrans/source/inc/DtObjFactory.hxx b/dtrans/source/inc/DtObjFactory.hxx index f43fb8d8e17f..4fa8c798ea05 100644 --- a/dtrans/source/inc/DtObjFactory.hxx +++ b/dtrans/source/inc/DtObjFactory.hxx @@ -21,10 +21,6 @@ #ifndef _DTOBJFACTORY_HXX_ #define _DTOBJFACTORY_HXX_ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #include <com/sun/star/datatransfer/XTransferable.hpp> #include <cppuhelper/servicefactory.hxx> diff --git a/dtrans/source/test/test_dtrans.cxx b/dtrans/source/test/test_dtrans.cxx index fac718c58210..3c735c7deaea 100644 --- a/dtrans/source/test/test_dtrans.cxx +++ b/dtrans/source/test/test_dtrans.cxx @@ -17,9 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -//------------------------------------------------------------------------ -// interface includes -//------------------------------------------------------------------------ #include <com/sun/star/datatransfer/XTransferable.hpp> #include <com/sun/star/datatransfer/clipboard/XClipboardManager.hpp> #include <com/sun/star/datatransfer/clipboard/XClipboardOwner.hpp> @@ -27,11 +24,6 @@ #include <com/sun/star/datatransfer/clipboard/XClipboardEx.hpp> #include <com/sun/star/lang/XComponent.hpp> -//------------------------------------------------------------------------ -// other includes -//------------------------------------------------------------------------ - - #include <cppuhelper/servicefactory.hxx> #include <cppuhelper/implbase1.hxx> #include <cppuhelper/implbase2.hxx> diff --git a/dtrans/source/win32/clipb/WinClipbImpl.cxx b/dtrans/source/win32/clipb/WinClipbImpl.cxx index 6b38aaac9fd6..faeb993502db 100644 --- a/dtrans/source/win32/clipb/WinClipbImpl.cxx +++ b/dtrans/source/win32/clipb/WinClipbImpl.cxx @@ -17,9 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ #include <osl/diagnose.h> #include "WinClipbImpl.hxx" diff --git a/dtrans/source/win32/clipb/WinClipbImpl.hxx b/dtrans/source/win32/clipb/WinClipbImpl.hxx index 9f3c0fd672d8..51100caa8a9b 100644 --- a/dtrans/source/win32/clipb/WinClipbImpl.hxx +++ b/dtrans/source/win32/clipb/WinClipbImpl.hxx @@ -21,10 +21,6 @@ #ifndef _WINCLIPBIMPL_HXX_ #define _WINCLIPBIMPL_HXX_ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #include <sal/types.h> #include <rtl/ustring.hxx> #include <com/sun/star/datatransfer/XTransferable.hpp> diff --git a/dtrans/source/win32/clipb/WinClipboard.cxx b/dtrans/source/win32/clipb/WinClipboard.cxx index 91be18d0664a..d5111f270f8c 100644 --- a/dtrans/source/win32/clipb/WinClipboard.cxx +++ b/dtrans/source/win32/clipb/WinClipboard.cxx @@ -17,9 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ #include <osl/diagnose.h> #include "WinClipboard.hxx" #include <com/sun/star/datatransfer/clipboard/ClipboardEvent.hpp> diff --git a/dtrans/source/win32/clipb/WinClipboard.hxx b/dtrans/source/win32/clipb/WinClipboard.hxx index 4c31bae0e6b6..9554e298aeb8 100644 --- a/dtrans/source/win32/clipb/WinClipboard.hxx +++ b/dtrans/source/win32/clipb/WinClipboard.hxx @@ -21,11 +21,6 @@ #ifndef _WINCLIPBOARD_HXX_ #define _WINCLIPBOARD_HXX_ - -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #include <rtl/ustring.hxx> #include <sal/types.h> #include <cppuhelper/compbase4.hxx> diff --git a/dtrans/source/win32/clipb/wcbentry.cxx b/dtrans/source/win32/clipb/wcbentry.cxx index 2cf7860791e5..f8973a9f2e83 100644 --- a/dtrans/source/win32/clipb/wcbentry.cxx +++ b/dtrans/source/win32/clipb/wcbentry.cxx @@ -17,9 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -//______________________________________________________________________________________________________________ -// includes of other projects -//______________________________________________________________________________________________________________ #include <cppuhelper/factory.hxx> #include <com/sun/star/container/XSet.hpp> #include <osl/diagnose.h> diff --git a/dtrans/source/win32/dtobj/APNDataObject.cxx b/dtrans/source/win32/dtobj/APNDataObject.cxx index 1a489e6b7e38..53e67a733e95 100644 --- a/dtrans/source/win32/dtobj/APNDataObject.cxx +++ b/dtrans/source/win32/dtobj/APNDataObject.cxx @@ -17,9 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ #include "APNDataObject.hxx" #include <osl/diagnose.h> diff --git a/dtrans/source/win32/dtobj/DOTransferable.cxx b/dtrans/source/win32/dtobj/DOTransferable.cxx index 242df7b4c60c..003a02ab2c63 100644 --- a/dtrans/source/win32/dtobj/DOTransferable.cxx +++ b/dtrans/source/win32/dtobj/DOTransferable.cxx @@ -17,9 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ #include <sal/types.h> #include <rtl/process.h> diff --git a/dtrans/source/win32/dtobj/DOTransferable.hxx b/dtrans/source/win32/dtobj/DOTransferable.hxx index 7e10f72aac8c..b19bda4b090c 100644 --- a/dtrans/source/win32/dtobj/DOTransferable.hxx +++ b/dtrans/source/win32/dtobj/DOTransferable.hxx @@ -21,10 +21,6 @@ #ifndef _DOTRANSFERABLE_HXX_ #define _DOTRANSFERABLE_HXX_ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #include <com/sun/star/datatransfer/XTransferable.hpp> #include <cppuhelper/implbase2.hxx> diff --git a/dtrans/source/win32/dtobj/DTransHelper.cxx b/dtrans/source/win32/dtobj/DTransHelper.cxx index 32e693353916..ee7352c83f0f 100644 --- a/dtrans/source/win32/dtobj/DTransHelper.cxx +++ b/dtrans/source/win32/dtobj/DTransHelper.cxx @@ -17,9 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ #include <rtl/ustring.h> #include <osl/diagnose.h> #include "DTransHelper.hxx" diff --git a/dtrans/source/win32/dtobj/DTransHelper.hxx b/dtrans/source/win32/dtobj/DTransHelper.hxx index 0ce61c64bdc5..209e504d9d4a 100644 --- a/dtrans/source/win32/dtobj/DTransHelper.hxx +++ b/dtrans/source/win32/dtobj/DTransHelper.hxx @@ -21,10 +21,6 @@ #ifndef _DTRANSHELPER_HXX_ #define _DTRANSHELPER_HXX_ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #if defined _MSC_VER #pragma warning(push,1) #endif diff --git a/dtrans/source/win32/dtobj/DataFmtTransl.cxx b/dtrans/source/win32/dtobj/DataFmtTransl.cxx index 5c55001207c4..cfbb5e169ded 100644 --- a/dtrans/source/win32/dtobj/DataFmtTransl.cxx +++ b/dtrans/source/win32/dtobj/DataFmtTransl.cxx @@ -17,9 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ #include "DataFmtTransl.hxx" #include <rtl/string.hxx> #include <osl/diagnose.h> diff --git a/dtrans/source/win32/dtobj/DataFmtTransl.hxx b/dtrans/source/win32/dtobj/DataFmtTransl.hxx index 745876999b9b..1c7fa2794e75 100644 --- a/dtrans/source/win32/dtobj/DataFmtTransl.hxx +++ b/dtrans/source/win32/dtobj/DataFmtTransl.hxx @@ -21,10 +21,6 @@ #ifndef _DATAFMTTRANSL_HXX_ #define _DATAFMTTRANSL_HXX_ -//----------------------------------------------- -// includes -//----------------------------------------------- - #include <cppuhelper/servicefactory.hxx> #include <com/sun/star/datatransfer/XDataFormatTranslator.hpp> #include <com/sun/star/datatransfer/XTransferable.hpp> diff --git a/dtrans/source/win32/dtobj/DtObjFactory.cxx b/dtrans/source/win32/dtobj/DtObjFactory.cxx index 90459dfde452..07328796880e 100644 --- a/dtrans/source/win32/dtobj/DtObjFactory.cxx +++ b/dtrans/source/win32/dtobj/DtObjFactory.cxx @@ -17,9 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ #include "../../inc/DtObjFactory.hxx" #include "XTDataObject.hxx" diff --git a/dtrans/source/win32/dtobj/Fetc.cxx b/dtrans/source/win32/dtobj/Fetc.cxx index 48d7448697c0..3a7284f60c62 100644 --- a/dtrans/source/win32/dtobj/Fetc.cxx +++ b/dtrans/source/win32/dtobj/Fetc.cxx @@ -17,9 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ #include <osl/diagnose.h> #include "Fetc.hxx" #include "../misc/ImplHelper.hxx" diff --git a/dtrans/source/win32/dtobj/Fetc.hxx b/dtrans/source/win32/dtobj/Fetc.hxx index f0e73650b76c..3d02afa16b5c 100644 --- a/dtrans/source/win32/dtobj/Fetc.hxx +++ b/dtrans/source/win32/dtobj/Fetc.hxx @@ -21,10 +21,6 @@ #ifndef _FETC_HXX_ #define _FETC_HXX_ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #include <sal/types.h> #if defined _MSC_VER diff --git a/dtrans/source/win32/dtobj/FetcList.cxx b/dtrans/source/win32/dtobj/FetcList.cxx index f973aa85cca1..7031dacda8ea 100644 --- a/dtrans/source/win32/dtobj/FetcList.cxx +++ b/dtrans/source/win32/dtobj/FetcList.cxx @@ -17,9 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ #include <osl/diagnose.h> #include "FetcList.hxx" #include "Fetc.hxx" diff --git a/dtrans/source/win32/dtobj/FetcList.hxx b/dtrans/source/win32/dtobj/FetcList.hxx index 3ded8bcda6a4..5a013b5a5f98 100644 --- a/dtrans/source/win32/dtobj/FetcList.hxx +++ b/dtrans/source/win32/dtobj/FetcList.hxx @@ -21,10 +21,6 @@ #ifndef _FETCLIST_HXX_ #define _FETCLIST_HXX_ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #include <sal/types.h> #include <cppuhelper/servicefactory.hxx> #include <com/sun/star/datatransfer/XTransferable.hpp> diff --git a/dtrans/source/win32/dtobj/MimeAttrib.hxx b/dtrans/source/win32/dtobj/MimeAttrib.hxx index fd3e3490705f..1bd0d31fc78b 100644 --- a/dtrans/source/win32/dtobj/MimeAttrib.hxx +++ b/dtrans/source/win32/dtobj/MimeAttrib.hxx @@ -21,10 +21,6 @@ #ifndef _MIMEATTRIB_HXX_ #define _MIMEATTRIB_HXX_ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #include <rtl/ustring.hxx> //------------------------------------------------------------------------ diff --git a/dtrans/source/win32/dtobj/TxtCnvtHlp.cxx b/dtrans/source/win32/dtobj/TxtCnvtHlp.cxx index 54be5bd4c2fb..2f5128c5f59d 100644 --- a/dtrans/source/win32/dtobj/TxtCnvtHlp.cxx +++ b/dtrans/source/win32/dtobj/TxtCnvtHlp.cxx @@ -17,9 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ #include <osl/diagnose.h> #include "TxtCnvtHlp.hxx" #include "DTransHelper.hxx" diff --git a/dtrans/source/win32/dtobj/XNotifyingDataObject.hxx b/dtrans/source/win32/dtobj/XNotifyingDataObject.hxx index 611d666cf455..c0e172ddc994 100644 --- a/dtrans/source/win32/dtobj/XNotifyingDataObject.hxx +++ b/dtrans/source/win32/dtobj/XNotifyingDataObject.hxx @@ -21,11 +21,6 @@ #ifndef _XNOTIFYINGDATAOBJECT_HXX_ #define _XNOTIFYINGDATAOBJECT_HXX_ - -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #include <com/sun/star/datatransfer/XTransferable.hpp> #include <com/sun/star/datatransfer/clipboard/XClipboardOwner.hpp> diff --git a/dtrans/source/win32/dtobj/XTDataObject.cxx b/dtrans/source/win32/dtobj/XTDataObject.cxx index a28f86635c99..a8e2ad2818ae 100644 --- a/dtrans/source/win32/dtobj/XTDataObject.cxx +++ b/dtrans/source/win32/dtobj/XTDataObject.cxx @@ -17,9 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ #include <osl/diagnose.h> #include "XTDataObject.hxx" diff --git a/dtrans/source/win32/dtobj/XTDataObject.hxx b/dtrans/source/win32/dtobj/XTDataObject.hxx index 9789b2d0f62c..c54040d218a6 100644 --- a/dtrans/source/win32/dtobj/XTDataObject.hxx +++ b/dtrans/source/win32/dtobj/XTDataObject.hxx @@ -21,11 +21,6 @@ #ifndef _XTDATAOBJECT_HXX_ #define _XTDATAOBJECT_HXX_ - -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #include <com/sun/star/datatransfer/XTransferable.hpp> #include <com/sun/star/datatransfer/clipboard/XClipboardOwner.hpp> diff --git a/dtrans/source/win32/ftransl/ftransl.cxx b/dtrans/source/win32/ftransl/ftransl.cxx index 491aa3e192df..6ab60d385ad3 100644 --- a/dtrans/source/win32/ftransl/ftransl.cxx +++ b/dtrans/source/win32/ftransl/ftransl.cxx @@ -17,9 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ #include <osl/diagnose.h> #include "ftransl.hxx" diff --git a/dtrans/source/win32/ftransl/ftransl.hxx b/dtrans/source/win32/ftransl/ftransl.hxx index 220d097ee1f2..5c8df8ab6dc8 100644 --- a/dtrans/source/win32/ftransl/ftransl.hxx +++ b/dtrans/source/win32/ftransl/ftransl.hxx @@ -21,10 +21,6 @@ #ifndef _FTRANSL_HXX_ #define _FTRANSL_HXX_ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #include <rtl/ustring.hxx> #include <sal/types.h> #include <cppuhelper/compbase2.hxx> diff --git a/dtrans/source/win32/ftransl/ftranslentry.cxx b/dtrans/source/win32/ftransl/ftranslentry.cxx index 8e40e53fc5ba..eecdb3c486f2 100644 --- a/dtrans/source/win32/ftransl/ftranslentry.cxx +++ b/dtrans/source/win32/ftransl/ftranslentry.cxx @@ -17,9 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -//----------------------------------------------------------------- -// includes of other projects -//----------------------------------------------------------------- #include <cppuhelper/factory.hxx> #include <com/sun/star/container/XSet.hpp> #include <osl/diagnose.h> diff --git a/dtrans/source/win32/misc/ImplHelper.cxx b/dtrans/source/win32/misc/ImplHelper.cxx index 99ad724c8c22..c72c23c5a401 100644 --- a/dtrans/source/win32/misc/ImplHelper.cxx +++ b/dtrans/source/win32/misc/ImplHelper.cxx @@ -17,9 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ #include <osl/diagnose.h> #include "ImplHelper.hxx" #include <rtl/tencinfo.h> diff --git a/dtrans/source/win32/misc/ImplHelper.hxx b/dtrans/source/win32/misc/ImplHelper.hxx index e5c5045142d2..682aaf87d863 100644 --- a/dtrans/source/win32/misc/ImplHelper.hxx +++ b/dtrans/source/win32/misc/ImplHelper.hxx @@ -21,10 +21,6 @@ #ifndef _IMPLHELPER_HXX_ #define _IMPLHELPER_HXX_ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #include <sal/types.h> #include <rtl/ustring.hxx> diff --git a/dtrans/source/win32/misc/WinClip.hxx b/dtrans/source/win32/misc/WinClip.hxx index dc1d585ebfed..66cfd2922540 100644 --- a/dtrans/source/win32/misc/WinClip.hxx +++ b/dtrans/source/win32/misc/WinClip.hxx @@ -21,11 +21,6 @@ #ifndef _WINCLIP_HXX_ #define _WINCLIP_HXX_ - -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #include <sal/types.h> //------------------------------------------------------------------------ diff --git a/dtrans/source/win32/workbench/XTDo.cxx b/dtrans/source/win32/workbench/XTDo.cxx index f08575175837..20ac2f0dae8e 100644 --- a/dtrans/source/win32/workbench/XTDo.cxx +++ b/dtrans/source/win32/workbench/XTDo.cxx @@ -17,9 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ #include <osl/diagnose.h> #include "../DTransHelper.hxx" diff --git a/dtrans/source/win32/workbench/XTDo.hxx b/dtrans/source/win32/workbench/XTDo.hxx index 4a38f49070c2..5d87dbcc8355 100644 --- a/dtrans/source/win32/workbench/XTDo.hxx +++ b/dtrans/source/win32/workbench/XTDo.hxx @@ -21,11 +21,6 @@ #ifndef _XTDATAOBJECT_HXX_ #define _XTDATAOBJECT_HXX_ - -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #if defined _MSC_VER #pragma warning(push,1) #endif diff --git a/dtrans/source/win32/workbench/test_wincb.cxx b/dtrans/source/win32/workbench/test_wincb.cxx index 8f6e5eb0d39b..6cc69e2e706b 100644 --- a/dtrans/source/win32/workbench/test_wincb.cxx +++ b/dtrans/source/win32/workbench/test_wincb.cxx @@ -17,15 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -//_________________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________________ - #include "../misc/ImplHelper.hxx" -//_________________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________________ #include <cppuhelper/servicefactory.hxx> #include <com/sun/star/datatransfer/XTransferable.hpp> #include <com/sun/star/datatransfer/clipboard/XClipboardOwner.hpp> diff --git a/dtrans/source/win32/workbench/testmarshal.cxx b/dtrans/source/win32/workbench/testmarshal.cxx index 7ea6df68d995..30d8fe48b2c1 100644 --- a/dtrans/source/win32/workbench/testmarshal.cxx +++ b/dtrans/source/win32/workbench/testmarshal.cxx @@ -17,13 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -//_________________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________________ - -//_________________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________________ #include <rtl/ustring.hxx> #include <sal/types.h> #include <osl/diagnose.h> diff --git a/editeng/inc/editeng/acorrcfg.hxx b/editeng/inc/editeng/acorrcfg.hxx index e34e66f8c4c9..646d8b3b11cc 100644 --- a/editeng/inc/editeng/acorrcfg.hxx +++ b/editeng/inc/editeng/acorrcfg.hxx @@ -28,8 +28,6 @@ #ifndef _SVXACCFG_HXX #define _SVXACCFG_HXX -// include --------------------------------------------------------------- - #include "editeng/editengdllapi.h" #include <unotools/configitem.hxx> diff --git a/editeng/inc/editeng/adjitem.hxx b/editeng/inc/editeng/adjitem.hxx index b4a73ecfaf84..6e899dcafa8d 100644 --- a/editeng/inc/editeng/adjitem.hxx +++ b/editeng/inc/editeng/adjitem.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_ADJITEM_HXX #define _SVX_ADJITEM_HXX -// include --------------------------------------------------------------- - #include <svl/eitem.hxx> #include <editeng/svxenum.hxx> #include <editeng/eeitem.hxx> diff --git a/editeng/inc/editeng/akrnitem.hxx b/editeng/inc/editeng/akrnitem.hxx index dd8856a18164..4abdf82d0892 100644 --- a/editeng/inc/editeng/akrnitem.hxx +++ b/editeng/inc/editeng/akrnitem.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_AKRNITEM_HXX #define _SVX_AKRNITEM_HXX -// include --------------------------------------------------------------- - #include <svl/eitem.hxx> #include <editeng/editengdllapi.h> diff --git a/editeng/inc/editeng/blnkitem.hxx b/editeng/inc/editeng/blnkitem.hxx index fa24b287cba4..45926427acb9 100644 --- a/editeng/inc/editeng/blnkitem.hxx +++ b/editeng/inc/editeng/blnkitem.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_BLNKITEM_HXX #define _SVX_BLNKITEM_HXX -// include --------------------------------------------------------------- - #include <svl/poolitem.hxx> #include <svl/eitem.hxx> #include <editeng/editengdllapi.h> diff --git a/editeng/inc/editeng/bolnitem.hxx b/editeng/inc/editeng/bolnitem.hxx index df843ea10f83..44d6c14558da 100644 --- a/editeng/inc/editeng/bolnitem.hxx +++ b/editeng/inc/editeng/bolnitem.hxx @@ -28,10 +28,6 @@ #ifndef _SVX_BOLNITEM_HXX #define _SVX_BOLNITEM_HXX -// include --------------------------------------------------------------- - - - #include <svl/poolitem.hxx> #include "editeng/editengdllapi.h" diff --git a/editeng/inc/editeng/brkitem.hxx b/editeng/inc/editeng/brkitem.hxx index 4e8f6efb5a28..05dac1c5ed9e 100644 --- a/editeng/inc/editeng/brkitem.hxx +++ b/editeng/inc/editeng/brkitem.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_BRKITEM_HXX #define _SVX_BRKITEM_HXX -// include --------------------------------------------------------------- - #include <svl/eitem.hxx> #include <editeng/svxenum.hxx> #include <editeng/editengdllapi.h> diff --git a/editeng/inc/editeng/brshitem.hxx b/editeng/inc/editeng/brshitem.hxx index b3c314002999..44c7b03a319d 100644 --- a/editeng/inc/editeng/brshitem.hxx +++ b/editeng/inc/editeng/brshitem.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_BRSHITEM_HXX #define _SVX_BRSHITEM_HXX -// include --------------------------------------------------------------- - #include <svl/poolitem.hxx> #include <vcl/wall.hxx> #include <tools/link.hxx> diff --git a/editeng/inc/editeng/bulitem.hxx b/editeng/inc/editeng/bulitem.hxx index 2a5f3b1cf28e..178b16d8f3bd 100644 --- a/editeng/inc/editeng/bulitem.hxx +++ b/editeng/inc/editeng/bulitem.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_BULITEM_HXX #define _SVX_BULITEM_HXX -// include --------------------------------------------------------------- - #include "editeng/editengdllapi.h" diff --git a/editeng/inc/editeng/charhiddenitem.hxx b/editeng/inc/editeng/charhiddenitem.hxx index bf4fbc1bd288..5719780ef45e 100644 --- a/editeng/inc/editeng/charhiddenitem.hxx +++ b/editeng/inc/editeng/charhiddenitem.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_CHARHIDDENITEM_HXX #define _SVX_CHARHIDDENITEM_HXX -// include --------------------------------------------------------------- - #include <svl/poolitem.hxx> #include <svl/eitem.hxx> #include "editeng/editengdllapi.h" diff --git a/editeng/inc/editeng/charreliefitem.hxx b/editeng/inc/editeng/charreliefitem.hxx index 4a276b26f9c1..36b57105a1e3 100644 --- a/editeng/inc/editeng/charreliefitem.hxx +++ b/editeng/inc/editeng/charreliefitem.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_CHARRELIEFITEM_HXX #define _SVX_CHARRELIEFITEM_HXX -// include --------------------------------------------------------------- - #include <svl/eitem.hxx> #include <vcl/fntstyle.hxx> #include <editeng/editengdllapi.h> diff --git a/editeng/inc/editeng/charrotateitem.hxx b/editeng/inc/editeng/charrotateitem.hxx index 90fcb3cffb1c..b55cfccfe46d 100644 --- a/editeng/inc/editeng/charrotateitem.hxx +++ b/editeng/inc/editeng/charrotateitem.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_CHARROTATEITEM_HXX #define _SVX_CHARROTATEITEM_HXX -// include --------------------------------------------------------------- - #include <svl/intitem.hxx> #include <editeng/editengdllapi.h> diff --git a/editeng/inc/editeng/charscaleitem.hxx b/editeng/inc/editeng/charscaleitem.hxx index 0fe861583790..40304a8544f6 100644 --- a/editeng/inc/editeng/charscaleitem.hxx +++ b/editeng/inc/editeng/charscaleitem.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_CHARSCALEITEM_HXX #define _SVX_CHARSCALEITEM_HXX -// include --------------------------------------------------------------- - #include <svl/intitem.hxx> #include <editeng/editengdllapi.h> diff --git a/editeng/inc/editeng/cmapitem.hxx b/editeng/inc/editeng/cmapitem.hxx index 51d52e9ac2c6..60740a6827b1 100644 --- a/editeng/inc/editeng/cmapitem.hxx +++ b/editeng/inc/editeng/cmapitem.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_CMAPITEM_HXX #define _SVX_CMAPITEM_HXX -// include --------------------------------------------------------------- - #include <svl/eitem.hxx> #include <editeng/svxenum.hxx> #include <editeng/editengdllapi.h> diff --git a/editeng/inc/editeng/cntritem.hxx b/editeng/inc/editeng/cntritem.hxx index 1e701902ea96..0e5dd7221ac6 100644 --- a/editeng/inc/editeng/cntritem.hxx +++ b/editeng/inc/editeng/cntritem.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_ITEM_HXX #define _SVX_ITEM_HXX -// include --------------------------------------------------------------- - #include <svl/eitem.hxx> #include <editeng/editengdllapi.h> diff --git a/editeng/inc/editeng/colritem.hxx b/editeng/inc/editeng/colritem.hxx index b0d369ea1c31..8b40263dfc7c 100644 --- a/editeng/inc/editeng/colritem.hxx +++ b/editeng/inc/editeng/colritem.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_COLRITEM_HXX #define _SVX_COLRITEM_HXX -// include --------------------------------------------------------------- - #include <svl/poolitem.hxx> #include <tools/color.hxx> #include <editeng/editengdllapi.h> diff --git a/editeng/inc/editeng/crsditem.hxx b/editeng/inc/editeng/crsditem.hxx index ca8bf58dfd9b..ba613d63560b 100644 --- a/editeng/inc/editeng/crsditem.hxx +++ b/editeng/inc/editeng/crsditem.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_CRSDITEM_HXX #define _SVX_CRSDITEM_HXX -// include --------------------------------------------------------------- - #include <vcl/vclenum.hxx> #include <svl/eitem.hxx> #include <editeng/editengdllapi.h> diff --git a/editeng/inc/editeng/cscoitem.hxx b/editeng/inc/editeng/cscoitem.hxx index 8c629d3365fd..019edad8968f 100644 --- a/editeng/inc/editeng/cscoitem.hxx +++ b/editeng/inc/editeng/cscoitem.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_CSCOITEM_HXX #define _SVX_CSCOITEM_HXX -// include --------------------------------------------------------------- - #include <tools/string.hxx> #include <editeng/colritem.hxx> #include <editeng/editengdllapi.h> diff --git a/editeng/inc/editeng/editids.hrc b/editeng/inc/editeng/editids.hrc index 6be9d2028293..beaaaa0dd7ec 100644 --- a/editeng/inc/editeng/editids.hrc +++ b/editeng/inc/editeng/editids.hrc @@ -18,8 +18,6 @@ #ifndef _EDIT_SVXIDS_HRC #define _EDIT_SVXIDS_HRC -// include ------------------------------------------------------------------ - #include <svl/solar.hrc> #define SID_ATTR_BRUSH ( SID_SVX_START + 1 ) diff --git a/editeng/inc/editeng/editrids.hrc b/editeng/inc/editeng/editrids.hrc index 47ab26629da6..2a752ed099dc 100644 --- a/editeng/inc/editeng/editrids.hrc +++ b/editeng/inc/editeng/editrids.hrc @@ -18,8 +18,6 @@ #ifndef _EDIT_RIDS_HRC #define _EDIT_RIDS_HRC -// include ------------------------------------------------------------------ - #include <svl/solar.hrc> // strings also used in cui diff --git a/editeng/inc/editeng/edtdlg.hxx b/editeng/inc/editeng/edtdlg.hxx index 181b31c12823..6dda1344266e 100644 --- a/editeng/inc/editeng/edtdlg.hxx +++ b/editeng/inc/editeng/edtdlg.hxx @@ -19,8 +19,6 @@ #ifndef _EDT_ABSTDLG_HXX #define _EDT_ABSTDLG_HXX -// include --------------------------------------------------------------- - #include <tools/solar.h> #include <tools/string.hxx> #include <editeng/editengdllapi.h> diff --git a/editeng/inc/editeng/emphitem.hxx b/editeng/inc/editeng/emphitem.hxx index eca87ed889db..3100b6236c66 100644 --- a/editeng/inc/editeng/emphitem.hxx +++ b/editeng/inc/editeng/emphitem.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_EMPHITEM_HXX #define _SVX_EMPHITEM_HXX -// include --------------------------------------------------------------- - #include <vcl/vclenum.hxx> #include <svl/intitem.hxx> #include <editeng/editengdllapi.h> diff --git a/editeng/inc/editeng/escpitem.hxx b/editeng/inc/editeng/escpitem.hxx index f14f15ce0409..a19595522afc 100644 --- a/editeng/inc/editeng/escpitem.hxx +++ b/editeng/inc/editeng/escpitem.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_ESCPITEM_HXX #define _SVX_ESCPITEM_HXX -// include --------------------------------------------------------------- - #include <svl/eitem.hxx> #include <editeng/svxenum.hxx> #include <editeng/editengdllapi.h> diff --git a/editeng/inc/editeng/fhgtitem.hxx b/editeng/inc/editeng/fhgtitem.hxx index a8cc34e0d290..fa11bd8d17ee 100644 --- a/editeng/inc/editeng/fhgtitem.hxx +++ b/editeng/inc/editeng/fhgtitem.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_FHGTITEM_HXX #define _SVX_FHGTITEM_HXX -// include --------------------------------------------------------------- - #include <svl/poolitem.hxx> #include <editeng/editengdllapi.h> diff --git a/editeng/inc/editeng/flstitem.hxx b/editeng/inc/editeng/flstitem.hxx index bcf757cea592..f25a8d2688a6 100644 --- a/editeng/inc/editeng/flstitem.hxx +++ b/editeng/inc/editeng/flstitem.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_FLSTITEM_HXX #define _SVX_FLSTITEM_HXX -// include --------------------------------------------------------------- - #include <svl/poolitem.hxx> #include <rtl/ustring.hxx> #include <com/sun/star/uno/Sequence.h> diff --git a/editeng/inc/editeng/fontitem.hxx b/editeng/inc/editeng/fontitem.hxx index 3aac10a7bd90..24fdbf18fa60 100644 --- a/editeng/inc/editeng/fontitem.hxx +++ b/editeng/inc/editeng/fontitem.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_FONTITEM_HXX #define _SVX_FONTITEM_HXX -// include --------------------------------------------------------------- - #include <svl/poolitem.hxx> #include <tools/string.hxx> #include <vcl/font.hxx> diff --git a/editeng/inc/editeng/forbiddenruleitem.hxx b/editeng/inc/editeng/forbiddenruleitem.hxx index 8db9c11c0a81..2896db2fcd6f 100644 --- a/editeng/inc/editeng/forbiddenruleitem.hxx +++ b/editeng/inc/editeng/forbiddenruleitem.hxx @@ -19,8 +19,6 @@ #ifndef _SVX_FORBIDDENRULEITEM_HXX #define _SVX_FORBIDDENRULEITEM_HXX -// include --------------------------------------------------------------- - #include <svl/eitem.hxx> #include <editeng/editengdllapi.h> diff --git a/editeng/inc/editeng/frmdiritem.hxx b/editeng/inc/editeng/frmdiritem.hxx index fc03a21a4d80..d88875e15eba 100644 --- a/editeng/inc/editeng/frmdiritem.hxx +++ b/editeng/inc/editeng/frmdiritem.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_FRMDIRITEM_HXX #define _SVX_FRMDIRITEM_HXX -// include --------------------------------------------------------------- - #include <svl/intitem.hxx> #include <editeng/frmdir.hxx> #include <editeng/editengdllapi.h> diff --git a/editeng/inc/editeng/fwdtitem.hxx b/editeng/inc/editeng/fwdtitem.hxx index 86e47a753320..fcd4a6c12c78 100644 --- a/editeng/inc/editeng/fwdtitem.hxx +++ b/editeng/inc/editeng/fwdtitem.hxx @@ -28,9 +28,6 @@ #ifndef _SVX_FWDTITEM_HXX #define _SVX_FWDTITEM_HXX -// include --------------------------------------------------------------- - - #include <svl/poolitem.hxx> diff --git a/editeng/inc/editeng/hngpnctitem.hxx b/editeng/inc/editeng/hngpnctitem.hxx index 44eb12455a9b..36ede9560e71 100644 --- a/editeng/inc/editeng/hngpnctitem.hxx +++ b/editeng/inc/editeng/hngpnctitem.hxx @@ -19,8 +19,6 @@ #ifndef _SVX_HNGPNCTITEM_HXX #define _SVX_HNGPNCTITEM_HXX -// include --------------------------------------------------------------- - #include <svl/eitem.hxx> #include <editeng/editengdllapi.h> diff --git a/editeng/inc/editeng/hyznitem.hxx b/editeng/inc/editeng/hyznitem.hxx index adef7385b70d..d04341395962 100644 --- a/editeng/inc/editeng/hyznitem.hxx +++ b/editeng/inc/editeng/hyznitem.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_HYZNITEM_HXX #define _SVX_HYZNITEM_HXX -// include --------------------------------------------------------------- - #include <svl/poolitem.hxx> #include <editeng/editengdllapi.h> diff --git a/editeng/inc/editeng/itemtype.hxx b/editeng/inc/editeng/itemtype.hxx index a5e3c66dde0c..a48f762cd226 100644 --- a/editeng/inc/editeng/itemtype.hxx +++ b/editeng/inc/editeng/itemtype.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_ITEMTYPE_HXX #define _SVX_ITEMTYPE_HXX -// include --------------------------------------------------------------- - #include <editeng/editrids.hrc> #include <editeng/eerdll.hxx> diff --git a/editeng/inc/editeng/keepitem.hxx b/editeng/inc/editeng/keepitem.hxx index 4465e566de4e..acaa5de2a8d8 100644 --- a/editeng/inc/editeng/keepitem.hxx +++ b/editeng/inc/editeng/keepitem.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_KEEPITEM_HXX #define _SVX_KEEPITEM_HXX -// include --------------------------------------------------------------- - #include <svl/eitem.hxx> #include <editeng/editengdllapi.h> diff --git a/editeng/inc/editeng/kernitem.hxx b/editeng/inc/editeng/kernitem.hxx index 818148a346a0..b10e1c5c28fb 100644 --- a/editeng/inc/editeng/kernitem.hxx +++ b/editeng/inc/editeng/kernitem.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_KERNITEM_HXX #define _SVX_KERNITEM_HXX -// include --------------------------------------------------------------- - #include <svl/intitem.hxx> #include <editeng/editengdllapi.h> diff --git a/editeng/inc/editeng/langitem.hxx b/editeng/inc/editeng/langitem.hxx index 5e847c0f0159..885877a767d1 100644 --- a/editeng/inc/editeng/langitem.hxx +++ b/editeng/inc/editeng/langitem.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_LANGITEM_HXX #define _SVX_LANGITEM_HXX -// include --------------------------------------------------------------- - #include <svl/eitem.hxx> #include <i18npool/lang.h> #include <editeng/editengdllapi.h> diff --git a/editeng/inc/editeng/lcolitem.hxx b/editeng/inc/editeng/lcolitem.hxx index 5af82bc7a6f7..6af0f3bc3c35 100644 --- a/editeng/inc/editeng/lcolitem.hxx +++ b/editeng/inc/editeng/lcolitem.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_LCOLITEM_HXX #define _SVX_LCOLITEM_HXX -// include --------------------------------------------------------------- - #include <editeng/colritem.hxx> #include <editeng/editengdllapi.h> diff --git a/editeng/inc/editeng/lrspitem.hxx b/editeng/inc/editeng/lrspitem.hxx index e00ff6d79272..d6bae8000e96 100644 --- a/editeng/inc/editeng/lrspitem.hxx +++ b/editeng/inc/editeng/lrspitem.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_LRSPITEM_HXX #define _SVX_LRSPITEM_HXX -// include --------------------------------------------------------------- - #include <svl/poolitem.hxx> #include <editeng/editengdllapi.h> diff --git a/editeng/inc/editeng/lspcitem.hxx b/editeng/inc/editeng/lspcitem.hxx index 056415a5d280..22d64cb532fa 100644 --- a/editeng/inc/editeng/lspcitem.hxx +++ b/editeng/inc/editeng/lspcitem.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_LSPCITEM_HXX #define _SVX_LSPCITEM_HXX -// include --------------------------------------------------------------- - #include <svl/eitem.hxx> #include <editeng/svxenum.hxx> #include <editeng/editengdllapi.h> diff --git a/editeng/inc/editeng/nhypitem.hxx b/editeng/inc/editeng/nhypitem.hxx index e96d00c40483..8b20d8989888 100644 --- a/editeng/inc/editeng/nhypitem.hxx +++ b/editeng/inc/editeng/nhypitem.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_NHYPITEM_HXX #define _SVX_NHYPITEM_HXX -// include --------------------------------------------------------------- - #include <svl/eitem.hxx> #include <editeng/editengdllapi.h> diff --git a/editeng/inc/editeng/nlbkitem.hxx b/editeng/inc/editeng/nlbkitem.hxx index d8a41d2629e8..e46eaefb7437 100644 --- a/editeng/inc/editeng/nlbkitem.hxx +++ b/editeng/inc/editeng/nlbkitem.hxx @@ -28,9 +28,6 @@ #ifndef _SVX_NLBKITEM_HXX #define _SVX_NLBKITEM_HXX -// include --------------------------------------------------------------- - - #include <svl/eitem.hxx> #include "editeng/editengdllapi.h" diff --git a/editeng/inc/editeng/numitem.hxx b/editeng/inc/editeng/numitem.hxx index a6ef8e64e336..98b410c3932c 100644 --- a/editeng/inc/editeng/numitem.hxx +++ b/editeng/inc/editeng/numitem.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_NUMITEM_HXX #define _SVX_NUMITEM_HXX -// include --------------------------------------------------------------- - #include <tools/link.hxx> #include <tools/string.hxx> #include <svl/poolitem.hxx> diff --git a/editeng/inc/editeng/opaqitem.hxx b/editeng/inc/editeng/opaqitem.hxx index c73ae6f28ee4..c0c7b082cb96 100644 --- a/editeng/inc/editeng/opaqitem.hxx +++ b/editeng/inc/editeng/opaqitem.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_OPAQITEM_HXX #define _SVX_OPAQITEM_HXX -// include --------------------------------------------------------------- - #include <svl/eitem.hxx> #include "editeng/editengdllapi.h" diff --git a/editeng/inc/editeng/optitems.hxx b/editeng/inc/editeng/optitems.hxx index 7df07ef50bcf..eb340e218e1e 100644 --- a/editeng/inc/editeng/optitems.hxx +++ b/editeng/inc/editeng/optitems.hxx @@ -19,8 +19,6 @@ #ifndef _EDITENG_OPTITEMS_HXX #define _EDITENG_OPTITEMS_HXX -// include --------------------------------------------------------------- - #include <svl/poolitem.hxx> #include <com/sun/star/uno/Reference.hxx> #include <editeng/editengdllapi.h> diff --git a/editeng/inc/editeng/orphitem.hxx b/editeng/inc/editeng/orphitem.hxx index 6405e46e6589..59feac103bc3 100644 --- a/editeng/inc/editeng/orphitem.hxx +++ b/editeng/inc/editeng/orphitem.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_ORPHITEM_HXX #define _SVX_ORPHITEM_HXX -// include --------------------------------------------------------------- - #include <svl/intitem.hxx> #include <editeng/editengdllapi.h> diff --git a/editeng/inc/editeng/paravertalignitem.hxx b/editeng/inc/editeng/paravertalignitem.hxx index b13731b13555..ce2b3c6d7a9e 100644 --- a/editeng/inc/editeng/paravertalignitem.hxx +++ b/editeng/inc/editeng/paravertalignitem.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_PARAVERTALIGNITEM_HXX #define _SVX_PARAVERTALIGNITEM_HXX -// include --------------------------------------------------------------- - #include <svl/intitem.hxx> #include <editeng/editengdllapi.h> diff --git a/editeng/inc/editeng/pbinitem.hxx b/editeng/inc/editeng/pbinitem.hxx index ce5853b2e82c..6377ab0fb24e 100644 --- a/editeng/inc/editeng/pbinitem.hxx +++ b/editeng/inc/editeng/pbinitem.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_PBINITEM_HXX #define _SVX_PBINITEM_HXX -// include --------------------------------------------------------------- - #include <svl/intitem.hxx> #include <editeng/editengdllapi.h> diff --git a/editeng/inc/editeng/pgrditem.hxx b/editeng/inc/editeng/pgrditem.hxx index 4431dfccd7cc..fcfc1ef70d04 100644 --- a/editeng/inc/editeng/pgrditem.hxx +++ b/editeng/inc/editeng/pgrditem.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_PGRDITEM_HXX #define _SVX_PGRDITEM_HXX -// include --------------------------------------------------------------- - #include <svl/eitem.hxx> #include "editeng/editengdllapi.h" diff --git a/editeng/inc/editeng/pmdlitem.hxx b/editeng/inc/editeng/pmdlitem.hxx index 4a732d2a91f9..9dcce5c6b599 100644 --- a/editeng/inc/editeng/pmdlitem.hxx +++ b/editeng/inc/editeng/pmdlitem.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_PMDLITEM_HXX #define _SVX_PMDLITEM_HXX -// include --------------------------------------------------------------- - #include <svl/stritem.hxx> #include <editeng/editengdllapi.h> diff --git a/editeng/inc/editeng/postitem.hxx b/editeng/inc/editeng/postitem.hxx index fbea62b702ee..350b09928f0a 100644 --- a/editeng/inc/editeng/postitem.hxx +++ b/editeng/inc/editeng/postitem.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_POSTITEM_HXX #define _SVX_POSTITEM_HXX -// include --------------------------------------------------------------- - #include <vcl/vclenum.hxx> #include <svl/eitem.hxx> #include <editeng/editengdllapi.h> diff --git a/editeng/inc/editeng/prntitem.hxx b/editeng/inc/editeng/prntitem.hxx index 9c0086b38daf..3a47eecc296e 100644 --- a/editeng/inc/editeng/prntitem.hxx +++ b/editeng/inc/editeng/prntitem.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_PRNTITEM_HXX #define _SVX_PRNTITEM_HXX -// include --------------------------------------------------------------- - #include <svl/eitem.hxx> #include "editeng/editengdllapi.h" diff --git a/editeng/inc/editeng/protitem.hxx b/editeng/inc/editeng/protitem.hxx index b2975c37963a..780f04ac563a 100644 --- a/editeng/inc/editeng/protitem.hxx +++ b/editeng/inc/editeng/protitem.hxx @@ -28,9 +28,6 @@ #ifndef _SVX_PROTITEM_HXX #define _SVX_PROTITEM_HXX -// include --------------------------------------------------------------- - - #include <svl/poolitem.hxx> #include "editeng/editengdllapi.h" diff --git a/editeng/inc/editeng/prszitem.hxx b/editeng/inc/editeng/prszitem.hxx index a2b9d59866ea..bfcc38be2dde 100644 --- a/editeng/inc/editeng/prszitem.hxx +++ b/editeng/inc/editeng/prszitem.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_PRSZITEM_HXX #define _SVX_PRSZITEM_HXX -// include --------------------------------------------------------------- - #include <svl/intitem.hxx> #include <editeng/editengdllapi.h> diff --git a/editeng/inc/editeng/scriptspaceitem.hxx b/editeng/inc/editeng/scriptspaceitem.hxx index 87e147623cd1..9359355d17c7 100644 --- a/editeng/inc/editeng/scriptspaceitem.hxx +++ b/editeng/inc/editeng/scriptspaceitem.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_SRIPTSPACEITEM_HXX #define _SVX_SRIPTSPACEITEM_HXX -// include --------------------------------------------------------------- - #include <svl/eitem.hxx> #include <editeng/editengdllapi.h> diff --git a/editeng/inc/editeng/scripttypeitem.hxx b/editeng/inc/editeng/scripttypeitem.hxx index 320c06326768..e90899fcaa5c 100644 --- a/editeng/inc/editeng/scripttypeitem.hxx +++ b/editeng/inc/editeng/scripttypeitem.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_SCRIPTTYPEITEM_HXX #define _SVX_SCRIPTTYPEITEM_HXX -// include --------------------------------------------------------------- - #include <svl/intitem.hxx> #include <svl/languageoptions.hxx> #include <editeng/editengdllapi.h> diff --git a/editeng/inc/editeng/shaditem.hxx b/editeng/inc/editeng/shaditem.hxx index c4cf6393ebfd..8f3c7011f680 100644 --- a/editeng/inc/editeng/shaditem.hxx +++ b/editeng/inc/editeng/shaditem.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_SHADITEM_HXX #define _SVX_SHADITEM_HXX -// include --------------------------------------------------------------- - #include <tools/color.hxx> #include <svl/eitem.hxx> #include <editeng/svxenum.hxx> diff --git a/editeng/inc/editeng/shdditem.hxx b/editeng/inc/editeng/shdditem.hxx index adeb059d3a1e..d504fdca13e3 100644 --- a/editeng/inc/editeng/shdditem.hxx +++ b/editeng/inc/editeng/shdditem.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_SHDDITEM_HXX #define _SVX_SHDDITEM_HXX -// include --------------------------------------------------------------- - #include <svl/eitem.hxx> #include <editeng/editengdllapi.h> diff --git a/editeng/inc/editeng/sizeitem.hxx b/editeng/inc/editeng/sizeitem.hxx index c2b5a397ebf8..679ae50f5573 100644 --- a/editeng/inc/editeng/sizeitem.hxx +++ b/editeng/inc/editeng/sizeitem.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_SIZEITEM_HXX #define _SVX_SIZEITEM_HXX -// include --------------------------------------------------------------- - #include <tools/gen.hxx> #include <svl/poolitem.hxx> #include <editeng/editengdllapi.h> diff --git a/editeng/inc/editeng/spltitem.hxx b/editeng/inc/editeng/spltitem.hxx index bf50d7e492bb..5f03ef576bf0 100644 --- a/editeng/inc/editeng/spltitem.hxx +++ b/editeng/inc/editeng/spltitem.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_SPLTITEM_HXX #define _SVX_SPLTITEM_HXX -// include --------------------------------------------------------------- - #include <svl/eitem.hxx> #include <editeng/editengdllapi.h> diff --git a/editeng/inc/editeng/splwrap.hxx b/editeng/inc/editeng/splwrap.hxx index af61e3b81fbe..2a6d5bdf0306 100644 --- a/editeng/inc/editeng/splwrap.hxx +++ b/editeng/inc/editeng/splwrap.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_SPLWRAP_HXX #define _SVX_SPLWRAP_HXX -// include --------------------------------------------------------------- - #include <editeng/svxenum.hxx> #include <tools/string.hxx> #include <com/sun/star/uno/Reference.hxx> diff --git a/editeng/inc/editeng/tstpitem.hxx b/editeng/inc/editeng/tstpitem.hxx index 6174f1e776c5..aeed3d488d2d 100644 --- a/editeng/inc/editeng/tstpitem.hxx +++ b/editeng/inc/editeng/tstpitem.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_TSPTITEM_HXX #define _SVX_TSPTITEM_HXX -// include --------------------------------------------------------------- - #include <svl/poolitem.hxx> #include <editeng/svxenum.hxx> #include <editeng/editengdllapi.h> diff --git a/editeng/inc/editeng/udlnitem.hxx b/editeng/inc/editeng/udlnitem.hxx index cd81d7364dc7..65b599c94125 100644 --- a/editeng/inc/editeng/udlnitem.hxx +++ b/editeng/inc/editeng/udlnitem.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_UDLNITEM_HXX #define _SVX_UDLNITEM_HXX -// include --------------------------------------------------------------- - #include <svl/eitem.hxx> #include <vcl/vclenum.hxx> #include <tools/color.hxx> diff --git a/editeng/inc/editeng/ulspitem.hxx b/editeng/inc/editeng/ulspitem.hxx index f09a18d0b153..43eb2d9a2576 100644 --- a/editeng/inc/editeng/ulspitem.hxx +++ b/editeng/inc/editeng/ulspitem.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_ULSPITEM_HXX #define _SVX_ULSPITEM_HXX -// include --------------------------------------------------------------- - #include <svl/poolitem.hxx> #include <editeng/editengdllapi.h> diff --git a/editeng/inc/editeng/wghtitem.hxx b/editeng/inc/editeng/wghtitem.hxx index f3978f850a68..d7e481348e9e 100644 --- a/editeng/inc/editeng/wghtitem.hxx +++ b/editeng/inc/editeng/wghtitem.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_WGHTITEM_HXX #define _SVX_WGHTITEM_HXX -// include --------------------------------------------------------------- - #include <vcl/vclenum.hxx> #include <svl/eitem.hxx> #include <editeng/editengdllapi.h> diff --git a/editeng/inc/editeng/widwitem.hxx b/editeng/inc/editeng/widwitem.hxx index 415035fd86a8..822559a681c9 100644 --- a/editeng/inc/editeng/widwitem.hxx +++ b/editeng/inc/editeng/widwitem.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_WIDWITEM_HXX #define _SVX_WIDWITEM_HXX -// include --------------------------------------------------------------- - #include <svl/intitem.hxx> #include <editeng/editengdllapi.h> diff --git a/editeng/inc/editeng/writingmodeitem.hxx b/editeng/inc/editeng/writingmodeitem.hxx index c9db4e153d33..f92052b6b345 100644 --- a/editeng/inc/editeng/writingmodeitem.hxx +++ b/editeng/inc/editeng/writingmodeitem.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_WRITINGMODEITEM_HXX #define _SVX_WRITINGMODEITEM_HXX -// include --------------------------------------------------------------- - #include <com/sun/star/text/WritingMode.hpp> #include <svl/intitem.hxx> #include "editeng/editengdllapi.h" diff --git a/editeng/inc/editeng/wrlmitem.hxx b/editeng/inc/editeng/wrlmitem.hxx index 4e31bbd0d507..80925627cfbf 100644 --- a/editeng/inc/editeng/wrlmitem.hxx +++ b/editeng/inc/editeng/wrlmitem.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_WRLMITEM_HXX #define _SVX_WRLMITEM_HXX -// include --------------------------------------------------------------- - #include <svl/eitem.hxx> #include <editeng/editengdllapi.h> diff --git a/editeng/source/items/page.src b/editeng/source/items/page.src index 50e845e15d6d..ea280d90753d 100644 --- a/editeng/source/items/page.src +++ b/editeng/source/items/page.src @@ -16,8 +16,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - // include --------------------------------------------------------------- - #include <editeng/editrids.hrc> String RID_SVXSTR_PAPERBIN diff --git a/filter/inc/filter.hrc b/filter/inc/filter.hrc index 0aac90775665..bc2984b9244d 100644 --- a/filter/inc/filter.hrc +++ b/filter/inc/filter.hrc @@ -19,8 +19,6 @@ #ifndef _FILTER_HRC #define _FILTER_HRC -// include --------------------------------------------------------------- - #include <svl/solar.hrc> // Help-Ids -------------------------------------------------------------- diff --git a/filter/source/config/cache/basecontainer.cxx b/filter/source/config/cache/basecontainer.cxx index f8f26a10a397..87685ee74d38 100644 --- a/filter/source/config/cache/basecontainer.cxx +++ b/filter/source/config/cache/basecontainer.cxx @@ -30,8 +30,6 @@ #include "basecontainer.hxx" #include "constant.hxx" -//_______________________________________________ -// includes #include <com/sun/star/lang/WrappedTargetRuntimeException.hpp> #include <com/sun/star/uno/Type.h> #include <comphelper/enumhelper.hxx> diff --git a/filter/source/config/cache/basecontainer.hxx b/filter/source/config/cache/basecontainer.hxx index a4a209772d3f..8354b126b35f 100644 --- a/filter/source/config/cache/basecontainer.hxx +++ b/filter/source/config/cache/basecontainer.hxx @@ -28,9 +28,6 @@ #ifndef __FILTER_CONFIG_BASECONTAINER_HXX_ #define __FILTER_CONFIG_BASECONTAINER_HXX_ -//_______________________________________________ -// includes - #include "filtercache.hxx" #include <com/sun/star/uno/Exception.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> diff --git a/filter/source/config/cache/cacheitem.cxx b/filter/source/config/cache/cacheitem.cxx index c6790d574af6..70108020886d 100644 --- a/filter/source/config/cache/cacheitem.cxx +++ b/filter/source/config/cache/cacheitem.cxx @@ -31,8 +31,6 @@ #include "macros.hxx" #include "constant.hxx" -//_______________________________________________ -// includes #include <com/sun/star/uno/Sequence.h> #include <com/sun/star/beans/PropertyValue.hpp> diff --git a/filter/source/config/cache/cacheitem.hxx b/filter/source/config/cache/cacheitem.hxx index 486b2994aec8..975434c3125f 100644 --- a/filter/source/config/cache/cacheitem.hxx +++ b/filter/source/config/cache/cacheitem.hxx @@ -29,9 +29,6 @@ #ifndef __FILTER_CONFIG_CACHEITEM_HXX_ #define __FILTER_CONFIG_CACHEITEM_HXX_ -//_______________________________________________ -// includes - #include <boost/unordered_map.hpp> #include <deque> #include <list> diff --git a/filter/source/config/cache/cacheupdatelistener.cxx b/filter/source/config/cache/cacheupdatelistener.cxx index 090ce6f56d9f..b7f794d451d5 100644 --- a/filter/source/config/cache/cacheupdatelistener.cxx +++ b/filter/source/config/cache/cacheupdatelistener.cxx @@ -30,8 +30,6 @@ #include "cacheupdatelistener.hxx" #include "constant.hxx" -//_______________________________________________ -// includes #include <com/sun/star/util/XChangesNotifier.hpp> #include <com/sun/star/util/XRefreshable.hpp> #include <salhelper/singletonref.hxx> diff --git a/filter/source/config/cache/cacheupdatelistener.hxx b/filter/source/config/cache/cacheupdatelistener.hxx index 4b3214aac080..0c51f30fe14a 100644 --- a/filter/source/config/cache/cacheupdatelistener.hxx +++ b/filter/source/config/cache/cacheupdatelistener.hxx @@ -28,9 +28,6 @@ #ifndef __FILTER_CONFIG_CACHEUPDATELISTENER_HXX_ #define __FILTER_CONFIG_CACHEUPDATELISTENER_HXX_ -//_______________________________________________ -// includes - #include "filtercache.hxx" #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/XEventListener.hpp> diff --git a/filter/source/config/cache/configflush.cxx b/filter/source/config/cache/configflush.cxx index b1c5027e392c..d8ef4321463a 100644 --- a/filter/source/config/cache/configflush.cxx +++ b/filter/source/config/cache/configflush.cxx @@ -30,8 +30,6 @@ #include "configflush.hxx" #include "constant.hxx" -//_______________________________________________ -// includes #include <osl/diagnose.h> //_______________________________________________ diff --git a/filter/source/config/cache/configflush.hxx b/filter/source/config/cache/configflush.hxx index 5c75476ab24e..8bbe26619b5d 100644 --- a/filter/source/config/cache/configflush.hxx +++ b/filter/source/config/cache/configflush.hxx @@ -19,9 +19,6 @@ #ifndef __FILTER_CONFIG_CONFIGFLUSH_HXX_ #define __FILTER_CONFIG_CONFIGFLUSH_HXX_ -//_______________________________________________ -// includes - #include "cacheitem.hxx" #include <com/sun/star/util/XRefreshable.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> diff --git a/filter/source/config/cache/contenthandlerfactory.cxx b/filter/source/config/cache/contenthandlerfactory.cxx index d28d3254fc0c..2aa7fcd50a16 100644 --- a/filter/source/config/cache/contenthandlerfactory.cxx +++ b/filter/source/config/cache/contenthandlerfactory.cxx @@ -33,8 +33,6 @@ #include "constant.hxx" #include "versions.hxx" -//_______________________________________________ -// includes #include <com/sun/star/lang/XInitialization.hpp> #include <comphelper/enumhelper.hxx> diff --git a/filter/source/config/cache/contenthandlerfactory.hxx b/filter/source/config/cache/contenthandlerfactory.hxx index c54321e0bf71..891bb61ae2e5 100644 --- a/filter/source/config/cache/contenthandlerfactory.hxx +++ b/filter/source/config/cache/contenthandlerfactory.hxx @@ -20,9 +20,6 @@ #ifndef __FILTER_CONFIG_CONTENTHANDLERFACTORY_HXX_ #define __FILTER_CONFIG_CONTENTHANDLERFACTORY_HXX_ -//_______________________________________________ -// includes - #include "basecontainer.hxx" #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/XSingleServiceFactory.hpp> diff --git a/filter/source/config/cache/filtercache.cxx b/filter/source/config/cache/filtercache.cxx index 59eb94d57beb..bbb879e5d239 100644 --- a/filter/source/config/cache/filtercache.cxx +++ b/filter/source/config/cache/filtercache.cxx @@ -37,8 +37,6 @@ #define AS_ENABLE_FILTER_UINAMES #define WORKAROUND_EXCEPTION_PROBLEM -//_______________________________________________ -// includes #include <com/sun/star/configuration/theDefaultProvider.hpp> #include <com/sun/star/util/XChangesBatch.hpp> #include <com/sun/star/container/XHierarchicalNameAccess.hpp> diff --git a/filter/source/config/cache/filtercache.hxx b/filter/source/config/cache/filtercache.hxx index d83036135f58..11b2265c8e38 100644 --- a/filter/source/config/cache/filtercache.hxx +++ b/filter/source/config/cache/filtercache.hxx @@ -29,9 +29,6 @@ #ifndef __FILTER_CONFIG_FILTERCACHE_HXX_ #define __FILTER_CONFIG_FILTERCACHE_HXX_ -//_______________________________________________ -// includes - #include "cacheitem.hxx" #include <com/sun/star/uno/Exception.hpp> #include <com/sun/star/util/URL.hpp> diff --git a/filter/source/config/cache/filterfactory.cxx b/filter/source/config/cache/filterfactory.cxx index 30c25d642145..bcd0a70dbdf2 100644 --- a/filter/source/config/cache/filterfactory.cxx +++ b/filter/source/config/cache/filterfactory.cxx @@ -32,8 +32,6 @@ #include "constant.hxx" #include "versions.hxx" -//_______________________________________________ -// includes #include <com/sun/star/lang/XInitialization.hpp> #include <comphelper/enumhelper.hxx> #include <comphelper/configurationhelper.hxx> diff --git a/filter/source/config/cache/filterfactory.hxx b/filter/source/config/cache/filterfactory.hxx index f9c72b13aa2c..7dd9f34629b6 100644 --- a/filter/source/config/cache/filterfactory.hxx +++ b/filter/source/config/cache/filterfactory.hxx @@ -20,9 +20,6 @@ #ifndef __FILTER_CONFIG_FILTERFACTORY_HXX_ #define __FILTER_CONFIG_FILTERFACTORY_HXX_ -//_______________________________________________ -// includes - #include "basecontainer.hxx" #include "querytokenizer.hxx" #include <com/sun/star/lang/XMultiServiceFactory.hpp> diff --git a/filter/source/config/cache/frameloaderfactory.cxx b/filter/source/config/cache/frameloaderfactory.cxx index 3eb99bbfd4ed..38f15cec445c 100644 --- a/filter/source/config/cache/frameloaderfactory.cxx +++ b/filter/source/config/cache/frameloaderfactory.cxx @@ -32,8 +32,6 @@ #include "constant.hxx" #include "versions.hxx" -//_______________________________________________ -// includes #include <com/sun/star/lang/XInitialization.hpp> #include <comphelper/enumhelper.hxx> diff --git a/filter/source/config/cache/frameloaderfactory.hxx b/filter/source/config/cache/frameloaderfactory.hxx index eb5e62b2b269..391ad347e37a 100644 --- a/filter/source/config/cache/frameloaderfactory.hxx +++ b/filter/source/config/cache/frameloaderfactory.hxx @@ -20,9 +20,6 @@ #ifndef __FILTER_CONFIG_FRAMELOADERFACTORY_HXX_ #define __FILTER_CONFIG_FRAMELOADERFACTORY_HXX_ -//_______________________________________________ -// includes - #include "basecontainer.hxx" #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/XSingleServiceFactory.hpp> diff --git a/filter/source/config/cache/lateinitlistener.hxx b/filter/source/config/cache/lateinitlistener.hxx index f856b424cbe0..22c5a1c255a4 100644 --- a/filter/source/config/cache/lateinitlistener.hxx +++ b/filter/source/config/cache/lateinitlistener.hxx @@ -20,9 +20,6 @@ #ifndef __FILTER_CONFIG_LATEINITLISTENER_HXX_ #define __FILTER_CONFIG_LATEINITLISTENER_HXX_ -//_______________________________________________ -// includes - #include "cacheitem.hxx" #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/XEventListener.hpp> diff --git a/filter/source/config/cache/querytokenizer.cxx b/filter/source/config/cache/querytokenizer.cxx index 273b4d425652..86839a3892c8 100644 --- a/filter/source/config/cache/querytokenizer.cxx +++ b/filter/source/config/cache/querytokenizer.cxx @@ -29,10 +29,6 @@ #include "querytokenizer.hxx" -//_______________________________________________ -// includes - -//_______________________________________________ // namespace namespace filter{ diff --git a/filter/source/config/cache/querytokenizer.hxx b/filter/source/config/cache/querytokenizer.hxx index c3cbbdb58b05..ee8d7ad0be30 100644 --- a/filter/source/config/cache/querytokenizer.hxx +++ b/filter/source/config/cache/querytokenizer.hxx @@ -29,9 +29,6 @@ #ifndef _FILTER_CONFIG_QUERYTOKENIZER_HXX_ #define _FILTER_CONFIG_QUERYTOKENIZER_HXX_ -//_______________________________________________ -// includes - #include <boost/unordered_map.hpp> #include <rtl/ustring.hxx> diff --git a/filter/source/config/cache/typedetection.cxx b/filter/source/config/cache/typedetection.cxx index 8e3747cb7aa6..aa22089539fc 100644 --- a/filter/source/config/cache/typedetection.cxx +++ b/filter/source/config/cache/typedetection.cxx @@ -29,8 +29,6 @@ #include "typedetection.hxx" #include "constant.hxx" -//_______________________________________________ -// includes #include <com/sun/star/document/XExtendedFilterDetection.hpp> #include <com/sun/star/util/URLTransformer.hpp> #include <com/sun/star/util/XURLTransformer.hpp> diff --git a/filter/source/config/cache/typedetection.hxx b/filter/source/config/cache/typedetection.hxx index c55d0c42b930..ad0ef61906bb 100644 --- a/filter/source/config/cache/typedetection.hxx +++ b/filter/source/config/cache/typedetection.hxx @@ -28,9 +28,6 @@ #ifndef __FILTER_CONFIG_TYPEDETECTION_HXX_ #define __FILTER_CONFIG_TYPEDETECTION_HXX_ -//_______________________________________________ -// includes - #include "basecontainer.hxx" #include <com/sun/star/document/XTypeDetection.hpp> #include <com/sun/star/lang/XSingleServiceFactory.hpp> diff --git a/forms/source/xforms/binding.hxx b/forms/source/xforms/binding.hxx index 8ce67e4df169..3ef7791778ac 100644 --- a/forms/source/xforms/binding.hxx +++ b/forms/source/xforms/binding.hxx @@ -51,7 +51,6 @@ namespace com { namespace sun { namespace star { namespace xsd { class XDataType; } } } } -// includes for parent classes #include <cppuhelper/implbase8.hxx> #include <propertysetbase.hxx> #include <com/sun/star/form/binding/XValueBinding.hpp> @@ -63,7 +62,6 @@ namespace com { namespace sun { namespace star { #include <com/sun/star/lang/XUnoTunnel.hpp> #include <com/sun/star/util/XCloneable.hpp> -// includes for member variables #include "pathexpression.hxx" #include "boolexpression.hxx" #include "mip.hxx" diff --git a/forms/source/xforms/boolexpression.hxx b/forms/source/xforms/boolexpression.hxx index fdadc44b0119..f9bff076a5ae 100644 --- a/forms/source/xforms/boolexpression.hxx +++ b/forms/source/xforms/boolexpression.hxx @@ -20,7 +20,6 @@ #ifndef _BOOLEXPRESSION_HXX #define _BOOLEXPRESSION_HXX -// include for parent class #include "computedexpression.hxx" namespace xforms diff --git a/forms/source/xforms/computedexpression.hxx b/forms/source/xforms/computedexpression.hxx index 528bda5e457f..6a0adb4b0a62 100644 --- a/forms/source/xforms/computedexpression.hxx +++ b/forms/source/xforms/computedexpression.hxx @@ -29,8 +29,6 @@ #ifndef _COMPUTEDEXPRESSION_HXX #define _COMPUTEDEXPRESSION_HXX - -// includes for member variables #include <rtl/ustring.hxx> #include <com/sun/star/uno/Reference.hxx> diff --git a/forms/source/xforms/model.hxx b/forms/source/xforms/model.hxx index 30fd2855fc08..609e6c296536 100644 --- a/forms/source/xforms/model.hxx +++ b/forms/source/xforms/model.hxx @@ -29,8 +29,6 @@ #ifndef _MODEL_HXX #define _MODEL_HXX - -// include for parent class(es) #include <cppuhelper/implbase4.hxx> #include <propertysetbase.hxx> #include <com/sun/star/xforms/XModel.hpp> @@ -38,8 +36,6 @@ #include <com/sun/star/util/XUpdatable.hpp> #include <com/sun/star/lang/XUnoTunnel.hpp> - -// includes for member variables #include <com/sun/star/uno/Reference.hxx> #include <map> diff --git a/forms/source/xforms/pathexpression.hxx b/forms/source/xforms/pathexpression.hxx index ce7b12821b25..ddfc5362b030 100644 --- a/forms/source/xforms/pathexpression.hxx +++ b/forms/source/xforms/pathexpression.hxx @@ -20,11 +20,8 @@ #ifndef _PATHEXPRESSION_HXX #define _PATHEXPRESSION_HXX - -// include for parent class #include "computedexpression.hxx" -// includes for member variables #include <vector> // forward declaractions diff --git a/forms/source/xforms/propertysetbase.hxx b/forms/source/xforms/propertysetbase.hxx index eb2b9e613741..0c16b82b79ad 100644 --- a/forms/source/xforms/propertysetbase.hxx +++ b/forms/source/xforms/propertysetbase.hxx @@ -28,8 +28,6 @@ #ifndef _PROPERTYSETBASE_HXX #define _PROPERTYSETBASE_HXX - -// include for parent class #include <cppuhelper/weak.hxx> #include <com/sun/star/lang/XTypeProvider.hpp> #include <comphelper/propstate.hxx> diff --git a/forms/source/xforms/submission.hxx b/forms/source/xforms/submission.hxx index 15c89d2be1dd..3a94aa98fff7 100644 --- a/forms/source/xforms/submission.hxx +++ b/forms/source/xforms/submission.hxx @@ -20,8 +20,6 @@ #ifndef _SUBMISSION_HXX #define _SUBMISSION_HXX - -// includes for parent classes #include <cppuhelper/implbase2.hxx> #include <propertysetbase.hxx> #include <com/sun/star/util/XModifyBroadcaster.hpp> @@ -34,7 +32,6 @@ #include <com/sun/star/xml/xpath/XXPathObject.hpp> #include <com/sun/star/xforms/XSubmission.hpp> -// includes for member variables #include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/uno/Sequence.hxx> #include <computedexpression.hxx> diff --git a/fpicker/source/aqua/SalAquaFilePicker.hxx b/fpicker/source/aqua/SalAquaFilePicker.hxx index 75ab873ecbee..63fcb86ffc19 100644 --- a/fpicker/source/aqua/SalAquaFilePicker.hxx +++ b/fpicker/source/aqua/SalAquaFilePicker.hxx @@ -20,10 +20,6 @@ #ifndef _SALAQUAFILEPICKER_HXX_ #define _SALAQUAFILEPICKER_HXX_ -//_______________________________________________________________________________________________________________________ -// includes of other projects -//_______________________________________________________________________________________________________________________ - #include <cppuhelper/compbase8.hxx> #include <com/sun/star/util/XCancellable.hpp> #include <com/sun/star/lang/XInitialization.hpp> diff --git a/fpicker/source/aqua/SalAquaFilePicker.mm b/fpicker/source/aqua/SalAquaFilePicker.mm index 66c35369e8d9..fc7562b7d3c9 100644 --- a/fpicker/source/aqua/SalAquaFilePicker.mm +++ b/fpicker/source/aqua/SalAquaFilePicker.mm @@ -17,10 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #include <com/sun/star/lang/DisposedException.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/ui/dialogs/ExecutableDialogResults.hpp> diff --git a/fpicker/source/aqua/SalAquaFolderPicker.hxx b/fpicker/source/aqua/SalAquaFolderPicker.hxx index aa478c5e6711..f66d88dfc981 100644 --- a/fpicker/source/aqua/SalAquaFolderPicker.hxx +++ b/fpicker/source/aqua/SalAquaFolderPicker.hxx @@ -20,10 +20,6 @@ #ifndef _SALAQUAFOLDERPICKER_HXX_ #define _SALAQUAFOLDERPICKER_HXX_ -//_______________________________________________________________________________________________________________________ -// includes of other projects -//_______________________________________________________________________________________________________________________ - #include <cppuhelper/implbase4.hxx> #include <com/sun/star/util/XCancellable.hpp> #include <com/sun/star/lang/XEventListener.hpp> diff --git a/fpicker/source/aqua/SalAquaFolderPicker.mm b/fpicker/source/aqua/SalAquaFolderPicker.mm index 5cd380d2bfa0..6496e12d2673 100644 --- a/fpicker/source/aqua/SalAquaFolderPicker.mm +++ b/fpicker/source/aqua/SalAquaFolderPicker.mm @@ -17,10 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #include <com/sun/star/lang/DisposedException.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/ui/dialogs/ExecutableDialogResults.hpp> diff --git a/fpicker/source/aqua/SalAquaPicker.hxx b/fpicker/source/aqua/SalAquaPicker.hxx index 319001b6ff5a..72425f2b8b0d 100644 --- a/fpicker/source/aqua/SalAquaPicker.hxx +++ b/fpicker/source/aqua/SalAquaPicker.hxx @@ -20,10 +20,6 @@ #ifndef _SALAQUAFPICKER_HXX_ #define _SALAQUAFPICKER_HXX_ -//_____________________________________________________________________________ -// includes of other projects -//_____________________________________________________________________________ - #include <osl/mutex.hxx> #include <rtl/ustring.hxx> diff --git a/fpicker/source/aqua/SalAquaPicker.mm b/fpicker/source/aqua/SalAquaPicker.mm index d2825d6de22f..9fdc8486a38f 100644 --- a/fpicker/source/aqua/SalAquaPicker.mm +++ b/fpicker/source/aqua/SalAquaPicker.mm @@ -17,10 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #include <com/sun/star/lang/DisposedException.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <cppuhelper/interfacecontainer.h> diff --git a/fpicker/source/aqua/resourceprovider.hxx b/fpicker/source/aqua/resourceprovider.hxx index 8172f9cf6fc5..4fdb6adc1256 100644 --- a/fpicker/source/aqua/resourceprovider.hxx +++ b/fpicker/source/aqua/resourceprovider.hxx @@ -21,10 +21,6 @@ #ifndef _RESOURCEPROVIDER_HXX_ #define _RESOURCEPROVIDER_HXX_ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #include <sal/types.h> #include <premac.h> diff --git a/fpicker/source/aqua/resourceprovider.mm b/fpicker/source/aqua/resourceprovider.mm index bf585b9b1392..f0a1df8fef78 100644 --- a/fpicker/source/aqua/resourceprovider.mm +++ b/fpicker/source/aqua/resourceprovider.mm @@ -17,10 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #include <osl/diagnose.h> #include <rtl/ustrbuf.hxx> #include <osl/mutex.hxx> diff --git a/fpicker/source/office/iodlg.src b/fpicker/source/office/iodlg.src index 64f5d3af5c08..f795421f0ea6 100644 --- a/fpicker/source/office/iodlg.src +++ b/fpicker/source/office/iodlg.src @@ -16,7 +16,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - // includes ****************************************************************** #include "svtools/helpid.hrc" #include "svtools/svtools.hrc" #include "iodlg.hrc" diff --git a/fpicker/source/win32/filepicker/FPentry.cxx b/fpicker/source/win32/filepicker/FPentry.cxx index 69b18c224388..532edcfbf086 100644 --- a/fpicker/source/win32/filepicker/FPentry.cxx +++ b/fpicker/source/win32/filepicker/FPentry.cxx @@ -17,10 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - -//---------------------------------------------- -// includes of other projects -//---------------------------------------------- #include <cppuhelper/factory.hxx> #include <com/sun/star/container/XSet.hpp> #include <osl/diagnose.h> diff --git a/fpicker/source/win32/filepicker/FileOpenDlg.cxx b/fpicker/source/win32/filepicker/FileOpenDlg.cxx index 8215818733ed..6397a2561274 100644 --- a/fpicker/source/win32/filepicker/FileOpenDlg.cxx +++ b/fpicker/source/win32/filepicker/FileOpenDlg.cxx @@ -22,11 +22,6 @@ #endif #define _WIN32_WINNT 0x0500 - -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #include <tchar.h> #include <osl/diagnose.h> #include "../misc/WinImplHelper.hxx" diff --git a/fpicker/source/win32/filepicker/FileOpenDlg.hxx b/fpicker/source/win32/filepicker/FileOpenDlg.hxx index d3c812a8e27f..bd335b73ccd1 100644 --- a/fpicker/source/win32/filepicker/FileOpenDlg.hxx +++ b/fpicker/source/win32/filepicker/FileOpenDlg.hxx @@ -20,10 +20,6 @@ #ifndef _FILEOPENDLG_HXX_ #define _FILEOPENDLG_HXX_ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #include <sal/types.h> #include <rtl/ustring.hxx> diff --git a/fpicker/source/win32/filepicker/FilePicker.cxx b/fpicker/source/win32/filepicker/FilePicker.cxx index 2b87f3a0f5c5..f7828100f761 100644 --- a/fpicker/source/win32/filepicker/FilePicker.cxx +++ b/fpicker/source/win32/filepicker/FilePicker.cxx @@ -17,11 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #include <tchar.h> #include <com/sun/star/lang/DisposedException.hpp> #include <cppuhelper/interfacecontainer.h> diff --git a/fpicker/source/win32/filepicker/FilePicker.hxx b/fpicker/source/win32/filepicker/FilePicker.hxx index 363aacc4565b..4e84d4821277 100644 --- a/fpicker/source/win32/filepicker/FilePicker.hxx +++ b/fpicker/source/win32/filepicker/FilePicker.hxx @@ -20,11 +20,6 @@ #ifndef _FILEPICKER_HXX_ #define _FILEPICKER_HXX_ -//_______________________________________________________________________________________________________________________ -// includes of other projects -//_______________________________________________________________________________________________________________________ - - #include <cppuhelper/compbase10.hxx> #include <osl/mutex.hxx> #include <com/sun/star/lang/XInitialization.hpp> diff --git a/fpicker/source/win32/filepicker/IVistaFilePickerInternalNotify.hxx b/fpicker/source/win32/filepicker/IVistaFilePickerInternalNotify.hxx index 5af47b0262eb..98724d45fa19 100644 --- a/fpicker/source/win32/filepicker/IVistaFilePickerInternalNotify.hxx +++ b/fpicker/source/win32/filepicker/IVistaFilePickerInternalNotify.hxx @@ -20,10 +20,6 @@ #ifndef FPICKER_WIN32_VISTA_FILEPICKER_INTERNALNOTIFY_HXX #define FPICKER_WIN32_VISTA_FILEPICKER_INTERNALNOTIFY_HXX -//----------------------------------------------------------------------------- -// includes -//----------------------------------------------------------------------------- - #include "comptr.hxx" #include "vistatypes.h" diff --git a/fpicker/source/win32/filepicker/PreviewCtrl.cxx b/fpicker/source/win32/filepicker/PreviewCtrl.cxx index 6983bd1c9f29..c09c13c14c74 100644 --- a/fpicker/source/win32/filepicker/PreviewCtrl.cxx +++ b/fpicker/source/win32/filepicker/PreviewCtrl.cxx @@ -17,11 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #include <tchar.h> #include "PreviewCtrl.hxx" #include <osl/diagnose.h> diff --git a/fpicker/source/win32/filepicker/PreviewCtrl.hxx b/fpicker/source/win32/filepicker/PreviewCtrl.hxx index 6a6be5b316c6..d543bb07971d 100644 --- a/fpicker/source/win32/filepicker/PreviewCtrl.hxx +++ b/fpicker/source/win32/filepicker/PreviewCtrl.hxx @@ -20,10 +20,6 @@ #ifndef _PREVIEWCTRL_HXX_ #define _PREVIEWCTRL_HXX_ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #include <sal/types.h> #include <rtl/ustring.hxx> diff --git a/fpicker/source/win32/filepicker/VistaFilePicker.cxx b/fpicker/source/win32/filepicker/VistaFilePicker.cxx index a0013a3d7a9f..aeec19768bea 100644 --- a/fpicker/source/win32/filepicker/VistaFilePicker.cxx +++ b/fpicker/source/win32/filepicker/VistaFilePicker.cxx @@ -17,11 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #ifdef _MSC_VER #pragma warning (disable:4917) #endif diff --git a/fpicker/source/win32/filepicker/VistaFilePicker.hxx b/fpicker/source/win32/filepicker/VistaFilePicker.hxx index 94befc920eb1..206dbdc2dd2a 100644 --- a/fpicker/source/win32/filepicker/VistaFilePicker.hxx +++ b/fpicker/source/win32/filepicker/VistaFilePicker.hxx @@ -20,10 +20,6 @@ #ifndef FPICKER_WIN32_VISTA_FILEPICKER_HXX #define FPICKER_WIN32_VISTA_FILEPICKER_HXX -//----------------------------------------------------------------------------- -// includes -//----------------------------------------------------------------------------- - #include "asyncrequests.hxx" #include "VistaFilePickerImpl.hxx" #include "VistaFilePickerEventHandler.hxx" diff --git a/fpicker/source/win32/filepicker/VistaFilePickerEventHandler.hxx b/fpicker/source/win32/filepicker/VistaFilePickerEventHandler.hxx index e3ca2bbcb2d4..eaf4f949ff79 100644 --- a/fpicker/source/win32/filepicker/VistaFilePickerEventHandler.hxx +++ b/fpicker/source/win32/filepicker/VistaFilePickerEventHandler.hxx @@ -20,10 +20,6 @@ #ifndef FPICKER_WIN32_VISTA_FILEPICKER_EVENTHANDLER_HXX #define FPICKER_WIN32_VISTA_FILEPICKER_EVENTHANDLER_HXX -//----------------------------------------------------------------------------- -// includes -//----------------------------------------------------------------------------- - #if defined(_MSC_VER) && (_MSC_VER >= 1400) #pragma warning( disable : 4917 ) #endif diff --git a/fpicker/source/win32/filepicker/VistaFilePickerImpl.cxx b/fpicker/source/win32/filepicker/VistaFilePickerImpl.cxx index eb390928e61c..faf010bbc967 100644 --- a/fpicker/source/win32/filepicker/VistaFilePickerImpl.cxx +++ b/fpicker/source/win32/filepicker/VistaFilePickerImpl.cxx @@ -17,10 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -//----------------------------------------------------------------------------- -// includes -//----------------------------------------------------------------------------- - #include "VistaFilePickerImpl.hxx" // Without IFileDialogCustomize we can't do much diff --git a/fpicker/source/win32/filepicker/VistaFilePickerImpl.hxx b/fpicker/source/win32/filepicker/VistaFilePickerImpl.hxx index 1d5dc4f11793..1d5ef1a4e559 100644 --- a/fpicker/source/win32/filepicker/VistaFilePickerImpl.hxx +++ b/fpicker/source/win32/filepicker/VistaFilePickerImpl.hxx @@ -20,10 +20,6 @@ #ifndef FPICKER_WIN32_VISTA_FILEPICKERIMPL_HXX #define FPICKER_WIN32_VISTA_FILEPICKERIMPL_HXX -//----------------------------------------------------------------------------- -// includes -//----------------------------------------------------------------------------- - #if defined(_MSC_VER) && (_MSC_VER >= 1400) #pragma warning( disable : 4917 ) #endif diff --git a/fpicker/source/win32/filepicker/WinFileOpenImpl.cxx b/fpicker/source/win32/filepicker/WinFileOpenImpl.cxx index a0c7d2476832..b8361f1fb1a7 100644 --- a/fpicker/source/win32/filepicker/WinFileOpenImpl.cxx +++ b/fpicker/source/win32/filepicker/WinFileOpenImpl.cxx @@ -17,11 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #include "shared.hxx" #include "WinFileOpenImpl.hxx" #include <osl/diagnose.h> diff --git a/fpicker/source/win32/filepicker/WinFileOpenImpl.hxx b/fpicker/source/win32/filepicker/WinFileOpenImpl.hxx index 641e79076e62..c3d7a0bdcfe3 100644 --- a/fpicker/source/win32/filepicker/WinFileOpenImpl.hxx +++ b/fpicker/source/win32/filepicker/WinFileOpenImpl.hxx @@ -21,10 +21,6 @@ #ifndef _WINFILEOPENIMPL_HXX_ #define _WINFILEOPENIMPL_HXX_ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #include <com/sun/star/ui/dialogs/XFilePickerControlAccess.hpp> #include <com/sun/star/ui/dialogs/FilePickerEvent.hpp> #include <com/sun/star/ui/dialogs/XFilterGroupManager.hpp> diff --git a/fpicker/source/win32/filepicker/asynceventnotifier.cxx b/fpicker/source/win32/filepicker/asynceventnotifier.cxx index 69a2ba72130e..035e29915593 100644 --- a/fpicker/source/win32/filepicker/asynceventnotifier.cxx +++ b/fpicker/source/win32/filepicker/asynceventnotifier.cxx @@ -17,10 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ #include <osl/diagnose.h> #include "asynceventnotifier.hxx" #include <com/sun/star/uno/RuntimeException.hpp> diff --git a/fpicker/source/win32/filepicker/asynceventnotifier.hxx b/fpicker/source/win32/filepicker/asynceventnotifier.hxx index 62f1f3780e2a..a15bcfdf0282 100644 --- a/fpicker/source/win32/filepicker/asynceventnotifier.hxx +++ b/fpicker/source/win32/filepicker/asynceventnotifier.hxx @@ -20,10 +20,6 @@ #ifndef _ASYNCEVENTNOTIFIER_HXX_ #define _ASYNCEVENTNOTIFIER_HXX_ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #include <osl/mutex.hxx> #include <osl/conditn.hxx> #include <cppuhelper/interfacecontainer.h> diff --git a/fpicker/source/win32/filepicker/asyncrequests.hxx b/fpicker/source/win32/filepicker/asyncrequests.hxx index 87923fca5c5a..50067779a17c 100644 --- a/fpicker/source/win32/filepicker/asyncrequests.hxx +++ b/fpicker/source/win32/filepicker/asyncrequests.hxx @@ -20,10 +20,6 @@ #ifndef FPICKER_WIN32_VISTA_ASYNCREQUESTS_HXX #define FPICKER_WIN32_VISTA_ASYNCREQUESTS_HXX -//----------------------------------------------------------------------------- -// includes -//----------------------------------------------------------------------------- - #include <cppuhelper/basemutex.hxx> #include <comphelper/sequenceashashmap.hxx> #include <osl/conditn.hxx> diff --git a/fpicker/source/win32/filepicker/controlaccess.cxx b/fpicker/source/win32/filepicker/controlaccess.cxx index 8cb1ec9b5919..e9e5bc289f6a 100644 --- a/fpicker/source/win32/filepicker/controlaccess.cxx +++ b/fpicker/source/win32/filepicker/controlaccess.cxx @@ -17,11 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #include <tchar.h> #include <sal/macros.h> #include <osl/diagnose.h> diff --git a/fpicker/source/win32/filepicker/controlaccess.hxx b/fpicker/source/win32/filepicker/controlaccess.hxx index 0cc5fe3c37b6..a0a47ee78b39 100644 --- a/fpicker/source/win32/filepicker/controlaccess.hxx +++ b/fpicker/source/win32/filepicker/controlaccess.hxx @@ -21,10 +21,6 @@ #ifndef _CONTROLACCESS_HXX_ #define _CONTROLACCESS_HXX_ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #include <sal/types.h> #include <rtl/ustring.hxx> diff --git a/fpicker/source/win32/filepicker/controlcommand.cxx b/fpicker/source/win32/filepicker/controlcommand.cxx index 0732be132edd..e68093d23723 100644 --- a/fpicker/source/win32/filepicker/controlcommand.cxx +++ b/fpicker/source/win32/filepicker/controlcommand.cxx @@ -17,10 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ #include "controlcommand.hxx" #include "controlcommandrequest.hxx" #include "controlcommandresult.hxx" diff --git a/fpicker/source/win32/filepicker/controlcommand.hxx b/fpicker/source/win32/filepicker/controlcommand.hxx index adfd3ff72995..2c7ae2fd2363 100644 --- a/fpicker/source/win32/filepicker/controlcommand.hxx +++ b/fpicker/source/win32/filepicker/controlcommand.hxx @@ -20,10 +20,6 @@ #ifndef _CONTROLCOMMAND_HXX_ #define _CONTROLCOMMAND_HXX_ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #include <sal/types.h> #include <com/sun/star/uno/Any.hxx> #include <rtl/ustring.hxx> diff --git a/fpicker/source/win32/filepicker/controlcommandrequest.hxx b/fpicker/source/win32/filepicker/controlcommandrequest.hxx index cc1eaa147bd4..4f53edd06fa3 100644 --- a/fpicker/source/win32/filepicker/controlcommandrequest.hxx +++ b/fpicker/source/win32/filepicker/controlcommandrequest.hxx @@ -20,10 +20,6 @@ #ifndef _CONTROLCOMMANDREQUEST_HXX_ #define _CONTROLCOMMANDREQUEST_HXX_ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #include <sal/types.h> //--------------------------------------------- diff --git a/fpicker/source/win32/filepicker/controlcommandresult.hxx b/fpicker/source/win32/filepicker/controlcommandresult.hxx index 94411e1930f4..983dd784cee3 100644 --- a/fpicker/source/win32/filepicker/controlcommandresult.hxx +++ b/fpicker/source/win32/filepicker/controlcommandresult.hxx @@ -20,10 +20,6 @@ #ifndef _CONTROLCOMMANDRESULT_HXX_ #define _CONTROLCOMMANDRESULT_HXX_ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #include <sal/types.h> #include <com/sun/star/uno/Any.hxx> #include <rtl/ustring.hxx> diff --git a/fpicker/source/win32/filepicker/dibpreview.cxx b/fpicker/source/win32/filepicker/dibpreview.cxx index abbdc98b94e7..fdaae96ee131 100644 --- a/fpicker/source/win32/filepicker/dibpreview.cxx +++ b/fpicker/source/win32/filepicker/dibpreview.cxx @@ -17,11 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #include <tchar.h> #include "dibpreview.hxx" #include <osl/diagnose.h> diff --git a/fpicker/source/win32/filepicker/dibpreview.hxx b/fpicker/source/win32/filepicker/dibpreview.hxx index 73be6a27b3af..e63a3c8ad392 100644 --- a/fpicker/source/win32/filepicker/dibpreview.hxx +++ b/fpicker/source/win32/filepicker/dibpreview.hxx @@ -20,10 +20,6 @@ #ifndef _DIBPREVIEW_HXX_ #define _DIBPREVIEW_HXX_ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #include "previewbase.hxx" #include <osl/mutex.hxx> diff --git a/fpicker/source/win32/filepicker/filepickerstate.cxx b/fpicker/source/win32/filepicker/filepickerstate.cxx index ff1fbcaa4336..f4cac5049e31 100644 --- a/fpicker/source/win32/filepicker/filepickerstate.cxx +++ b/fpicker/source/win32/filepicker/filepickerstate.cxx @@ -17,10 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ #include <boost/scoped_ptr.hpp> #include "filepickerstate.hxx" diff --git a/fpicker/source/win32/filepicker/filepickerstate.hxx b/fpicker/source/win32/filepicker/filepickerstate.hxx index 638be57fb6f9..5a250e2db4e0 100644 --- a/fpicker/source/win32/filepicker/filepickerstate.hxx +++ b/fpicker/source/win32/filepicker/filepickerstate.hxx @@ -20,10 +20,6 @@ #ifndef _FILEPICKERSTATE_HXX_ #define _FILEPICKERSTATE_HXX_ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #include <sal/types.h> #include "controlcommand.hxx" #include <com/sun/star/uno/Any.hxx> diff --git a/fpicker/source/win32/filepicker/getfilenamewrapper.cxx b/fpicker/source/win32/filepicker/getfilenamewrapper.cxx index 5dc2d9c851a2..4a8eb9e8bfca 100644 --- a/fpicker/source/win32/filepicker/getfilenamewrapper.cxx +++ b/fpicker/source/win32/filepicker/getfilenamewrapper.cxx @@ -17,11 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #include <stdio.h> #include <osl/diagnose.h> #include "getfilenamewrapper.hxx" diff --git a/fpicker/source/win32/filepicker/getfilenamewrapper.hxx b/fpicker/source/win32/filepicker/getfilenamewrapper.hxx index 19c5e72950ff..2ec0e4da597b 100644 --- a/fpicker/source/win32/filepicker/getfilenamewrapper.hxx +++ b/fpicker/source/win32/filepicker/getfilenamewrapper.hxx @@ -20,10 +20,6 @@ #ifndef _GETFILENAMEWRAPPER_HXX_ #define _GETFILENAMEWRAPPER_HXX_ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #include <sal/types.h> #define WIN32_LEAN_AND_MEAN diff --git a/fpicker/source/win32/filepicker/helppopupwindow.cxx b/fpicker/source/win32/filepicker/helppopupwindow.cxx index 4bf12e2ff4f7..af7449d9e1e0 100644 --- a/fpicker/source/win32/filepicker/helppopupwindow.cxx +++ b/fpicker/source/win32/filepicker/helppopupwindow.cxx @@ -17,11 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #include <tchar.h> #include "helppopupwindow.hxx" #include <osl/diagnose.h> diff --git a/fpicker/source/win32/filepicker/helppopupwindow.hxx b/fpicker/source/win32/filepicker/helppopupwindow.hxx index 77317d26627b..3e565c2f59cc 100644 --- a/fpicker/source/win32/filepicker/helppopupwindow.hxx +++ b/fpicker/source/win32/filepicker/helppopupwindow.hxx @@ -20,10 +20,6 @@ #ifndef _HELPPOPUPWINDOW_HXX_ #define _HELPPOPUPWINDOW_HXX_ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #include <sal/types.h> #include <rtl/ustring.hxx> #include <osl/mutex.hxx> diff --git a/fpicker/source/win32/filepicker/vistatypes.h b/fpicker/source/win32/filepicker/vistatypes.h index 6fc832bfa975..97cff510f34b 100644 --- a/fpicker/source/win32/filepicker/vistatypes.h +++ b/fpicker/source/win32/filepicker/vistatypes.h @@ -20,10 +20,6 @@ #ifndef FPICKER_WIN32_VISTA_TYPES_HXX #define FPICKER_WIN32_VISTA_TYPES_HXX -//----------------------------------------------------------------------------- -// includes -//----------------------------------------------------------------------------- - #include "comptr.hxx" #include <shobjidl.h> diff --git a/fpicker/source/win32/filepicker/workbench/Test_fps.cxx b/fpicker/source/win32/filepicker/workbench/Test_fps.cxx index f1df053c9c0a..7a3eca82f13d 100644 --- a/fpicker/source/win32/filepicker/workbench/Test_fps.cxx +++ b/fpicker/source/win32/filepicker/workbench/Test_fps.cxx @@ -17,18 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - - -//_________________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________________ #include <com/sun/star/lang/XComponent.hpp> #include <com/sun/star/registry/XSimpleRegistry.hpp> #include <osl/file.hxx> -//_________________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________________ #include <cppuhelper/servicefactory.hxx> #include <rtl/ustring.hxx> #include <sal/types.h> diff --git a/fpicker/source/win32/folderpicker/FOPServiceInfo.hxx b/fpicker/source/win32/folderpicker/FOPServiceInfo.hxx index 501ca591442e..42ae1d225132 100644 --- a/fpicker/source/win32/folderpicker/FOPServiceInfo.hxx +++ b/fpicker/source/win32/folderpicker/FOPServiceInfo.hxx @@ -22,10 +22,6 @@ #define _FOPSERVICEINFO_HXX_ //------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - -//------------------------------------------------------------------------ // defines //------------------------------------------------------------------------ diff --git a/fpicker/source/win32/folderpicker/FolderPicker.cxx b/fpicker/source/win32/folderpicker/FolderPicker.cxx index a0cf667c8903..a7e8f90a5369 100644 --- a/fpicker/source/win32/folderpicker/FolderPicker.cxx +++ b/fpicker/source/win32/folderpicker/FolderPicker.cxx @@ -17,10 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ #include <osl/diagnose.h> #include "FolderPicker.hxx" diff --git a/fpicker/source/win32/folderpicker/FolderPicker.hxx b/fpicker/source/win32/folderpicker/FolderPicker.hxx index 9b5acc4c9c42..a795f5fbfd71 100644 --- a/fpicker/source/win32/folderpicker/FolderPicker.hxx +++ b/fpicker/source/win32/folderpicker/FolderPicker.hxx @@ -20,10 +20,6 @@ #ifndef _FOLDERPICKER_HXX_ #define _FOLDERPICKER_HXX_ -//--------------------------------------------------------- -// includes of other projects -//--------------------------------------------------------- - #include <cppuhelper/implbase3.hxx> #include <osl/mutex.hxx> #include <com/sun/star/lang/XServiceInfo.hpp> diff --git a/fpicker/source/win32/folderpicker/WinFOPImpl.cxx b/fpicker/source/win32/folderpicker/WinFOPImpl.cxx index cf6d7980236f..1576eb1cbc8d 100644 --- a/fpicker/source/win32/folderpicker/WinFOPImpl.cxx +++ b/fpicker/source/win32/folderpicker/WinFOPImpl.cxx @@ -17,11 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #include "WinFOPImpl.hxx" #include <osl/diagnose.h> #include <com/sun/star/lang/EventObject.hpp> diff --git a/fpicker/source/win32/folderpicker/WinFOPImpl.hxx b/fpicker/source/win32/folderpicker/WinFOPImpl.hxx index 01baae54be6d..8d362b4abc81 100644 --- a/fpicker/source/win32/folderpicker/WinFOPImpl.hxx +++ b/fpicker/source/win32/folderpicker/WinFOPImpl.hxx @@ -21,11 +21,6 @@ #ifndef _WINFOPIMPL_HXX_ #define _WINFOPIMPL_HXX_ - -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #include <com/sun/star/lang/IllegalArgumentException.hpp> #include "MtaFop.hxx" diff --git a/fpicker/source/win32/folderpicker/workbench/Test_fops.cxx b/fpicker/source/win32/folderpicker/workbench/Test_fops.cxx index 667d2a443b10..50f3ce521dea 100644 --- a/fpicker/source/win32/folderpicker/workbench/Test_fops.cxx +++ b/fpicker/source/win32/folderpicker/workbench/Test_fops.cxx @@ -17,18 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - - -//----------------------------------------------------------- -// interface includes -//----------------------------------------------------------- #include <com/sun/star/lang/XComponent.hpp> #include <com/sun/star/registry/XSimpleRegistry.hpp> #include <osl/file.hxx> -//-------------------------------------------------------------- -// other includes -//-------------------------------------------------------------- #include <cppuhelper/servicefactory.hxx> #include <rtl/ustring.hxx> diff --git a/fpicker/source/win32/misc/AutoBuffer.cxx b/fpicker/source/win32/misc/AutoBuffer.cxx index 747f4214cc6f..43e4bceba3e1 100644 --- a/fpicker/source/win32/misc/AutoBuffer.cxx +++ b/fpicker/source/win32/misc/AutoBuffer.cxx @@ -17,10 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ #include "AutoBuffer.hxx" #include <osl/diagnose.h> diff --git a/fpicker/source/win32/misc/AutoBuffer.hxx b/fpicker/source/win32/misc/AutoBuffer.hxx index a4bfc6008f99..e11357db05ef 100644 --- a/fpicker/source/win32/misc/AutoBuffer.hxx +++ b/fpicker/source/win32/misc/AutoBuffer.hxx @@ -20,10 +20,6 @@ #ifndef _AUTO_BUFFER_HXX_ #define _AUTO_BUFFER_HXX_ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #include <sal/types.h> #include <rtl/ustring.hxx> diff --git a/fpicker/source/win32/misc/WinImplHelper.cxx b/fpicker/source/win32/misc/WinImplHelper.cxx index d42db7a86e33..93c9244227b5 100644 --- a/fpicker/source/win32/misc/WinImplHelper.cxx +++ b/fpicker/source/win32/misc/WinImplHelper.cxx @@ -17,10 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ #include <osl/diagnose.h> #include <rtl/ustrbuf.hxx> #include "AutoBuffer.hxx" diff --git a/fpicker/source/win32/misc/WinImplHelper.hxx b/fpicker/source/win32/misc/WinImplHelper.hxx index 27ca03ad6ea1..41557b24f2f7 100644 --- a/fpicker/source/win32/misc/WinImplHelper.hxx +++ b/fpicker/source/win32/misc/WinImplHelper.hxx @@ -21,10 +21,6 @@ #ifndef _WINIMPLHELPER_HXX_ #define _WINIMPLHELPER_HXX_ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #include <sal/types.h> #include <rtl/ustring.hxx> diff --git a/fpicker/source/win32/misc/resourceprovider.cxx b/fpicker/source/win32/misc/resourceprovider.cxx index 0581e65ae8d5..0fce57830ea5 100644 --- a/fpicker/source/win32/misc/resourceprovider.cxx +++ b/fpicker/source/win32/misc/resourceprovider.cxx @@ -17,10 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ #include <osl/diagnose.h> #include <rtl/ustrbuf.hxx> #include "resourceprovider.hxx" diff --git a/fpicker/source/win32/misc/resourceprovider.hxx b/fpicker/source/win32/misc/resourceprovider.hxx index 3356e53b7c2d..dbd1c2e84062 100644 --- a/fpicker/source/win32/misc/resourceprovider.hxx +++ b/fpicker/source/win32/misc/resourceprovider.hxx @@ -21,10 +21,6 @@ #ifndef _RESOURCEPROVIDER_HXX_ #define _RESOURCEPROVIDER_HXX_ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #include <sal/types.h> #include <rtl/ustring.hxx> diff --git a/fpicker/test/svdem.cxx b/fpicker/test/svdem.cxx index 04a0a53cf135..eea40b7d76cd 100644 --- a/fpicker/test/svdem.cxx +++ b/fpicker/test/svdem.cxx @@ -17,18 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - -//_________________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________________ - #include <com/sun/star/lang/XComponent.hpp> #include <com/sun/star/registry/XSimpleRegistry.hpp> #include <osl/file.hxx> -//_________________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________________ #include <cppuhelper/servicefactory.hxx> #ifndef _RTL_USTRING_ diff --git a/framework/inc/acceleratorconst.h b/framework/inc/acceleratorconst.h index cce8a9d1b507..ef52d0ca4577 100644 --- a/framework/inc/acceleratorconst.h +++ b/framework/inc/acceleratorconst.h @@ -20,16 +20,8 @@ #ifndef _FRAMEWORK_ACCELERATORCONST_H_ #define _FRAMEWORK_ACCELERATORCONST_H_ -//_______________________________________________ -// own includes - #include <general.h> -//_______________________________________________ -// interface includes - -//_______________________________________________ -// other includes namespace framework{ diff --git a/framework/inc/classes/checkediterator.hxx b/framework/inc/classes/checkediterator.hxx index 1948d1d118f2..8f9f062853e5 100644 --- a/framework/inc/classes/checkediterator.hxx +++ b/framework/inc/classes/checkediterator.hxx @@ -20,19 +20,8 @@ #ifndef __FRAMEWORK_CLASSES_CHECKEDITERATOR_HXX_ #define __FRAMEWORK_CLASSES_CHECKEDITERATOR_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <macros/debug.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ - -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <sal/types.h> #include <iterator> diff --git a/framework/inc/classes/converter.hxx b/framework/inc/classes/converter.hxx index 5e15a6525195..e3394c791809 100644 --- a/framework/inc/classes/converter.hxx +++ b/framework/inc/classes/converter.hxx @@ -29,20 +29,9 @@ #ifndef __FRAMEWORK_CLASSES_CONVERTER_HXX_ #define __FRAMEWORK_CLASSES_CONVERTER_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <general.h> #include <stdtypes.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ - -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/uno/Any.hxx> #include <com/sun/star/beans/PropertyValue.hpp> diff --git a/framework/inc/classes/droptargetlistener.hxx b/framework/inc/classes/droptargetlistener.hxx index 3a0ac10d50d0..620b76b7c762 100644 --- a/framework/inc/classes/droptargetlistener.hxx +++ b/framework/inc/classes/droptargetlistener.hxx @@ -20,23 +20,12 @@ #ifndef __FRAMEWORK_CLASSES_DROPTARGETLISTENER_HXX_ #define __FRAMEWORK_CLASSES_DROPTARGETLISTENER_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <threadhelp/threadhelpbase.hxx> #include <general.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ - #include <com/sun/star/datatransfer/dnd/XDropTargetListener.hpp> #include <com/sun/star/frame/XFrame.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ #include <cppuhelper/implbase1.hxx> #include <sot/exchange.hxx> diff --git a/framework/inc/classes/filtercache.hxx b/framework/inc/classes/filtercache.hxx index 9346cc00c821..8922cfb096d1 100644 --- a/framework/inc/classes/filtercache.hxx +++ b/framework/inc/classes/filtercache.hxx @@ -27,10 +27,6 @@ #ifndef __FRAMEWORK_CLASSES_FILTERCACHE_HXX_ #define __FRAMEWORK_CLASSES_FILTERCACHE_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <classes/filtercachedata.hxx> #include <threadhelp/threadhelpbase.hxx> @@ -38,9 +34,6 @@ #include <general.h> #include <queries.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/lang/XMultiServiceFactory.hpp> @@ -49,9 +42,6 @@ #include <com/sun/star/container/ElementExistException.hpp> #include <com/sun/star/container/NoSuchElementException.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <rtl/ustring.hxx> #ifdef ENABLE_GENERATEFILTERCACHE diff --git a/framework/inc/classes/filtercachedata.hxx b/framework/inc/classes/filtercachedata.hxx index 276d5da11f0f..437b509a7999 100644 --- a/framework/inc/classes/filtercachedata.hxx +++ b/framework/inc/classes/filtercachedata.hxx @@ -36,9 +36,6 @@ #include <vector> #include <iterator> -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <classes/checkediterator.hxx> #include <classes/wildcard.hxx> #include <classes/converter.hxx> @@ -47,9 +44,6 @@ #include <macros/debug.hxx> #include <general.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/uno/Any.hxx> #include <com/sun/star/uno/Reference.hxx> @@ -58,9 +52,6 @@ #include <com/sun/star/util/XChangesListener.hpp> #include <com/sun/star/util/XChangesNotifier.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <unotools/configitem.hxx> #include <cppuhelper/weak.hxx> #include <rtl/ustring.hxx> diff --git a/framework/inc/classes/framecontainer.hxx b/framework/inc/classes/framecontainer.hxx index 3271a456e1f5..66f25119d60c 100644 --- a/framework/inc/classes/framecontainer.hxx +++ b/framework/inc/classes/framecontainer.hxx @@ -36,25 +36,16 @@ #include <stdexcept> #include <algorithm> -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <threadhelp/threadhelpbase.hxx> #include <threadhelp/transactionbase.hxx> #include <macros/debug.hxx> #include <general.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/frame/XFrame.hpp> #include <com/sun/star/frame/XDesktop.hpp> #include <com/sun/star/uno/Reference.hxx> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <cppuhelper/weakref.hxx> #include <rtl/ustring.hxx> #include <vcl/evntpost.hxx> diff --git a/framework/inc/classes/menumanager.hxx b/framework/inc/classes/menumanager.hxx index 3ac4588879b4..aa7ae93a4af7 100644 --- a/framework/inc/classes/menumanager.hxx +++ b/framework/inc/classes/menumanager.hxx @@ -34,18 +34,12 @@ */ #include <vector> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/frame/XFrame.hpp> #include <com/sun/star/frame/XDispatch.hpp> #include <com/sun/star/frame/FeatureStateEvent.hpp> #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/util/XURLTransformer.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <rtl/ustring.hxx> #include <vcl/menu.hxx> #include <vcl/accel.hxx> diff --git a/framework/inc/classes/propertysethelper.hxx b/framework/inc/classes/propertysethelper.hxx index be7eb00642dd..a02113d0b95a 100644 --- a/framework/inc/classes/propertysethelper.hxx +++ b/framework/inc/classes/propertysethelper.hxx @@ -20,26 +20,18 @@ #ifndef __FRAMEWORK_CLASSES_PROPERTYSETHELPER_HXX_ #define __FRAMEWORK_CLASSES_PROPERTYSETHELPER_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes - #include <threadhelp/threadhelpbase.hxx> #include <threadhelp/transactionbase.hxx> #include <macros/debug.hxx> #include <general.h> #include <stdtypes.h> -//_________________________________________________________________________________________________________________ -// interface includes #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/beans/XPropertySetInfo.hpp> #include <com/sun/star/beans/PropertyExistException.hpp> #include <com/sun/star/beans/UnknownPropertyException.hpp> -//_________________________________________________________________________________________________________________ -// other includes - #include <cppuhelper/weakref.hxx> #include <fwidllapi.h> diff --git a/framework/inc/classes/protocolhandlercache.hxx b/framework/inc/classes/protocolhandlercache.hxx index f9f3be641008..4c008872f94b 100644 --- a/framework/inc/classes/protocolhandlercache.hxx +++ b/framework/inc/classes/protocolhandlercache.hxx @@ -29,23 +29,12 @@ #ifndef __FRAMEWORK_CLASSES_PROTOCOLHANDLERCACHE_HXX_ #define __FRAMEWORK_CLASSES_PROTOCOLHANDLERCACHE_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <general.h> #include <stdtypes.h> #include <macros/debug.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/util/URL.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ - #include <unotools/configitem.hxx> #include <rtl/ustring.hxx> #include <fwidllapi.h> diff --git a/framework/inc/classes/taskcreator.hxx b/framework/inc/classes/taskcreator.hxx index 36378c0e278e..f2c8ab43e60f 100644 --- a/framework/inc/classes/taskcreator.hxx +++ b/framework/inc/classes/taskcreator.hxx @@ -20,24 +20,14 @@ #ifndef __FRAMEWORK_CLASSES_TASKCREATOR_HXX_ #define __FRAMEWORK_CLASSES_TASKCREATOR_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <threadhelp/threadhelpbase.hxx> #include <macros/generic.hxx> #include <macros/debug.hxx> #include <general.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/frame/XFramesSupplier.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/uno/Reference.hxx> #include <rtl/ustring.hxx> diff --git a/framework/inc/classes/wildcard.hxx b/framework/inc/classes/wildcard.hxx index b64245a2bddb..5321aec959a6 100644 --- a/framework/inc/classes/wildcard.hxx +++ b/framework/inc/classes/wildcard.hxx @@ -20,19 +20,8 @@ #ifndef __FRAMEWORK_CLASSES_WILDCARD_HXX_ #define __FRAMEWORK_CLASSES_WILDCARD_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <macros/debug.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ - -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <rtl/ustring.hxx> //_________________________________________________________________________________________________________________ diff --git a/framework/inc/dispatch/closedispatcher.hxx b/framework/inc/dispatch/closedispatcher.hxx index c273274fd0aa..88a0ad3452f0 100644 --- a/framework/inc/dispatch/closedispatcher.hxx +++ b/framework/inc/dispatch/closedispatcher.hxx @@ -29,9 +29,6 @@ #ifndef __FRAMEWORK_DISPATCH_CLOSEDISPATCHER_HXX_ #define __FRAMEWORK_DISPATCH_CLOSEDISPATCHER_HXX_ -//_______________________________________________ -// my own includes - #include <threadhelp/threadhelpbase.hxx> #include <macros/xinterface.hxx> #include <macros/xtypeprovider.hxx> @@ -40,8 +37,6 @@ #include <stdtypes.h> #include <general.h> -//_______________________________________________ -// interface includes #include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/frame/XFrame.hpp> #include <com/sun/star/frame/XStatusListener.hpp> @@ -52,8 +47,6 @@ #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/frame/DispatchResultState.hpp> -//_______________________________________________ -// other includes #include <cppuhelper/weak.hxx> #include <vcl/evntpost.hxx> diff --git a/framework/inc/dispatch/dispatchinformationprovider.hxx b/framework/inc/dispatch/dispatchinformationprovider.hxx index 6fbf8c0bce76..64acfd1a79d3 100644 --- a/framework/inc/dispatch/dispatchinformationprovider.hxx +++ b/framework/inc/dispatch/dispatchinformationprovider.hxx @@ -20,26 +20,16 @@ #ifndef __FRAMEWORK_DISPATCH_DISPATCHINFORMATIONPROVIDER_HXX_ #define __FRAMEWORK_DISPATCH_DISPATCHINFORMATIONPROVIDER_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <threadhelp/threadhelpbase.hxx> #include <macros/generic.hxx> #include <macros/debug.hxx> #include <macros/xinterface.hxx> #include <general.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/frame/XFrame.hpp> #include <com/sun/star/frame/XDispatchInformationProvider.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <cppuhelper/weakref.hxx> #include <rtl/ustring.hxx> #include <cppuhelper/weak.hxx> diff --git a/framework/inc/dispatch/interceptionhelper.hxx b/framework/inc/dispatch/interceptionhelper.hxx index b783db5106ae..7d6056a86cf3 100644 --- a/framework/inc/dispatch/interceptionhelper.hxx +++ b/framework/inc/dispatch/interceptionhelper.hxx @@ -20,10 +20,6 @@ #ifndef __FRAMEWORK_HELPER_INTERCEPTIONHELPER_HXX_ #define __FRAMEWORK_HELPER_INTERCEPTIONHELPER_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <services/frame.hxx> #include <threadhelp/threadhelpbase.hxx> #include <macros/xinterface.hxx> @@ -31,9 +27,6 @@ #include <macros/debug.hxx> #include <general.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/frame/XDispatchProviderInterception.hpp> #include <com/sun/star/frame/XDispatchProviderInterceptor.hpp> @@ -42,9 +35,6 @@ #include <com/sun/star/frame/XFrame.hpp> #include <com/sun/star/frame/DispatchDescriptor.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <tools/wldcrd.hxx> #include <cppuhelper/weak.hxx> #include <cppuhelper/weakref.hxx> diff --git a/framework/inc/dispatch/mailtodispatcher.hxx b/framework/inc/dispatch/mailtodispatcher.hxx index c89b56cb855f..c06b31faae1a 100644 --- a/framework/inc/dispatch/mailtodispatcher.hxx +++ b/framework/inc/dispatch/mailtodispatcher.hxx @@ -29,10 +29,6 @@ #ifndef __FRAMEWORK_DISPATCH_MAILTODISPATCHER_HXX_ #define __FRAMEWORK_DISPATCH_MAILTODISPATCHER_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <macros/generic.hxx> #include <macros/xinterface.hxx> #include <macros/xtypeprovider.hxx> @@ -42,9 +38,6 @@ #include <general.h> #include <stdtypes.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/frame/XNotifyingDispatch.hpp> #include <com/sun/star/frame/XDispatch.hpp> @@ -53,9 +46,6 @@ #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/frame/XStatusListener.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <cppuhelper/weak.hxx> //_________________________________________________________________________________________________________________ diff --git a/framework/inc/dispatch/menudispatcher.hxx b/framework/inc/dispatch/menudispatcher.hxx index 43f32cedddb8..01d1e2d8372c 100644 --- a/framework/inc/dispatch/menudispatcher.hxx +++ b/framework/inc/dispatch/menudispatcher.hxx @@ -29,10 +29,6 @@ #ifndef __FRAMEWORK_DISPATCH_MENUDISPATCHER_HXX_ #define __FRAMEWORK_DISPATCH_MENUDISPATCHER_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <classes/taskcreator.hxx> #include <services/frame.hxx> #include <macros/generic.hxx> @@ -44,9 +40,6 @@ #include <general.h> #include <stdtypes.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/frame/XDispatch.hpp> #include <com/sun/star/util/URL.hpp> @@ -59,9 +52,6 @@ #include <com/sun/star/frame/FeatureStateEvent.hpp> #include <com/sun/star/frame/XFrameActionListener.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <cppuhelper/weak.hxx> #include <cppuhelper/weakref.hxx> #include <cppuhelper/interfacecontainer.h> diff --git a/framework/inc/dispatch/oxt_handler.hxx b/framework/inc/dispatch/oxt_handler.hxx index afb4ae114608..4659c564000e 100644 --- a/framework/inc/dispatch/oxt_handler.hxx +++ b/framework/inc/dispatch/oxt_handler.hxx @@ -20,9 +20,6 @@ #ifndef __FRAMEWORK_HANDLER_OXT_HANDLER_HXX_ #define __FRAMEWORK_HANDLER_OXT_HANDLER_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <threadhelp/threadhelpbase.hxx> #include <threadhelp/resetableguard.hxx> #include <macros/xinterface.hxx> @@ -33,9 +30,6 @@ #include <general.h> #include <stdtypes.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/frame/XNotifyingDispatch.hpp> @@ -45,9 +39,6 @@ #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/util/URL.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <cppuhelper/weak.hxx> //_________________________________________________________________________________________________________________ diff --git a/framework/inc/dispatch/popupmenudispatcher.hxx b/framework/inc/dispatch/popupmenudispatcher.hxx index 91f44142e2cc..23741dd78c0c 100644 --- a/framework/inc/dispatch/popupmenudispatcher.hxx +++ b/framework/inc/dispatch/popupmenudispatcher.hxx @@ -20,10 +20,6 @@ #ifndef __FRAMEWORK_DISPATCH_POPUPMENUDISPATCHER_HXX_ #define __FRAMEWORK_DISPATCH_POPUPMENUDISPATCHER_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <services/frame.hxx> #include <macros/xinterface.hxx> #include <macros/xtypeprovider.hxx> @@ -32,9 +28,6 @@ #include <general.h> #include <stdtypes.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/frame/XDispatch.hpp> #include <com/sun/star/frame/XDispatchProvider.hpp> @@ -52,9 +45,6 @@ #include <com/sun/star/uri/XUriReferenceFactory.hpp> #include <com/sun/star/uri/XUriReference.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <cppuhelper/weak.hxx> #include <cppuhelper/weakref.hxx> #include <cppuhelper/interfacecontainer.h> diff --git a/framework/inc/dispatch/servicehandler.hxx b/framework/inc/dispatch/servicehandler.hxx index dc7841af247c..78f15c1c1136 100644 --- a/framework/inc/dispatch/servicehandler.hxx +++ b/framework/inc/dispatch/servicehandler.hxx @@ -29,10 +29,6 @@ #ifndef __FRAMEWORK_DISPATCH_SERVICEHANDLER_HXX_ #define __FRAMEWORK_DISPATCH_SERVICEHANDLER_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <macros/generic.hxx> #include <macros/xinterface.hxx> #include <macros/xtypeprovider.hxx> @@ -42,9 +38,6 @@ #include <general.h> #include <stdtypes.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/frame/XNotifyingDispatch.hpp> #include <com/sun/star/frame/XDispatch.hpp> @@ -53,9 +46,6 @@ #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/frame/XStatusListener.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <cppuhelper/weak.hxx> //_________________________________________________________________________________________________________________ diff --git a/framework/inc/dispatch/startmoduledispatcher.hxx b/framework/inc/dispatch/startmoduledispatcher.hxx index 44492dc006a7..e8cbe9d1ba31 100644 --- a/framework/inc/dispatch/startmoduledispatcher.hxx +++ b/framework/inc/dispatch/startmoduledispatcher.hxx @@ -20,9 +20,6 @@ #ifndef __FRAMEWORK_DISPATCH_STARTMODULEDISPATCHER_HXX_ #define __FRAMEWORK_DISPATCH_STARTMODULEDISPATCHER_HXX_ -//_______________________________________________ -// my own includes - #include <threadhelp/threadhelpbase.hxx> #include <macros/xinterface.hxx> #include <macros/xtypeprovider.hxx> @@ -31,8 +28,6 @@ #include <stdtypes.h> #include <general.h> -//_______________________________________________ -// interface includes #include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/frame/XFrame.hpp> #include <com/sun/star/frame/XStatusListener.hpp> @@ -43,8 +38,6 @@ #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/frame/DispatchResultState.hpp> -//_______________________________________________ -// other includes #include <cppuhelper/weak.hxx> #include <vcl/evntpost.hxx> diff --git a/framework/inc/dispatch/systemexec.hxx b/framework/inc/dispatch/systemexec.hxx index d16f97a3b564..ed9539ec7701 100644 --- a/framework/inc/dispatch/systemexec.hxx +++ b/framework/inc/dispatch/systemexec.hxx @@ -29,10 +29,6 @@ #ifndef __FRAMEWORK_DISPATCH_SYSTEMEXEC_HXX_ #define __FRAMEWORK_DISPATCH_SYSTEMEXEC_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <macros/generic.hxx> #include <macros/xinterface.hxx> #include <macros/xtypeprovider.hxx> @@ -42,9 +38,6 @@ #include <general.h> #include <stdtypes.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/frame/XNotifyingDispatch.hpp> #include <com/sun/star/frame/XDispatch.hpp> @@ -53,9 +46,6 @@ #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/frame/XStatusListener.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <cppuhelper/weak.hxx> //_________________________________________________________________________________________________________________ diff --git a/framework/inc/dispatchcommands.h b/framework/inc/dispatchcommands.h index fc279d9dac3d..50a5de3862d7 100644 --- a/framework/inc/dispatchcommands.h +++ b/framework/inc/dispatchcommands.h @@ -29,10 +29,6 @@ #ifndef __FRAMEWORK_DISPATCHCOMMANDS_H_ #define __FRAMEWORK_DISPATCHCOMMANDS_H_ -//_________________________________________________________________________________________________________________ -// includes -//_________________________________________________________________________________________________________________ - #include <macros/generic.hxx> //_________________________________________________________________________________________________________________ diff --git a/framework/inc/framework/addonmenu.hxx b/framework/inc/framework/addonmenu.hxx index 0cef42caba0e..2bb0b9673aea 100644 --- a/framework/inc/framework/addonmenu.hxx +++ b/framework/inc/framework/addonmenu.hxx @@ -28,18 +28,10 @@ #ifndef __FRAMEWORK_CLASSES_ADDONMENU_HXX_ #define __FRAMEWORK_CLASSES_ADDONMENU_HXX_ -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ - #include <com/sun/star/frame/XFrame.hpp> #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/uno/Sequence.hxx> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ - #include <vcl/menu.hxx> #include <framework/fwedllapi.h> diff --git a/framework/inc/framework/addonsoptions.hxx b/framework/inc/framework/addonsoptions.hxx index 08c55185db0a..0cf56e479e39 100644 --- a/framework/inc/framework/addonsoptions.hxx +++ b/framework/inc/framework/addonsoptions.hxx @@ -28,10 +28,6 @@ #ifndef __FRAMEWORK_CLASSES_ADDONSOPTIONS_HXX_ #define __FRAMEWORK_CLASSES_ADDONSOPTIONS_HXX_ -//_________________________________________________________________________________________________________________ -// includes -//_________________________________________________________________________________________________________________ - #include <sal/types.h> #include <osl/mutex.hxx> #include <vcl/image.hxx> diff --git a/framework/inc/framework/bmkmenu.hxx b/framework/inc/framework/bmkmenu.hxx index de3621eeaa32..b3fed8609a0f 100644 --- a/framework/inc/framework/bmkmenu.hxx +++ b/framework/inc/framework/bmkmenu.hxx @@ -29,15 +29,9 @@ #define __FRAMEWORK_CLASSES_BMKMENU_HXX #include "framework/addonmenu.hxx" -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/frame/XFrame.hpp> #include <framework/fwedllapi.h> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ #include <vcl/menu.hxx> #include <vcl/image.hxx> diff --git a/framework/inc/framework/framelistanalyzer.hxx b/framework/inc/framework/framelistanalyzer.hxx index 3e9f0dcb4b96..d992cfe3bdf4 100644 --- a/framework/inc/framework/framelistanalyzer.hxx +++ b/framework/inc/framework/framelistanalyzer.hxx @@ -20,12 +20,8 @@ #ifndef __FRAMEWORK_CLASSES_FRAMELISTANALYZER_HXX_ #define __FRAMEWORK_CLASSES_FRAMELISTANALYZER_HXX_ -//_______________________________________________ -// interface includes #include <com/sun/star/frame/XFrame.hpp> -//_______________________________________________ -// other includes #include <framework/fwedllapi.h> //_______________________________________________ diff --git a/framework/inc/framework/iguard.hxx b/framework/inc/framework/iguard.hxx index 2ebb5260e72c..7a14aed6a248 100644 --- a/framework/inc/framework/iguard.hxx +++ b/framework/inc/framework/iguard.hxx @@ -29,10 +29,6 @@ #ifndef __FRAMEWORK_THREADHELP_IGUARD_H_ #define __FRAMEWORK_THREADHELP_IGUARD_H_ -//_________________________________________________________________________________________________________________ -// includes -//_________________________________________________________________________________________________________________ - #include <sal/types.h> //_________________________________________________________________________________________________________________ diff --git a/framework/inc/framework/imageproducer.hxx b/framework/inc/framework/imageproducer.hxx index 9010af0cf10e..5e7de248c6d5 100644 --- a/framework/inc/framework/imageproducer.hxx +++ b/framework/inc/framework/imageproducer.hxx @@ -29,9 +29,6 @@ #ifndef __FRAMEWORK_HELPER_IMAGEPRODUCER_HXX_ #define __FRAMEWORK_HELPER_IMAGEPRODUCER_HXX_ -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <sal/types.h> #include <com/sun/star/frame/XFrame.hpp> #include <vcl/image.hxx> diff --git a/framework/inc/framework/imutex.hxx b/framework/inc/framework/imutex.hxx index 862dfaaabe42..2de825a357af 100644 --- a/framework/inc/framework/imutex.hxx +++ b/framework/inc/framework/imutex.hxx @@ -29,10 +29,6 @@ #ifndef __FRAMEWORK_THREADHELP_IMUTEX_H_ #define __FRAMEWORK_THREADHELP_IMUTEX_H_ -//_________________________________________________________________________________________________________________ -// includes -//_________________________________________________________________________________________________________________ - #include <sal/types.h> //_________________________________________________________________________________________________________________ diff --git a/framework/inc/framework/interaction.hxx b/framework/inc/framework/interaction.hxx index bc56676d7d73..277bb855ef1c 100644 --- a/framework/inc/framework/interaction.hxx +++ b/framework/inc/framework/interaction.hxx @@ -31,9 +31,6 @@ #include <com/sun/star/document/AmbigousFilterRequest.hpp> #include <com/sun/star/uno/RuntimeException.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ #include <rtl/ustring.hxx> #include <cppuhelper/implbase1.hxx> #include <com/sun/star/uno/Reference.hxx> diff --git a/framework/inc/framework/menuconfiguration.hxx b/framework/inc/framework/menuconfiguration.hxx index e4b2f4b63c95..720a657838b8 100644 --- a/framework/inc/framework/menuconfiguration.hxx +++ b/framework/inc/framework/menuconfiguration.hxx @@ -29,10 +29,6 @@ #ifndef __FRAMEWORK_XML_MENUCONFIGURATION_HXX_ #define __FRAMEWORK_XML_MENUCONFIGURATION_HXX_ -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ - #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/WrappedTargetException.hpp> #include <com/sun/star/io/XInputStream.hpp> @@ -43,10 +39,6 @@ #include <com/sun/star/frame/XDispatchProvider.hpp> #include <framework/fwedllapi.h> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ - #include <cppuhelper/weak.hxx> #include <vcl/menu.hxx> #include <vcl/toolbox.hxx> diff --git a/framework/inc/framework/preventduplicateinteraction.hxx b/framework/inc/framework/preventduplicateinteraction.hxx index da9e8366a9e2..09a14ec41e69 100644 --- a/framework/inc/framework/preventduplicateinteraction.hxx +++ b/framework/inc/framework/preventduplicateinteraction.hxx @@ -30,22 +30,13 @@ #define __FRAMEWORK_INTERACTION_PREVENTDUPLICATEINTERACTION_HXX_ #include <framework/fwedllapi.h> -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <vector> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/task/XInteractionHandler2.hpp> #include <com/sun/star/task/XInteractionRequest.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <cppuhelper/implbase1.hxx> //_________________________________________________________________________________________________________________ diff --git a/framework/inc/framework/titlehelper.hxx b/framework/inc/framework/titlehelper.hxx index 2fe67979d582..67746c91f538 100644 --- a/framework/inc/framework/titlehelper.hxx +++ b/framework/inc/framework/titlehelper.hxx @@ -29,9 +29,6 @@ #ifndef _FRAMEWORK_TITLEHELPER_HXX_ #define _FRAMEWORK_TITLEHELPER_HXX_ -//_______________________________________________ -// includes - #include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/uno/XInterface.hpp> #include <com/sun/star/lang/IllegalArgumentException.hpp> diff --git a/framework/inc/general.h b/framework/inc/general.h index f674a3039644..dafddfba082d 100644 --- a/framework/inc/general.h +++ b/framework/inc/general.h @@ -29,9 +29,6 @@ #ifndef __FRAMEWORK_GENERAL_H_ #define __FRAMEWORK_GENERAL_H_ -//============================================================================= -// includes - #include <macros/generic.hxx> /* Normaly XInterface isnt used here ... diff --git a/framework/inc/helper/dockingareadefaultacceptor.hxx b/framework/inc/helper/dockingareadefaultacceptor.hxx index 5ae0b0186966..6f062a8639d0 100644 --- a/framework/inc/helper/dockingareadefaultacceptor.hxx +++ b/framework/inc/helper/dockingareadefaultacceptor.hxx @@ -20,10 +20,6 @@ #ifndef __FRAMEWORK_HELPER_DOCKINGAREADEFAULTACCEPTOR_HXX_ #define __FRAMEWORK_HELPER_DOCKINGAREADEFAULTACCEPTOR_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <classes/framecontainer.hxx> #include <threadhelp/threadhelpbase.hxx> #include <macros/generic.hxx> @@ -31,15 +27,9 @@ #include <macros/xtypeprovider.hxx> #include <macros/debug.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/ui/XDockingAreaAcceptor.hpp> #include <com/sun/star/frame/XFrame.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <cppuhelper/implbase1.hxx> #include <cppuhelper/weakref.hxx> diff --git a/framework/inc/helper/ocomponentaccess.hxx b/framework/inc/helper/ocomponentaccess.hxx index 7aedfd40b92c..45007f8e0e5d 100644 --- a/framework/inc/helper/ocomponentaccess.hxx +++ b/framework/inc/helper/ocomponentaccess.hxx @@ -20,10 +20,6 @@ #ifndef __FRAMEWORK_HELPER_OCOMPONENTACCESS_HXX_ #define __FRAMEWORK_HELPER_OCOMPONENTACCESS_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <threadhelp/threadhelpbase.hxx> #include <macros/generic.hxx> #include <macros/xinterface.hxx> @@ -31,9 +27,6 @@ #include <macros/debug.hxx> #include <general.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/frame/XFramesSupplier.hpp> #include <com/sun/star/container/XEnumerationAccess.hpp> #include <com/sun/star/container/XElementAccess.hpp> @@ -41,9 +34,6 @@ #include <com/sun/star/frame/XDesktop.hpp> #include <com/sun/star/lang/XComponent.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <cppuhelper/implbase1.hxx> #include <cppuhelper/weakref.hxx> diff --git a/framework/inc/helper/ocomponentenumeration.hxx b/framework/inc/helper/ocomponentenumeration.hxx index 4c73c1720242..a95642ea28f8 100644 --- a/framework/inc/helper/ocomponentenumeration.hxx +++ b/framework/inc/helper/ocomponentenumeration.hxx @@ -20,10 +20,6 @@ #ifndef __FRAMEWORK_HELPER_OCOMPONENTENUMERATION_HXX_ #define __FRAMEWORK_HELPER_OCOMPONENTENUMERATION_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <threadhelp/threadhelpbase.hxx> #include <macros/generic.hxx> #include <macros/xinterface.hxx> @@ -31,16 +27,10 @@ #include <macros/debug.hxx> #include <general.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/lang/XEventListener.hpp> #include <com/sun/star/container/XEnumeration.hpp> #include <com/sun/star/lang/XComponent.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <cppuhelper/implbase2.hxx> //_________________________________________________________________________________________________________________ diff --git a/framework/inc/helper/oframes.hxx b/framework/inc/helper/oframes.hxx index 1de47d1e243c..2cd37a127362 100644 --- a/framework/inc/helper/oframes.hxx +++ b/framework/inc/helper/oframes.hxx @@ -29,10 +29,6 @@ #ifndef __FRAMEWORK_HELPER_OFRAMES_HXX_ #define __FRAMEWORK_HELPER_OFRAMES_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <classes/framecontainer.hxx> #include <threadhelp/threadhelpbase.hxx> #include <macros/generic.hxx> @@ -41,16 +37,10 @@ #include <macros/debug.hxx> #include <general.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/frame/XFrames.hpp> #include <com/sun/star/frame/XFrame.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <cppuhelper/implbase1.hxx> #include <cppuhelper/weakref.hxx> diff --git a/framework/inc/helper/persistentwindowstate.hxx b/framework/inc/helper/persistentwindowstate.hxx index aff3436bfc52..a883b0fac223 100644 --- a/framework/inc/helper/persistentwindowstate.hxx +++ b/framework/inc/helper/persistentwindowstate.hxx @@ -20,28 +20,18 @@ #ifndef __FRAMEWORK_HELPER_PERSISTENTWINDOWSTATE_HXX_ #define __FRAMEWORK_HELPER_PERSISTENTWINDOWSTATE_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <threadhelp/threadhelpbase.hxx> #include <macros/debug.hxx> #include <macros/xinterface.hxx> #include <macros/xtypeprovider.hxx> #include <general.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/XInitialization.hpp> #include <com/sun/star/frame/XFrame.hpp> #include <com/sun/star/frame/XFrameActionListener.hpp> #include <com/sun/star/lang/XEventListener.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <unotools/moduleoptions.hxx> #include <cppuhelper/weak.hxx> diff --git a/framework/inc/helper/tagwindowasmodified.hxx b/framework/inc/helper/tagwindowasmodified.hxx index 9de0c6c9d41b..79ffeb21a103 100644 --- a/framework/inc/helper/tagwindowasmodified.hxx +++ b/framework/inc/helper/tagwindowasmodified.hxx @@ -20,19 +20,12 @@ #ifndef __FRAMEWORK_HELPER_TAGWINDOWASMODIFIED_HXX_ #define __FRAMEWORK_HELPER_TAGWINDOWASMODIFIED_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <threadhelp/threadhelpbase.hxx> #include <macros/debug.hxx> #include <macros/xinterface.hxx> #include <macros/xtypeprovider.hxx> #include <general.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/XInitialization.hpp> #include <com/sun/star/frame/XFrame.hpp> @@ -40,9 +33,6 @@ #include <com/sun/star/lang/XEventListener.hpp> #include <com/sun/star/frame/XFrameActionListener.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <cppuhelper/weak.hxx> //_________________________________________________________________________________________________________________ diff --git a/framework/inc/helper/titlebarupdate.hxx b/framework/inc/helper/titlebarupdate.hxx index 86c52f23fc28..00c38a74d8be 100644 --- a/framework/inc/helper/titlebarupdate.hxx +++ b/framework/inc/helper/titlebarupdate.hxx @@ -29,10 +29,6 @@ #ifndef __FRAMEWORK_HELPER_TITLEBARUPDATE_HXX_ #define __FRAMEWORK_HELPER_TITLEBARUPDATE_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <threadhelp/threadhelpbase.hxx> #include <macros/debug.hxx> @@ -43,10 +39,6 @@ #include <general.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ - #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/XInitialization.hpp> @@ -61,10 +53,6 @@ #include <com/sun/star/lang/XEventListener.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ - #include <unotools/moduleoptions.hxx> #include <cppuhelper/weak.hxx> diff --git a/framework/inc/helper/uiconfigelementwrapperbase.hxx b/framework/inc/helper/uiconfigelementwrapperbase.hxx index 1785b83d8dd1..2351e65fa8ba 100644 --- a/framework/inc/helper/uiconfigelementwrapperbase.hxx +++ b/framework/inc/helper/uiconfigelementwrapperbase.hxx @@ -20,18 +20,11 @@ #ifndef __FRAMEWORK_HELPER_UICONFIGELEMENTWRAPPERBASE_HXX_ #define __FRAMEWORK_HELPER_UICONFIGELEMENTWRAPPERBASE_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <threadhelp/threadhelpbase.hxx> #include <macros/generic.hxx> #include <macros/xinterface.hxx> #include <macros/xtypeprovider.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/ui/XUIElement.hpp> #include <com/sun/star/ui/XUIElementSettings.hpp> #include <com/sun/star/ui/XUIConfigurationManager.hpp> @@ -43,9 +36,6 @@ #include <com/sun/star/lang/XComponent.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <rtl/ustring.hxx> #include <cppuhelper/propshlp.hxx> #include <cppuhelper/interfacecontainer.hxx> diff --git a/framework/inc/helper/uielementwrapperbase.hxx b/framework/inc/helper/uielementwrapperbase.hxx index 63db18827691..c610fcefac06 100644 --- a/framework/inc/helper/uielementwrapperbase.hxx +++ b/framework/inc/helper/uielementwrapperbase.hxx @@ -20,27 +20,17 @@ #ifndef __FRAMEWORK_HELPER_UIELEMENTWRAPPERBASE_HXX_ #define __FRAMEWORK_HELPER_UIELEMENTWRAPPERBASE_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <threadhelp/threadhelpbase.hxx> #include <macros/generic.hxx> #include <macros/xinterface.hxx> #include <macros/xtypeprovider.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/ui/XUIElement.hpp> #include <com/sun/star/lang/XInitialization.hpp> #include <com/sun/star/lang/XComponent.hpp> #include <com/sun/star/frame/XFrame.hpp> #include <com/sun/star/util/XUpdatable.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <rtl/ustring.hxx> #include <cppuhelper/propshlp.hxx> #include <cppuhelper/interfacecontainer.hxx> diff --git a/framework/inc/helper/vclstatusindicator.hxx b/framework/inc/helper/vclstatusindicator.hxx index 633f5b724801..a76c6be21ce5 100644 --- a/framework/inc/helper/vclstatusindicator.hxx +++ b/framework/inc/helper/vclstatusindicator.hxx @@ -20,22 +20,15 @@ #ifndef __FRAMEWORK_HELPER_VCLSTATUSINDICATOR_HXX_ #define __FRAMEWORK_HELPER_VCLSTATUSINDICATOR_HXX_ -//----------------------------------------------- -// includes of own modules - #include <threadhelp/threadhelpbase.hxx> #include <macros/generic.hxx> #include <macros/xinterface.hxx> #include <general.h> -//----------------------------------------------- -// includes of interfaces #include <com/sun/star/task/XStatusIndicator.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/awt/XWindow.hpp> -//----------------------------------------------- -// includes of external modules #include <cppuhelper/weak.hxx> #include <vcl/status.hxx> diff --git a/framework/inc/interaction/quietinteraction.hxx b/framework/inc/interaction/quietinteraction.hxx index 03afd79689c3..829f531a0ca0 100644 --- a/framework/inc/interaction/quietinteraction.hxx +++ b/framework/inc/interaction/quietinteraction.hxx @@ -20,24 +20,14 @@ #ifndef __FRAMEWORK_INTERACTION_QUIETINTERACTION_HXX_ #define __FRAMEWORK_INTERACTION_QUIETINTERACTION_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <threadhelp/threadhelpbase.hxx> #include <macros/xinterface.hxx> #include <macros/xtypeprovider.hxx> #include <general.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/task/XInteractionHandler.hpp> #include <com/sun/star/task/XInteractionRequest.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <cppuhelper/weak.hxx> //_________________________________________________________________________________________________________________ diff --git a/framework/inc/jobs/configaccess.hxx b/framework/inc/jobs/configaccess.hxx index 682f45709a21..2ba4b89769d0 100644 --- a/framework/inc/jobs/configaccess.hxx +++ b/framework/inc/jobs/configaccess.hxx @@ -20,19 +20,12 @@ #ifndef __FRAMEWORK_CONFIG_CONFIGACCESS_HXX_ #define __FRAMEWORK_CONFIG_CONFIGACCESS_HXX_ -//_______________________________________ -// my own includes - #include <threadhelp/threadhelpbase.hxx> #include <macros/debug.hxx> #include <general.h> -//_______________________________________ -// interface includes #include <com/sun/star/lang/XMultiServiceFactory.hpp> -//_______________________________________ -// other includes #include <rtl/ustring.hxx> #include <fwidllapi.h> diff --git a/framework/inc/jobs/helponstartup.hxx b/framework/inc/jobs/helponstartup.hxx index f7acd7be11ae..d0e58fb862f6 100644 --- a/framework/inc/jobs/helponstartup.hxx +++ b/framework/inc/jobs/helponstartup.hxx @@ -20,20 +20,13 @@ #ifndef __FRAMEWORK_JOBS_HELPONSTARTUP_HXX_ #define __FRAMEWORK_JOBS_HELPONSTARTUP_HXX_ -//_______________________________________________ -// my own includes - #include <threadhelp/threadhelpbase.hxx> #include <macros/xinterface.hxx> #include <macros/xtypeprovider.hxx> #include <macros/xserviceinfo.hxx> -//_______________________________________________ -// other includes #include <cppuhelper/implbase3.hxx> -//_______________________________________________ -// uno includes #include <com/sun/star/frame/XFrame.hpp> #include <com/sun/star/task/XJob.hpp> #include <com/sun/star/lang/XEventListener.hpp> diff --git a/framework/inc/jobs/job.hxx b/framework/inc/jobs/job.hxx index 6d55a7ca9235..ac48d64809b7 100644 --- a/framework/inc/jobs/job.hxx +++ b/framework/inc/jobs/job.hxx @@ -20,9 +20,6 @@ #ifndef __FRAMEWORK_JOBS_JOB_HXX_ #define __FRAMEWORK_JOBS_JOB_HXX_ -//_______________________________________ -// my own includes - #include <jobs/jobresult.hxx> #include <jobs/jobdata.hxx> #include <threadhelp/threadhelpbase.hxx> @@ -32,8 +29,6 @@ #include <stdtypes.h> #include <general.h> -//_______________________________________ -// interface includes #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/frame/XFrame.hpp> @@ -43,8 +38,6 @@ #include <com/sun/star/util/XCloseListener.hpp> #include <com/sun/star/frame/DispatchResultEvent.hpp> -//_______________________________________ -// other includes #include <cppuhelper/weak.hxx> #include <rtl/ustring.hxx> diff --git a/framework/inc/jobs/jobconst.hxx b/framework/inc/jobs/jobconst.hxx index 6240390b46d2..ebf55719ac84 100644 --- a/framework/inc/jobs/jobconst.hxx +++ b/framework/inc/jobs/jobconst.hxx @@ -20,17 +20,9 @@ #ifndef __FRAMEWORK_JOBS_JOBCONST_HXX_ #define __FRAMEWORK_JOBS_JOBCONST_HXX_ -//_______________________________________ -// my own includes - #include <stdtypes.h> #include <general.h> -//_______________________________________ -// interface includes - -//_______________________________________ -// other includes #include <rtl/ustring.hxx> #include <fwidllapi.h> diff --git a/framework/inc/jobs/jobdata.hxx b/framework/inc/jobs/jobdata.hxx index 5ff287d21116..86df0702f8dc 100644 --- a/framework/inc/jobs/jobdata.hxx +++ b/framework/inc/jobs/jobdata.hxx @@ -20,9 +20,6 @@ #ifndef __FRAMEWORK_JOBS_JOBDATA_HXX_ #define __FRAMEWORK_JOBS_JOBDATA_HXX_ -//_______________________________________ -// my own includes - #include <jobs/configaccess.hxx> #include <jobs/jobresult.hxx> #include <threadhelp/threadhelpbase.hxx> @@ -30,14 +27,10 @@ #include <stdtypes.h> #include <general.h> -//_______________________________________ -// interface includes #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/beans/NamedValue.hpp> #include <com/sun/star/frame/DispatchResultEvent.hpp> -//_______________________________________ -// other includes #include <rtl/ustring.hxx> //_______________________________________ diff --git a/framework/inc/jobs/jobdispatch.hxx b/framework/inc/jobs/jobdispatch.hxx index 112db2da60ee..0eb800e292de 100644 --- a/framework/inc/jobs/jobdispatch.hxx +++ b/framework/inc/jobs/jobdispatch.hxx @@ -20,9 +20,6 @@ #ifndef __FRAMEWORK_JOBS_JOBDISPATCH_HXX_ #define __FRAMEWORK_JOBS_JOBDISPATCH_HXX_ -//_______________________________________ -// my own includes - #include <jobs/configaccess.hxx> #include <threadhelp/threadhelpbase.hxx> #include <macros/xinterface.hxx> @@ -32,8 +29,6 @@ #include <stdtypes.h> #include <general.h> -//_______________________________________ -// interface includes #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/frame/XNotifyingDispatch.hpp> #include <com/sun/star/frame/XDispatch.hpp> @@ -49,8 +44,6 @@ #include <com/sun/star/frame/DispatchResultEvent.hpp> #include <com/sun/star/lang/XInitialization.hpp> -//_______________________________________ -// other includes #include <unotools/configpaths.hxx> #include <cppuhelper/weak.hxx> #include <rtl/ustring.hxx> diff --git a/framework/inc/jobs/jobexecutor.hxx b/framework/inc/jobs/jobexecutor.hxx index 114e70d86ea5..6e05c893f333 100644 --- a/framework/inc/jobs/jobexecutor.hxx +++ b/framework/inc/jobs/jobexecutor.hxx @@ -29,9 +29,6 @@ #ifndef __FRAMEWORK_JOBS_JOBEXECUTOR_HXX_ #define __FRAMEWORK_JOBS_JOBEXECUTOR_HXX_ -//_______________________________________ -// my own includes - #include <jobs/configaccess.hxx> #include <threadhelp/threadhelpbase.hxx> #include <macros/xinterface.hxx> @@ -41,8 +38,6 @@ #include <stdtypes.h> #include <general.h> -//_______________________________________ -// interface includes #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/task/XJobExecutor.hpp> #include <com/sun/star/lang/XComponent.hpp> @@ -51,8 +46,6 @@ #include <com/sun/star/document/XEventListener.hpp> #include <com/sun/star/frame/XModuleManager.hpp> -//_______________________________________ -// other includes #include <cppuhelper/weak.hxx> #include <rtl/ustring.hxx> diff --git a/framework/inc/jobs/jobresult.hxx b/framework/inc/jobs/jobresult.hxx index c22e9e4267df..f6b6aef2dec7 100644 --- a/framework/inc/jobs/jobresult.hxx +++ b/framework/inc/jobs/jobresult.hxx @@ -20,21 +20,14 @@ #ifndef __FRAMEWORK_JOBS_JOBRESULT_HXX_ #define __FRAMEWORK_JOBS_JOBRESULT_HXX_ -//_______________________________________ -// my own includes - #include <threadhelp/threadhelpbase.hxx> #include <macros/debug.hxx> #include <stdtypes.h> #include <general.h> -//_______________________________________ -// interface includes #include <com/sun/star/beans/NamedValue.hpp> #include <com/sun/star/frame/DispatchResultEvent.hpp> -//_______________________________________ -// other includes #include <rtl/ustring.hxx> //_______________________________________ diff --git a/framework/inc/jobs/joburl.hxx b/framework/inc/jobs/joburl.hxx index f22f8f67f1e5..c1db8f8dc0e8 100644 --- a/framework/inc/jobs/joburl.hxx +++ b/framework/inc/jobs/joburl.hxx @@ -20,19 +20,11 @@ #ifndef __FRAMEWORK_JOBS_JOBURL_HXX_ #define __FRAMEWORK_JOBS_JOBURL_HXX_ -//_______________________________________ -// my own includes - #include <threadhelp/threadhelpbase.hxx> #include <macros/debug.hxx> #include <stdtypes.h> #include <general.h> -//_______________________________________ -// interface includes - -//_______________________________________ -// other includes #include <rtl/ustring.hxx> //_______________________________________ diff --git a/framework/inc/jobs/shelljob.hxx b/framework/inc/jobs/shelljob.hxx index df31cca04549..e28bf201c5cd 100644 --- a/framework/inc/jobs/shelljob.hxx +++ b/framework/inc/jobs/shelljob.hxx @@ -20,20 +20,13 @@ #ifndef __FRAMEWORK_JOBS_SHELLJOB_HXX_ #define __FRAMEWORK_JOBS_SHELLJOB_HXX_ -//_______________________________________________ -// my own includes - #include <threadhelp/threadhelpbase.hxx> #include <macros/xinterface.hxx> #include <macros/xtypeprovider.hxx> #include <macros/xserviceinfo.hxx> -//_______________________________________________ -// other includes #include <cppuhelper/implbase2.hxx> -//_______________________________________________ -// uno includes #include <com/sun/star/frame/XFrame.hpp> #include <com/sun/star/task/XJob.hpp> #include <com/sun/star/lang/XEventListener.hpp> diff --git a/framework/inc/macros/debug/assertion.hxx b/framework/inc/macros/debug/assertion.hxx index b13505ed1ccc..7e4db9322ce7 100644 --- a/framework/inc/macros/debug/assertion.hxx +++ b/framework/inc/macros/debug/assertion.hxx @@ -29,10 +29,6 @@ #ifndef __FRAMEWORK_MACROS_DEBUG_ASSERTION_HXX_ #define __FRAMEWORK_MACROS_DEBUG_ASSERTION_HXX_ -//_________________________________________________________________________________________________________________ -// includes -//_________________________________________________________________________________________________________________ - #if defined( ENABLE_ASSERTIONS ) || defined( ENABLE_WARNINGS ) #ifndef _OSL_DIAGNOSE_H_ diff --git a/framework/inc/macros/debug/event.hxx b/framework/inc/macros/debug/event.hxx index 9cfe0bdebc33..38e38765cec3 100644 --- a/framework/inc/macros/debug/event.hxx +++ b/framework/inc/macros/debug/event.hxx @@ -26,10 +26,6 @@ #ifdef ENABLE_EVENTDEBUG - //_________________________________________________________________________________________________________________ - // includes - //_________________________________________________________________________________________________________________ - #ifndef _RTL_STRBUF_HXX_ #include <rtl/strbuf.hxx> #endif diff --git a/framework/inc/macros/debug/filterdbg.hxx b/framework/inc/macros/debug/filterdbg.hxx index fe64edf67145..ffcc4413097c 100644 --- a/framework/inc/macros/debug/filterdbg.hxx +++ b/framework/inc/macros/debug/filterdbg.hxx @@ -28,10 +28,6 @@ #ifdef ENABLE_FILTERDBG - //_________________________________________________________________________________________________________________ - // includes - //_________________________________________________________________________________________________________________ - #ifndef _RTL_STRBUF_HXX_ #include <rtl/strbuf.hxx> #endif diff --git a/framework/inc/macros/debug/logmechanism.hxx b/framework/inc/macros/debug/logmechanism.hxx index f830afdabf62..59c177a5ddad 100644 --- a/framework/inc/macros/debug/logmechanism.hxx +++ b/framework/inc/macros/debug/logmechanism.hxx @@ -26,10 +26,6 @@ #ifdef ENABLE_LOGMECHANISM - //_____________________________________________________________________________________________________________ - // includes - //_____________________________________________________________________________________________________________ - #ifndef _RTL_STRING_HXX_ #include <rtl/string.hxx> #endif diff --git a/framework/inc/macros/debug/mutex.hxx b/framework/inc/macros/debug/mutex.hxx index 02568f4b1e93..c55ee1de1f59 100644 --- a/framework/inc/macros/debug/mutex.hxx +++ b/framework/inc/macros/debug/mutex.hxx @@ -26,10 +26,6 @@ #ifdef ENABLE_MUTEXDEBUG - //_____________________________________________________________________________________________________________ - // includes - //_____________________________________________________________________________________________________________ - #ifndef _RTL_STRBUF_HXX_ #include <rtl/strbuf.hxx> #endif diff --git a/framework/inc/macros/debug/plugin.hxx b/framework/inc/macros/debug/plugin.hxx index 6d422629c949..afef0c97f4b1 100644 --- a/framework/inc/macros/debug/plugin.hxx +++ b/framework/inc/macros/debug/plugin.hxx @@ -26,10 +26,6 @@ #ifdef ENABLE_PLUGINDEBUG - //_____________________________________________________________________________________________________________ - // includes - //_____________________________________________________________________________________________________________ - #ifndef _RTL_STRBUF_HXX_ #include <rtl/strbuf.hxx> #endif diff --git a/framework/inc/macros/debug/registration.hxx b/framework/inc/macros/debug/registration.hxx index 66d75bb457ba..ccf2f86b8346 100644 --- a/framework/inc/macros/debug/registration.hxx +++ b/framework/inc/macros/debug/registration.hxx @@ -35,10 +35,6 @@ #ifdef ENABLE_REGISTRATIONDEBUG - //_____________________________________________________________________________________________________________ - // includes - //_____________________________________________________________________________________________________________ - #ifndef _RTL_STRBUF_HXX_ #include <rtl/strbuf.hxx> #endif diff --git a/framework/inc/macros/debug/targeting.hxx b/framework/inc/macros/debug/targeting.hxx index f334c5e47dd8..6a75d9decfe5 100644 --- a/framework/inc/macros/debug/targeting.hxx +++ b/framework/inc/macros/debug/targeting.hxx @@ -26,10 +26,6 @@ #ifdef ENABLE_TARGETINGDEBUG - //_____________________________________________________________________________________________________________ - // includes - //_____________________________________________________________________________________________________________ - #ifndef _RTL_STRBUF_HXX_ #include <rtl/strbuf.hxx> #endif diff --git a/framework/inc/macros/generic.hxx b/framework/inc/macros/generic.hxx index f30487c003db..0f0801a8eba1 100644 --- a/framework/inc/macros/generic.hxx +++ b/framework/inc/macros/generic.hxx @@ -29,10 +29,6 @@ #ifndef __FRAMEWORK_MACROS_GENERIC_HXX_ #define __FRAMEWORK_MACROS_GENERIC_HXX_ -//_________________________________________________________________________________________________________________ -// includes -//_________________________________________________________________________________________________________________ - #include <rtl/ustring.hxx> #include <rtl/textenc.h> diff --git a/framework/inc/macros/registration.hxx b/framework/inc/macros/registration.hxx index e4a3b785df13..a65fcbae5963 100644 --- a/framework/inc/macros/registration.hxx +++ b/framework/inc/macros/registration.hxx @@ -29,23 +29,12 @@ #ifndef __FRAMEWORK_MACROS_REGISTRATION_HXX_ #define __FRAMEWORK_MACROS_REGISTRATION_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <macros/debug.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/lang/XSingleServiceFactory.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> //_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ - -//_________________________________________________________________________________________________________________ // namespace //_________________________________________________________________________________________________________________ diff --git a/framework/inc/macros/xinterface.hxx b/framework/inc/macros/xinterface.hxx index 5cdfa1ef52b4..1a3d123ba3eb 100644 --- a/framework/inc/macros/xinterface.hxx +++ b/framework/inc/macros/xinterface.hxx @@ -20,19 +20,8 @@ #ifndef __FRAMEWORK_MACROS_XINTERFACE_HXX_ #define __FRAMEWORK_MACROS_XINTERFACE_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ - #include <com/sun/star/uno/RuntimeException.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/uno/Any.hxx> #include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/uno/Type.hxx> diff --git a/framework/inc/macros/xserviceinfo.hxx b/framework/inc/macros/xserviceinfo.hxx index 341e167a3dc9..251b354b5134 100644 --- a/framework/inc/macros/xserviceinfo.hxx +++ b/framework/inc/macros/xserviceinfo.hxx @@ -29,23 +29,13 @@ #ifndef __FRAMEWORK_MACROS_XSERVICEINFO_HXX_ #define __FRAMEWORK_MACROS_XSERVICEINFO_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <general.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/uno/Exception.hpp> #include <com/sun/star/uno/RuntimeException.hpp> #include <com/sun/star/lang/XSingleServiceFactory.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/uno/Any.hxx> #include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/uno/Sequence.hxx> diff --git a/framework/inc/macros/xtypeprovider.hxx b/framework/inc/macros/xtypeprovider.hxx index 485642dbe260..4e52c1f8e0bb 100644 --- a/framework/inc/macros/xtypeprovider.hxx +++ b/framework/inc/macros/xtypeprovider.hxx @@ -20,20 +20,9 @@ #ifndef __FRAMEWORK_MACROS_XTYPEPROVIDER_HXX_ #define __FRAMEWORK_MACROS_XTYPEPROVIDER_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ - #include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/uno/RuntimeException.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/uno/Any.hxx> #include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/uno/Sequence.hxx> diff --git a/framework/inc/properties.h b/framework/inc/properties.h index 60cb74b88529..12317aaf8124 100644 --- a/framework/inc/properties.h +++ b/framework/inc/properties.h @@ -29,9 +29,6 @@ #ifndef __FRAMEWORK_PROPERTIES_H_ #define __FRAMEWORK_PROPERTIES_H_ -//_______________________________________________ -// includes - #include <macros/generic.hxx> #include <general.h> diff --git a/framework/inc/queries.h b/framework/inc/queries.h index 88a1c2d9fe71..95228dd1dc95 100644 --- a/framework/inc/queries.h +++ b/framework/inc/queries.h @@ -20,15 +20,8 @@ #ifndef __FRAMEWORK_QUERIES_H_ #define __FRAMEWORK_QUERIES_H_ -//_________________________________________________________________________________________________________________ -// own includes -//_________________________________________________________________________________________________________________ - #include <general.h> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/uno/Sequence.hxx> #include <rtl/ustring.hxx> #include <rtl/ustrbuf.hxx> diff --git a/framework/inc/recording/dispatchrecorder.hxx b/framework/inc/recording/dispatchrecorder.hxx index 22599b3618ee..2a5023e1bc4f 100644 --- a/framework/inc/recording/dispatchrecorder.hxx +++ b/framework/inc/recording/dispatchrecorder.hxx @@ -25,7 +25,6 @@ */ #include <vector> -// own includes #include <threadhelp/threadhelpbase.hxx> #include <macros/xinterface.hxx> #include <macros/xtypeprovider.hxx> diff --git a/framework/inc/services.h b/framework/inc/services.h index f5ab413d0c94..41f517627402 100644 --- a/framework/inc/services.h +++ b/framework/inc/services.h @@ -20,10 +20,6 @@ #ifndef __FRAMEWORK_SERVICES_H_ #define __FRAMEWORK_SERVICES_H_ -//_________________________________________________________________________________________________________________ -// includes -//_________________________________________________________________________________________________________________ - #include <macros/generic.hxx> //_________________________________________________________________________________________________________________ diff --git a/framework/inc/services/autorecovery.hxx b/framework/inc/services/autorecovery.hxx index 0e65f314b13e..4a9495dc506b 100644 --- a/framework/inc/services/autorecovery.hxx +++ b/framework/inc/services/autorecovery.hxx @@ -29,9 +29,6 @@ #ifndef __FRAMEWORK_SERVICES_AUTORECOVERY_HXX_ #define __FRAMEWORK_SERVICES_AUTORECOVERY_HXX_ -//_______________________________________________ -// own includes - #include <threadhelp/threadhelpbase.hxx> #include <macros/xinterface.hxx> #include <macros/xtypeprovider.hxx> @@ -39,8 +36,6 @@ #include <general.h> #include <stdtypes.h> -//_______________________________________________ -// interface includes #include <com/sun/star/uno/XInterface.hpp> #include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> @@ -54,8 +49,6 @@ #include <com/sun/star/task/XStatusIndicator.hpp> #include <com/sun/star/util/XModifyListener.hpp> -//_______________________________________________ -// other includes #include <comphelper/mediadescriptor.hxx> #include <vcl/timer.hxx> #include <vcl/evntpost.hxx> diff --git a/framework/inc/services/backingcomp.hxx b/framework/inc/services/backingcomp.hxx index 712e5a49a4d9..f54ef495fd03 100644 --- a/framework/inc/services/backingcomp.hxx +++ b/framework/inc/services/backingcomp.hxx @@ -20,15 +20,10 @@ #ifndef __FRAMEWORK_SERVICES_BACKINGCOMP_HXX_ #define __FRAMEWORK_SERVICES_BACKINGCOMP_HXX_ -//__________________________________________ -// own includes - #include <threadhelp/threadhelpbase.hxx> #include <general.h> #include <stdtypes.h> -//__________________________________________ -// interface includes #include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XInitialization.hpp> @@ -43,8 +38,6 @@ #include <com/sun/star/lang/XEventListener.hpp> #include <com/sun/star/lang/XComponent.hpp> -//__________________________________________ -// other includes #include <cppuhelper/weak.hxx> //__________________________________________ diff --git a/framework/inc/services/contenthandlerfactory.hxx b/framework/inc/services/contenthandlerfactory.hxx index 6b87bdb18641..63c70dded704 100644 --- a/framework/inc/services/contenthandlerfactory.hxx +++ b/framework/inc/services/contenthandlerfactory.hxx @@ -20,10 +20,6 @@ #ifndef __FRAMEWORK_SERVICES_CONTENTHANDLERFACTORY_HXX_ #define __FRAMEWORK_SERVICES_CONTENTHANDLERFACTORY_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <classes/filtercache.hxx> #include <macros/generic.hxx> #include <macros/debug.hxx> @@ -35,9 +31,6 @@ #include <threadhelp/transactionbase.hxx> #include <general.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/lang/XInitialization.hpp> #include <com/sun/star/lang/WrappedTargetException.hpp> @@ -49,9 +42,6 @@ #include <com/sun/star/io/XInputStream.hpp> #include <com/sun/star/util/XFlushable.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <cppuhelper/interfacecontainer.hxx> #include <cppuhelper/weak.hxx> diff --git a/framework/inc/services/desktop.hxx b/framework/inc/services/desktop.hxx index 530d615c3208..653debe596f2 100644 --- a/framework/inc/services/desktop.hxx +++ b/framework/inc/services/desktop.hxx @@ -29,10 +29,6 @@ #ifndef __FRAMEWORK_SERVICES_DESKTOP_HXX_ #define __FRAMEWORK_SERVICES_DESKTOP_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <classes/framecontainer.hxx> #include <threadhelp/threadhelpbase.hxx> #include <helper/oframes.hxx> @@ -42,10 +38,6 @@ #include <macros/xtypeprovider.hxx> #include <macros/xserviceinfo.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ - #include <com/sun/star/frame/XUntitledNumbers.hpp> #include <com/sun/star/frame/XController.hpp> @@ -74,9 +66,6 @@ #include <com/sun/star/task/XInteractionHandler.hpp> #include <com/sun/star/frame/XDispatchRecorderSupplier.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <unotools/cmdoptions.hxx> #include <cppuhelper/propshlp.hxx> #include <cppuhelper/interfacecontainer.hxx> diff --git a/framework/inc/services/dispatchhelper.hxx b/framework/inc/services/dispatchhelper.hxx index 97388744c6c8..64d429c3f95b 100644 --- a/framework/inc/services/dispatchhelper.hxx +++ b/framework/inc/services/dispatchhelper.hxx @@ -20,9 +20,6 @@ #ifndef __FRAMEWORK_SERVICES_DISPATCHHELPER_HXX_ #define __FRAMEWORK_SERVICES_DISPATCHHELPER_HXX_ -//_______________________________________________ -// my own includes - #include <threadhelp/threadhelpbase.hxx> #include <macros/generic.hxx> #include <macros/debug.hxx> @@ -31,15 +28,11 @@ #include <macros/xserviceinfo.hxx> #include <general.h> -//_______________________________________________ -// interface includes #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/frame/XDispatchHelper.hpp> #include <com/sun/star/frame/XDispatchResultListener.hpp> #include <com/sun/star/frame/DispatchResultEvent.hpp> -//_______________________________________________ -// other includes #include <cppuhelper/implbase3.hxx> #include <osl/conditn.hxx> diff --git a/framework/inc/services/frame.hxx b/framework/inc/services/frame.hxx index b6db676b7fa6..a4a8136b6eca 100644 --- a/framework/inc/services/frame.hxx +++ b/framework/inc/services/frame.hxx @@ -29,10 +29,6 @@ #ifndef __FRAMEWORK_SERVICES_FRAME_HXX_ #define __FRAMEWORK_SERVICES_FRAME_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <classes/framecontainer.hxx> #include <classes/propertysethelper.hxx> #include <threadhelp/resetableguard.hxx> @@ -48,9 +44,6 @@ #include <macros/xserviceinfo.hxx> #include <general.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/frame/XDispatchInformationProvider.hpp> #include <com/sun/star/frame/XComponentLoader.hpp> #include <com/sun/star/frame/XController.hpp> @@ -79,9 +72,6 @@ #include <com/sun/star/util/XCloseable.hpp> #include <com/sun/star/frame/XLayoutManager.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <unotools/cmdoptions.hxx> #include <cppuhelper/interfacecontainer.hxx> #include <cppuhelper/weak.hxx> diff --git a/framework/inc/services/layoutmanager.hxx b/framework/inc/services/layoutmanager.hxx index 09be6017aa2b..a757f261410c 100644 --- a/framework/inc/services/layoutmanager.hxx +++ b/framework/inc/services/layoutmanager.hxx @@ -34,9 +34,6 @@ */ #include <vector> -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <threadhelp/threadhelpbase.hxx> #include <threadhelp/resetableguard.hxx> #include <threadhelp/writeguard.hxx> @@ -54,9 +51,6 @@ #include <uielement/uielement.hxx> #include <helper/ilayoutnotifications.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/frame/XLayoutManager.hpp> @@ -74,9 +68,6 @@ #include <com/sun/star/frame/XMenuBarMergingAcceptor.hpp> #include <com/sun/star/frame/XLayoutManagerEventBroadcaster.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <cppuhelper/propshlp.hxx> #include <cppuhelper/implbase7.hxx> #include <cppuhelper/interfacecontainer.hxx> diff --git a/framework/inc/services/license.hxx b/framework/inc/services/license.hxx index 25df65685257..b0bb81f11f06 100644 --- a/framework/inc/services/license.hxx +++ b/framework/inc/services/license.hxx @@ -34,9 +34,6 @@ */ #include <vector> -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <threadhelp/threadhelpbase.hxx> #include <threadhelp/resetableguard.hxx> #include <threadhelp/writeguard.hxx> @@ -50,18 +47,12 @@ #include <stdtypes.h> #include <uielement/menubarmanager.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/task/XJob.hpp> #include <com/sun/star/util/XCloseable.hpp> #include <com/sun/star/util/CloseVetoException.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <cppuhelper/propshlp.hxx> #include <cppuhelper/interfacecontainer.hxx> #include <cppuhelper/weak.hxx> diff --git a/framework/inc/services/logindialog.hxx b/framework/inc/services/logindialog.hxx index 39919ff61274..341e68ef3398 100644 --- a/framework/inc/services/logindialog.hxx +++ b/framework/inc/services/logindialog.hxx @@ -29,10 +29,6 @@ #ifndef __FRAMEWORK_LOGINDIALOG_LOGINDIALOG_HXX_ #define __FRAMEWORK_LOGINDIALOG_LOGINDIALOG_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <threadhelp/threadhelpbase.hxx> #include <macros/generic.hxx> #include <macros/debug.hxx> @@ -42,9 +38,6 @@ #include <services/logindialog.hrc> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/awt/XDialog.hpp> #include <com/sun/star/lang/IllegalArgumentException.hpp> #include <com/sun/star/beans/XPropertySetInfo.hpp> @@ -53,9 +46,6 @@ #include <com/sun/star/lang/Locale.hpp> #include <com/sun/star/util/XFlushable.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <tools/config.hxx> #include <cppuhelper/weak.hxx> #include <cppuhelper/propshlp.hxx> diff --git a/framework/inc/services/mediatypedetectionhelper.hxx b/framework/inc/services/mediatypedetectionhelper.hxx index e2ffe52e4988..5e0d2ef11bd1 100644 --- a/framework/inc/services/mediatypedetectionhelper.hxx +++ b/framework/inc/services/mediatypedetectionhelper.hxx @@ -20,10 +20,6 @@ #ifndef __FRAMEWORK_SERVICES_MEDIATYPEDETECTIONHELPER_HXX_ #define __FRAMEWORK_SERVICES_MEDIATYPEDETECTIONHELPER_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <macros/generic.hxx> #include <macros/debug.hxx> #include <macros/xinterface.hxx> @@ -31,14 +27,8 @@ #include <macros/xserviceinfo.hxx> #include <general.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/util/XStringMapping.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <cppuhelper/implbase2.hxx> //_________________________________________________________________________________________________________________ // namespaces diff --git a/framework/inc/services/modulemanager.hxx b/framework/inc/services/modulemanager.hxx index 33b64b4546ea..7d5950abf501 100644 --- a/framework/inc/services/modulemanager.hxx +++ b/framework/inc/services/modulemanager.hxx @@ -20,9 +20,6 @@ #ifndef __FRAMEWORK_SERVICES_MODULEMANAGER_HXX_ #define __FRAMEWORK_SERVICES_MODULEMANAGER_HXX_ -//_______________________________________________ -// own includes - #include <threadhelp/threadhelpbase.hxx> #include <macros/xinterface.hxx> #include <macros/xtypeprovider.hxx> @@ -31,8 +28,6 @@ #include <general.h> #include <stdtypes.h> -//_______________________________________________ -// interface includes #include <com/sun/star/uno/XInterface.hpp> #include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> @@ -41,8 +36,6 @@ #include <com/sun/star/container/XNameReplace.hpp> #include <com/sun/star/container/XContainerQuery.hpp> -//_______________________________________________ -// other includes #include <cppuhelper/weak.hxx> //_______________________________________________ diff --git a/framework/inc/services/pathsettings.hxx b/framework/inc/services/pathsettings.hxx index 36198adf2dad..d1fd967e69b2 100644 --- a/framework/inc/services/pathsettings.hxx +++ b/framework/inc/services/pathsettings.hxx @@ -29,10 +29,6 @@ #ifndef __FRAMEWORK_SERVICES_PATHSETTINGS_HXX_ #define __FRAMEWORK_SERVICES_PATHSETTINGS_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <threadhelp/threadhelpbase.hxx> #include <macros/generic.hxx> #include <macros/xinterface.hxx> @@ -42,18 +38,12 @@ #include <properties.h> #include <stdtypes.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/util/XStringSubstitution.hpp> #include <com/sun/star/util/XChangesListener.hpp> #include <com/sun/star/container/XNameAccess.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <cppuhelper/propshlp.hxx> #include <cppuhelper/interfacecontainer.hxx> #include <cppuhelper/weak.hxx> diff --git a/framework/inc/services/sessionlistener.hxx b/framework/inc/services/sessionlistener.hxx index 1f909ae0b8dc..c6e5b40f9adb 100644 --- a/framework/inc/services/sessionlistener.hxx +++ b/framework/inc/services/sessionlistener.hxx @@ -29,9 +29,6 @@ #ifndef __FRAMEWORK_SERVICES_SESSIONLISTENER_HXX_ #define __FRAMEWORK_SERVICES_SESSIONLISTENER_HXX_ -//_______________________________________________ -// my own includes - #include <classes/filtercache.hxx> #include <threadhelp/threadhelpbase.hxx> #include <macros/generic.hxx> @@ -41,8 +38,6 @@ #include <macros/xserviceinfo.hxx> #include <general.h> -//_______________________________________________ -// interface includes #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/XInitialization.hpp> @@ -55,8 +50,6 @@ #include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/uno/Any.hxx> -//_______________________________________________ -// other includes #include <cppuhelper/weak.hxx> #include <cppuhelper/interfacecontainer.h> diff --git a/framework/inc/services/substitutepathvars.hxx b/framework/inc/services/substitutepathvars.hxx index d0fe52b762e8..bb923b24c044 100644 --- a/framework/inc/services/substitutepathvars.hxx +++ b/framework/inc/services/substitutepathvars.hxx @@ -36,9 +36,6 @@ #include <list> #include <boost/unordered_map.hpp> -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <threadhelp/threadhelpbase.hxx> #include <macros/generic.hxx> #include <macros/xinterface.hxx> @@ -46,17 +43,11 @@ #include <macros/xserviceinfo.hxx> #include <stdtypes.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/container/NoSuchElementException.hpp> #include <com/sun/star/util/XStringSubstitution.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <cppuhelper/implbase2.hxx> #include <rtl/ustring.hxx> #include <unotools/configitem.hxx> diff --git a/framework/inc/services/tabwindowservice.hxx b/framework/inc/services/tabwindowservice.hxx index d0cdfe60c317..bd652ac01722 100644 --- a/framework/inc/services/tabwindowservice.hxx +++ b/framework/inc/services/tabwindowservice.hxx @@ -34,10 +34,6 @@ */ #include <vector> -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <classes/fwktabwindow.hxx> #include <classes/propertysethelper.hxx> #include <threadhelp/threadhelpbase.hxx> @@ -49,18 +45,10 @@ #include <general.h> #include <stdtypes.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ - #include <com/sun/star/awt/XSimpleTabController.hpp> #include <com/sun/star/awt/XWindow.hpp> #include <com/sun/star/beans/XPropertySet.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ - #include <cppuhelper/weak.hxx> #include <vcl/window.hxx> diff --git a/framework/inc/services/taskcreatorsrv.hxx b/framework/inc/services/taskcreatorsrv.hxx index 1d7de6c55320..804ba4d37d2c 100644 --- a/framework/inc/services/taskcreatorsrv.hxx +++ b/framework/inc/services/taskcreatorsrv.hxx @@ -29,9 +29,6 @@ #ifndef __FRAMEWORK_SERVICES_TASKCREATORSRV_HXX_ #define __FRAMEWORK_SERVICES_TASKCREATORSRV_HXX_ -//_______________________________________________ -// own includes - #include <threadhelp/threadhelpbase.hxx> #include <macros/xinterface.hxx> #include <macros/xtypeprovider.hxx> @@ -39,8 +36,6 @@ #include <general.h> #include <stdtypes.h> -//_______________________________________________ -// interface includes #include <com/sun/star/uno/XInterface.hpp> #include <com/sun/star/frame/XFrame.hpp> #include <com/sun/star/lang/XTypeProvider.hpp> @@ -49,8 +44,6 @@ #include <com/sun/star/lang/XSingleServiceFactory.hpp> #include <com/sun/star/awt/Rectangle.hpp> -//_______________________________________________ -// other includes #include <cppuhelper/weak.hxx> #include <comphelper/sequenceashashmap.hxx> diff --git a/framework/inc/services/urltransformer.hxx b/framework/inc/services/urltransformer.hxx index b7f193524ba2..562ef35442c7 100644 --- a/framework/inc/services/urltransformer.hxx +++ b/framework/inc/services/urltransformer.hxx @@ -20,10 +20,6 @@ #ifndef __FRAMEWORK_SERVICES_URLTRANSFORMER_HXX_ #define __FRAMEWORK_SERVICES_URLTRANSFORMER_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <threadhelp/threadhelpbase.hxx> #include <macros/generic.hxx> #include <macros/debug.hxx> @@ -32,15 +28,9 @@ #include <macros/xserviceinfo.hxx> #include <general.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/util/XURLTransformer.hpp> #include <com/sun/star/util/URL.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <cppuhelper/implbase2.hxx> //_________________________________________________________________________________________________________________ diff --git a/framework/inc/stdtypes.h b/framework/inc/stdtypes.h index 83754a884c28..8c99c86d1643 100644 --- a/framework/inc/stdtypes.h +++ b/framework/inc/stdtypes.h @@ -33,22 +33,12 @@ #include <queue> #include <boost/unordered_map.hpp> -//_________________________________________________________________________________________________________________ -// own includes -//_________________________________________________________________________________________________________________ #include <general.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ - #ifndef __COM_SUN_STAR_AWT_KEYEVENT_HPP_ #include <com/sun/star/awt/KeyEvent.hpp> #endif -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <comphelper/sequenceasvector.hxx> #include <cppuhelper/interfacecontainer.hxx> #include <rtl/ustring.hxx> diff --git a/framework/inc/tabwin/tabwindow.hxx b/framework/inc/tabwin/tabwindow.hxx index 0cfe4507c048..dbd9048c3b5b 100644 --- a/framework/inc/tabwin/tabwindow.hxx +++ b/framework/inc/tabwin/tabwindow.hxx @@ -29,10 +29,6 @@ #ifndef __FRAMEWORK_TABWIN_TABWINDOW_HXX_ #define __FRAMEWORK_TABWIN_TABWINDOW_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <stdtypes.h> #include <threadhelp/threadhelpbase.hxx> #include <macros/generic.hxx> @@ -41,9 +37,6 @@ #include <macros/xserviceinfo.hxx> #include <services.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> @@ -55,9 +48,6 @@ #include <com/sun/star/awt/XSimpleTabController.hpp> #include <com/sun/star/awt/XTabListener.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ #include <cppuhelper/propshlp.hxx> #include <cppuhelper/interfacecontainer.hxx> #include <cppuhelper/weak.hxx> diff --git a/framework/inc/tabwin/tabwinfactory.hxx b/framework/inc/tabwin/tabwinfactory.hxx index b6afee085eef..a594b2a548a3 100644 --- a/framework/inc/tabwin/tabwinfactory.hxx +++ b/framework/inc/tabwin/tabwinfactory.hxx @@ -20,10 +20,6 @@ #ifndef __FRAMEWORK_TABWIN_TABWINFACTORY_HXX_ #define __FRAMEWORK_TABWIN_TABWINFACTORY_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <stdtypes.h> #include <threadhelp/threadhelpbase.hxx> #include <macros/generic.hxx> @@ -32,9 +28,6 @@ #include <macros/xserviceinfo.hxx> #include <services.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> @@ -42,9 +35,6 @@ #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/awt/XToolkit.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ #include <cppuhelper/implbase2.hxx> #include <rtl/ustring.hxx> diff --git a/framework/inc/threadhelp/fairrwlock.hxx b/framework/inc/threadhelp/fairrwlock.hxx index 7046229e2034..a8250d32efb1 100644 --- a/framework/inc/threadhelp/fairrwlock.hxx +++ b/framework/inc/threadhelp/fairrwlock.hxx @@ -20,22 +20,12 @@ #ifndef __FRAMEWORK_THREADHELP_FAIRRWLOCK_HXX_ #define __FRAMEWORK_THREADHELP_FAIRRWLOCK_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <threadhelp/inoncopyable.h> #include <threadhelp/irwlock.h> #include <macros/debug.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/uno/XInterface.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <osl/mutex.hxx> #include <osl/conditn.hxx> diff --git a/framework/inc/threadhelp/gate.hxx b/framework/inc/threadhelp/gate.hxx index 9fbcbc8aaeef..3a41f781d38f 100644 --- a/framework/inc/threadhelp/gate.hxx +++ b/framework/inc/threadhelp/gate.hxx @@ -20,20 +20,9 @@ #ifndef __FRAMEWORK_THREADHELP_GATE_HXX_ #define __FRAMEWORK_THREADHELP_GATE_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <threadhelp/inoncopyable.h> #include <threadhelp/igate.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ - -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <osl/mutex.hxx> #include <osl/conditn.hxx> diff --git a/framework/inc/threadhelp/igate.h b/framework/inc/threadhelp/igate.h index 7dc1cfa60cb1..b7b0d7d01495 100644 --- a/framework/inc/threadhelp/igate.h +++ b/framework/inc/threadhelp/igate.h @@ -29,10 +29,6 @@ #ifndef __FRAMEWORK_THREADHELP_IGATE_H_ #define __FRAMEWORK_THREADHELP_IGATE_H_ -//_________________________________________________________________________________________________________________ -// includes -//_________________________________________________________________________________________________________________ - #include <osl/time.h> //_________________________________________________________________________________________________________________ diff --git a/framework/inc/threadhelp/inoncopyable.h b/framework/inc/threadhelp/inoncopyable.h index 72c2b3f6506e..7929f1ad4464 100644 --- a/framework/inc/threadhelp/inoncopyable.h +++ b/framework/inc/threadhelp/inoncopyable.h @@ -21,18 +21,6 @@ #define __FRAMEWORK_THREADHELP_INONCOPYABLE_H_ //_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ - -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ - -//_________________________________________________________________________________________________________________ // namespace //_________________________________________________________________________________________________________________ diff --git a/framework/inc/threadhelp/irwlock.h b/framework/inc/threadhelp/irwlock.h index 22363c7b7113..27d6c04dbd9d 100644 --- a/framework/inc/threadhelp/irwlock.h +++ b/framework/inc/threadhelp/irwlock.h @@ -30,10 +30,6 @@ #define __FRAMEWORK_THREADHELP_IRWLOCK_H_ //_________________________________________________________________________________________________________________ -// includes -//_________________________________________________________________________________________________________________ - -//_________________________________________________________________________________________________________________ // namespace //_________________________________________________________________________________________________________________ diff --git a/framework/inc/threadhelp/itransactionmanager.h b/framework/inc/threadhelp/itransactionmanager.h index 5e70ebdc6771..305b480763d0 100644 --- a/framework/inc/threadhelp/itransactionmanager.h +++ b/framework/inc/threadhelp/itransactionmanager.h @@ -29,10 +29,6 @@ #ifndef __FRAMEWORK_THREADHELP_ITRANSACTIONMANAGER_H_ #define __FRAMEWORK_THREADHELP_ITRANSACTIONMANAGER_H_ -//_________________________________________________________________________________________________________________ -// includes -//_________________________________________________________________________________________________________________ - #include <general.h> #include <com/sun/star/uno/RuntimeException.hpp> #include <com/sun/star/lang/DisposedException.hpp> diff --git a/framework/inc/threadhelp/lockhelper.hxx b/framework/inc/threadhelp/lockhelper.hxx index eaaf73f4f69f..70fb55cd75cb 100644 --- a/framework/inc/threadhelp/lockhelper.hxx +++ b/framework/inc/threadhelp/lockhelper.hxx @@ -29,22 +29,11 @@ #ifndef __FRAMEWORK_THREADHELP_LOCKHELPER_HXX_ #define __FRAMEWORK_THREADHELP_LOCKHELPER_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <threadhelp/inoncopyable.h> #include <framework/imutex.hxx> #include <threadhelp/irwlock.h> #include <threadhelp/fairrwlock.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ - -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <osl/mutex.hxx> #include <fwidllapi.h> //_________________________________________________________________________________________________________________ diff --git a/framework/inc/threadhelp/threadhelpbase.hxx b/framework/inc/threadhelp/threadhelpbase.hxx index c1063a04ffcc..71435c1c4197 100644 --- a/framework/inc/threadhelp/threadhelpbase.hxx +++ b/framework/inc/threadhelp/threadhelpbase.hxx @@ -29,21 +29,9 @@ #ifndef __FRAMEWORK_THREADHELP_THREADHELPBASE_HXX_ #define __FRAMEWORK_THREADHELP_THREADHELPBASE_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <threadhelp/lockhelper.hxx> //_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ - -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ - -//_________________________________________________________________________________________________________________ // namespace //_________________________________________________________________________________________________________________ diff --git a/framework/inc/threadhelp/transactionbase.hxx b/framework/inc/threadhelp/transactionbase.hxx index e11c2718f651..6157a337db96 100644 --- a/framework/inc/threadhelp/transactionbase.hxx +++ b/framework/inc/threadhelp/transactionbase.hxx @@ -20,21 +20,9 @@ #ifndef __FRAMEWORK_THREADHELP_TRANSACTIONBASE_H_ #define __FRAMEWORK_THREADHELP_TRANSACTIONBASE_H_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <threadhelp/transactionmanager.hxx> //_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ - -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ - -//_________________________________________________________________________________________________________________ // namespace //_________________________________________________________________________________________________________________ diff --git a/framework/inc/threadhelp/transactionguard.hxx b/framework/inc/threadhelp/transactionguard.hxx index c7d03e3d26fc..7f0dc7ff629b 100644 --- a/framework/inc/threadhelp/transactionguard.hxx +++ b/framework/inc/threadhelp/transactionguard.hxx @@ -20,22 +20,10 @@ #ifndef __FRAMEWORK_THREADHELP_TRANSACTIONGUARD_HXX_ #define __FRAMEWORK_THREADHELP_TRANSACTIONGUARD_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <threadhelp/inoncopyable.h> #include <threadhelp/itransactionmanager.h> //_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ - -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ - -//_________________________________________________________________________________________________________________ // namespace //_________________________________________________________________________________________________________________ diff --git a/framework/inc/threadhelp/transactionmanager.hxx b/framework/inc/threadhelp/transactionmanager.hxx index 462e66069b51..e5b28d1e7871 100644 --- a/framework/inc/threadhelp/transactionmanager.hxx +++ b/framework/inc/threadhelp/transactionmanager.hxx @@ -20,26 +20,16 @@ #ifndef __FRAMEWORK_THREADHELP_TRANSACTIONMANAGER_HXX_ #define __FRAMEWORK_THREADHELP_TRANSACTIONMANAGER_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <threadhelp/inoncopyable.h> #include <threadhelp/itransactionmanager.h> #include <threadhelp/gate.hxx> #include <macros/debug.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/uno/XInterface.hpp> #include <com/sun/star/uno/RuntimeException.hpp> #include <com/sun/star/lang/DisposedException.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <osl/mutex.hxx> #include <fwidllapi.h> diff --git a/framework/inc/uiconfiguration/globalsettings.hxx b/framework/inc/uiconfiguration/globalsettings.hxx index 6f581173b294..49f39b1f3ca7 100644 --- a/framework/inc/uiconfiguration/globalsettings.hxx +++ b/framework/inc/uiconfiguration/globalsettings.hxx @@ -27,9 +27,6 @@ #include <list> #include <boost/unordered_map.hpp> -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <threadhelp/threadhelpbase.hxx> #include <macros/generic.hxx> #include <macros/xinterface.hxx> @@ -37,16 +34,10 @@ #include <macros/xserviceinfo.hxx> #include <stdtypes.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/container/XNameAccess.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <cppuhelper/weak.hxx> #include <rtl/ustring.hxx> diff --git a/framework/inc/uiconfiguration/graphicnameaccess.hxx b/framework/inc/uiconfiguration/graphicnameaccess.hxx index d1e668d40e85..ebcc847f83b6 100644 --- a/framework/inc/uiconfiguration/graphicnameaccess.hxx +++ b/framework/inc/uiconfiguration/graphicnameaccess.hxx @@ -22,9 +22,6 @@ #include <stdtypes.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/container/XNameContainer.hpp> #include <com/sun/star/graphic/XGraphic.hpp> #include <cppuhelper/implbase1.hxx> diff --git a/framework/inc/uiconfiguration/imagemanager.hxx b/framework/inc/uiconfiguration/imagemanager.hxx index e980b3af293e..dba73cb546f6 100644 --- a/framework/inc/uiconfiguration/imagemanager.hxx +++ b/framework/inc/uiconfiguration/imagemanager.hxx @@ -29,9 +29,6 @@ #include <boost/unordered_map.hpp> #include <memory> -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <threadhelp/threadhelpbase.hxx> #include <macros/generic.hxx> #include <macros/xinterface.hxx> @@ -40,9 +37,6 @@ #include <stdtypes.h> #include <uiconfiguration/imagetype.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/lang/XComponent.hpp> @@ -55,9 +49,6 @@ #include <com/sun/star/embed/XTransactedObject.hpp> #include <com/sun/star/ui/XImageManager.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <cppuhelper/implbase2.hxx> #include <cppuhelper/interfacecontainer.hxx> #include <rtl/ustring.hxx> diff --git a/framework/inc/uiconfiguration/moduleimagemanager.hxx b/framework/inc/uiconfiguration/moduleimagemanager.hxx index 315f8143685c..28137a05f2a6 100644 --- a/framework/inc/uiconfiguration/moduleimagemanager.hxx +++ b/framework/inc/uiconfiguration/moduleimagemanager.hxx @@ -38,9 +38,6 @@ #include <boost/unordered_map.hpp> #include <memory> -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <threadhelp/threadhelpbase.hxx> #include <macros/generic.hxx> #include <macros/xinterface.hxx> @@ -49,9 +46,6 @@ #include <stdtypes.h> #include <uiconfiguration/imagetype.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/lang/XComponent.hpp> @@ -64,9 +58,6 @@ #include <com/sun/star/embed/XTransactedObject.hpp> #include <com/sun/star/ui/XImageManager.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <cppuhelper/implbase1.hxx> #include <cppuhelper/interfacecontainer.hxx> #include <rtl/ustring.hxx> diff --git a/framework/inc/uiconfiguration/moduleuicfgsupplier.hxx b/framework/inc/uiconfiguration/moduleuicfgsupplier.hxx index 26c3347f9a80..208c6308669d 100644 --- a/framework/inc/uiconfiguration/moduleuicfgsupplier.hxx +++ b/framework/inc/uiconfiguration/moduleuicfgsupplier.hxx @@ -37,9 +37,6 @@ #include <list> #include <boost/unordered_map.hpp> -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <threadhelp/threadhelpbase.hxx> #include <macros/generic.hxx> #include <macros/xinterface.hxx> @@ -47,9 +44,6 @@ #include <macros/xserviceinfo.hxx> #include <stdtypes.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/lang/XComponent.hpp> @@ -59,9 +53,6 @@ #include <com/sun/star/embed/XStorage.hpp> #include <com/sun/star/embed/XTransactedObject.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <cppuhelper/weak.hxx> #include <cppuhelper/interfacecontainer.hxx> #include <rtl/ustring.hxx> diff --git a/framework/inc/uiconfiguration/moduleuiconfigurationmanager.hxx b/framework/inc/uiconfiguration/moduleuiconfigurationmanager.hxx index 86be656196d1..51012143a109 100644 --- a/framework/inc/uiconfiguration/moduleuiconfigurationmanager.hxx +++ b/framework/inc/uiconfiguration/moduleuiconfigurationmanager.hxx @@ -37,9 +37,6 @@ #include <list> #include <boost/unordered_map.hpp> -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <accelerators/presethandler.hxx> #include <threadhelp/threadhelpbase.hxx> #include <macros/generic.hxx> @@ -49,9 +46,6 @@ #include <stdtypes.h> #include <uiconfiguration/moduleimagemanager.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/lang/XComponent.hpp> @@ -65,9 +59,6 @@ #include <com/sun/star/embed/XTransactedObject.hpp> #include <com/sun/star/container/XIndexContainer.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <cppuhelper/weak.hxx> #include <cppuhelper/interfacecontainer.hxx> #include <rtl/ustring.hxx> diff --git a/framework/inc/uiconfiguration/uicategorydescription.hxx b/framework/inc/uiconfiguration/uicategorydescription.hxx index 9cb15d29ae44..028452fb300b 100644 --- a/framework/inc/uiconfiguration/uicategorydescription.hxx +++ b/framework/inc/uiconfiguration/uicategorydescription.hxx @@ -27,27 +27,17 @@ #include <list> #include <boost/unordered_map.hpp> -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <threadhelp/threadhelpbase.hxx> #include <macros/generic.hxx> #include <macros/xserviceinfo.hxx> #include <uielement/uicommanddescription.hxx> #include <stdtypes.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/container/XNameAccess.hpp> #include <com/sun/star/frame/XModuleManager.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ - namespace framework { class UICategoryDescription : public UICommandDescription diff --git a/framework/inc/uiconfiguration/uiconfigurationmanager.hxx b/framework/inc/uiconfiguration/uiconfigurationmanager.hxx index ccb2eaeaeb0d..4365266840e4 100644 --- a/framework/inc/uiconfiguration/uiconfigurationmanager.hxx +++ b/framework/inc/uiconfiguration/uiconfigurationmanager.hxx @@ -37,9 +37,6 @@ #include <list> #include <boost/unordered_map.hpp> -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <threadhelp/threadhelpbase.hxx> #include <macros/generic.hxx> #include <macros/xinterface.hxx> @@ -48,9 +45,6 @@ #include <stdtypes.h> #include <uiconfiguration/imagemanager.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/lang/XComponent.hpp> @@ -63,9 +57,6 @@ #include <com/sun/star/ui/UIElementType.hpp> #include <com/sun/star/container/XIndexContainer.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <cppuhelper/weak.hxx> #include <cppuhelper/interfacecontainer.hxx> #include <rtl/ustring.hxx> diff --git a/framework/inc/uiconfiguration/windowstateconfiguration.hxx b/framework/inc/uiconfiguration/windowstateconfiguration.hxx index 7c485107b8c9..296c106f973d 100644 --- a/framework/inc/uiconfiguration/windowstateconfiguration.hxx +++ b/framework/inc/uiconfiguration/windowstateconfiguration.hxx @@ -36,9 +36,6 @@ #include <list> #include <boost/unordered_map.hpp> -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <threadhelp/threadhelpbase.hxx> #include <macros/generic.hxx> #include <macros/xinterface.hxx> @@ -46,17 +43,11 @@ #include <macros/xserviceinfo.hxx> #include <stdtypes.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/container/XNameAccess.hpp> #include <com/sun/star/frame/XModuleManager.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <cppuhelper/implbase2.hxx> #include <rtl/ustring.hxx> diff --git a/framework/inc/uielement/addonstoolbarmanager.hxx b/framework/inc/uielement/addonstoolbarmanager.hxx index 662b6ab7a2ed..d4d4946f61b9 100644 --- a/framework/inc/uielement/addonstoolbarmanager.hxx +++ b/framework/inc/uielement/addonstoolbarmanager.hxx @@ -29,19 +29,12 @@ #ifndef __FRAMEWORK_UIELEMENT_ADDONSTOOLBARMANAGER_HXX_ #define __FRAMEWORK_UIELEMENT_ADDONSTOOLBARMANAGER_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <uielement/toolbarmanager.hxx> #include <threadhelp/threadhelpbase.hxx> #include <macros/generic.hxx> #include <macros/xinterface.hxx> #include <macros/xtypeprovider.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/frame/XFrame.hpp> #include <com/sun/star/frame/XStatusListener.hpp> #include <com/sun/star/lang/XComponent.hpp> @@ -50,9 +43,6 @@ #include <com/sun/star/frame/XModuleManager.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <rtl/ustring.hxx> #include <cppuhelper/weak.hxx> #include <cppuhelper/interfacecontainer.hxx> diff --git a/framework/inc/uielement/addonstoolbarwrapper.hxx b/framework/inc/uielement/addonstoolbarwrapper.hxx index 178d35c16a8e..310eaf6a406a 100644 --- a/framework/inc/uielement/addonstoolbarwrapper.hxx +++ b/framework/inc/uielement/addonstoolbarwrapper.hxx @@ -20,23 +20,12 @@ #ifndef __FRAMEWORK_UIELEMENT_ADDONSTOOLBARWRAPPER_HXX_ #define __FRAMEWORK_UIELEMENT_ADDONSTOOLBARWRAPPER_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <helper/uielementwrapperbase.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/frame/XFrame.hpp> #include <com/sun/star/lang/XComponent.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ - namespace framework { diff --git a/framework/inc/uielement/buttontoolbarcontroller.hxx b/framework/inc/uielement/buttontoolbarcontroller.hxx index b5685a39e9b9..7e7de4eebdb1 100644 --- a/framework/inc/uielement/buttontoolbarcontroller.hxx +++ b/framework/inc/uielement/buttontoolbarcontroller.hxx @@ -33,10 +33,6 @@ #include <com/sun/star/frame/XLayoutManager.hpp> #include <com/sun/star/frame/XToolbarController.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ - #include <comphelper/broadcasthelper.hxx> #include <cppuhelper/weak.hxx> #include <vcl/toolbox.hxx> diff --git a/framework/inc/uielement/commandinfo.hxx b/framework/inc/uielement/commandinfo.hxx index 16cc47ac8aff..db0fb1c97287 100644 --- a/framework/inc/uielement/commandinfo.hxx +++ b/framework/inc/uielement/commandinfo.hxx @@ -20,17 +20,9 @@ #ifndef __FRAMEWORK_UIELEMENT_COMMANDINFO_HXX_ #define __FRAMEWORK_UIELEMENT_COMMANDINFO_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <macros/generic.hxx> #include <stdtypes.h> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ - #include <tools/solar.h> namespace framework diff --git a/framework/inc/uielement/complextoolbarcontroller.hxx b/framework/inc/uielement/complextoolbarcontroller.hxx index e6d2c27aac21..badf136e1cc2 100644 --- a/framework/inc/uielement/complextoolbarcontroller.hxx +++ b/framework/inc/uielement/complextoolbarcontroller.hxx @@ -26,9 +26,6 @@ #include <com/sun/star/frame/ControlCommand.hpp> #include <com/sun/star/frame/XControlNotificationListener.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ #include <svtools/toolboxcontroller.hxx> #include <vcl/toolbox.hxx> diff --git a/framework/inc/uielement/constitemcontainer.hxx b/framework/inc/uielement/constitemcontainer.hxx index 94527830000d..b992bc63c1f3 100644 --- a/framework/inc/uielement/constitemcontainer.hxx +++ b/framework/inc/uielement/constitemcontainer.hxx @@ -29,18 +29,11 @@ #ifndef __FRAMEWORK_UIELEMENT_CONSTITEMCONTAINER_HXX_ #define __FRAMEWORK_UIELEMENT_CONSTITEMCONTAINER_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <threadhelp/threadhelpbase.hxx> #include <macros/generic.hxx> #include <macros/xinterface.hxx> #include <macros/xtypeprovider.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/container/XIndexContainer.hpp> #include <com/sun/star/lang/XSingleComponentFactory.hpp> #include <com/sun/star/beans/PropertyValue.hpp> @@ -49,9 +42,6 @@ #include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/lang/XUnoTunnel.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <rtl/ustring.hxx> #include <cppuhelper/weak.hxx> #include <cppuhelper/propshlp.hxx> diff --git a/framework/inc/uielement/controlmenucontroller.hxx b/framework/inc/uielement/controlmenucontroller.hxx index 3f877f3bafc6..4a3f830cebfa 100644 --- a/framework/inc/uielement/controlmenucontroller.hxx +++ b/framework/inc/uielement/controlmenucontroller.hxx @@ -29,16 +29,9 @@ #ifndef __FRAMEWORK_UIELEMENT_CONTROLMENUCONTROLLER_HXX_ #define __FRAMEWORK_UIELEMENT_CONTROLMENUCONTROLLER_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <macros/xserviceinfo.hxx> #include <stdtypes.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/lang/XInitialization.hpp> @@ -50,9 +43,6 @@ #include <com/sun/star/frame/status/Verb.hpp> #include <com/sun/star/frame/XModel.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ #include <svtools/popupmenucontrollerbase.hxx> #include <toolkit/awt/vclxmenu.hxx> #include <cppuhelper/weak.hxx> diff --git a/framework/inc/uielement/dropdownboxtoolbarcontroller.hxx b/framework/inc/uielement/dropdownboxtoolbarcontroller.hxx index c38dba3c5c73..a002450fa64d 100644 --- a/framework/inc/uielement/dropdownboxtoolbarcontroller.hxx +++ b/framework/inc/uielement/dropdownboxtoolbarcontroller.hxx @@ -33,10 +33,6 @@ #include <com/sun/star/frame/XDispatch.hpp> #include <com/sun/star/frame/ControlCommand.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ - #include <uielement/complextoolbarcontroller.hxx> #include <vcl/toolbox.hxx> #include <vcl/lstbox.hxx> diff --git a/framework/inc/uielement/edittoolbarcontroller.hxx b/framework/inc/uielement/edittoolbarcontroller.hxx index 46e2ff091edb..f2c573c08b37 100644 --- a/framework/inc/uielement/edittoolbarcontroller.hxx +++ b/framework/inc/uielement/edittoolbarcontroller.hxx @@ -33,10 +33,6 @@ #include <com/sun/star/frame/XDispatch.hpp> #include <com/sun/star/frame/ControlCommand.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ - #include <uielement/complextoolbarcontroller.hxx> #include <vcl/toolbox.hxx> #include <vcl/edit.hxx> diff --git a/framework/inc/uielement/fontmenucontroller.hxx b/framework/inc/uielement/fontmenucontroller.hxx index b8b2286d3378..472839422c3b 100644 --- a/framework/inc/uielement/fontmenucontroller.hxx +++ b/framework/inc/uielement/fontmenucontroller.hxx @@ -20,16 +20,9 @@ #ifndef __FRAMEWORK_UIELEMENT_FONTMENUCONTROLLER_HXX_ #define __FRAMEWORK_UIELEMENT_FONTMENUCONTROLLER_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <macros/xserviceinfo.hxx> #include <stdtypes.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/lang/XInitialization.hpp> @@ -39,9 +32,6 @@ #include <com/sun/star/frame/XStatusListener.hpp> #include <com/sun/star/frame/XPopupMenuController.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ #include <svtools/popupmenucontrollerbase.hxx> #include <toolkit/awt/vclxmenu.hxx> #include <cppuhelper/weak.hxx> diff --git a/framework/inc/uielement/fontsizemenucontroller.hxx b/framework/inc/uielement/fontsizemenucontroller.hxx index 6bf4d1f1c7d7..c8752d4b6e28 100644 --- a/framework/inc/uielement/fontsizemenucontroller.hxx +++ b/framework/inc/uielement/fontsizemenucontroller.hxx @@ -20,16 +20,9 @@ #ifndef __FRAMEWORK_UIELEMENT_FONTSIZEMENUCONTROLLER_HXX_ #define __FRAMEWORK_UIELEMENT_FONTSIZEMENUCONTROLLER_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <macros/xserviceinfo.hxx> #include <stdtypes.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/lang/XInitialization.hpp> @@ -40,9 +33,6 @@ #include <com/sun/star/frame/XPopupMenuController.hpp> #include <com/sun/star/frame/status/FontHeight.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ #include <svtools/popupmenucontrollerbase.hxx> #include <toolkit/awt/vclxmenu.hxx> #include <cppuhelper/weak.hxx> diff --git a/framework/inc/uielement/footermenucontroller.hxx b/framework/inc/uielement/footermenucontroller.hxx index 4eaf6680605c..bfc935f644c0 100644 --- a/framework/inc/uielement/footermenucontroller.hxx +++ b/framework/inc/uielement/footermenucontroller.hxx @@ -20,9 +20,6 @@ #ifndef __FRAMEWORK_UIELEMENT_FOOTERMENUCONTROLLER_HXX_ #define __FRAMEWORK_UIELEMENT_FOOTERMENUCONTROLLER_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <uielement/headermenucontroller.hxx> namespace framework diff --git a/framework/inc/uielement/generictoolbarcontroller.hxx b/framework/inc/uielement/generictoolbarcontroller.hxx index 851073c16b12..ba4177bfa9c6 100644 --- a/framework/inc/uielement/generictoolbarcontroller.hxx +++ b/framework/inc/uielement/generictoolbarcontroller.hxx @@ -20,10 +20,6 @@ #ifndef __FRAMEWORK_UIELEMENT_GENERICTOOLBARCONTROLLER_HXX_ #define __FRAMEWORK_UIELEMENT_GENERICTOOLBARCONTROLLER_HXX_ -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ - #include <svtools/toolboxcontroller.hxx> #include <vcl/toolbox.hxx> #include <memory> diff --git a/framework/inc/uielement/headermenucontroller.hxx b/framework/inc/uielement/headermenucontroller.hxx index e918d78e4ebc..3a6613e87b31 100644 --- a/framework/inc/uielement/headermenucontroller.hxx +++ b/framework/inc/uielement/headermenucontroller.hxx @@ -20,16 +20,9 @@ #ifndef __FRAMEWORK_UIELEMENT_HEADERMENUCONTROLLER_HXX_ #define __FRAMEWORK_UIELEMENT_HEADERMENUCONTROLLER_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <macros/xserviceinfo.hxx> #include <stdtypes.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/lang/XInitialization.hpp> @@ -41,9 +34,6 @@ #include <com/sun/star/frame/status/Verb.hpp> #include <com/sun/star/frame/XModel.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ #include <svtools/popupmenucontrollerbase.hxx> #include <toolkit/awt/vclxmenu.hxx> #include <cppuhelper/weak.hxx> diff --git a/framework/inc/uielement/imagebuttontoolbarcontroller.hxx b/framework/inc/uielement/imagebuttontoolbarcontroller.hxx index 4cbbc5465fa0..2d9dd37b489d 100644 --- a/framework/inc/uielement/imagebuttontoolbarcontroller.hxx +++ b/framework/inc/uielement/imagebuttontoolbarcontroller.hxx @@ -24,10 +24,6 @@ #include <com/sun/star/frame/XDispatch.hpp> #include <com/sun/star/frame/ControlCommand.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ - #include <uielement/complextoolbarcontroller.hxx> #include <vcl/toolbox.hxx> #include <vcl/image.hxx> diff --git a/framework/inc/uielement/itemcontainer.hxx b/framework/inc/uielement/itemcontainer.hxx index 159d6a5f6e5a..ab7890c37c7c 100644 --- a/framework/inc/uielement/itemcontainer.hxx +++ b/framework/inc/uielement/itemcontainer.hxx @@ -29,26 +29,16 @@ #ifndef __FRAMEWORK_UIELEMENT_ITEMCONTAINER_HXX_ #define __FRAMEWORK_UIELEMENT_ITEMCONTAINER_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <threadhelp/threadhelpbase.hxx> #include <macros/generic.hxx> #include <macros/xinterface.hxx> #include <macros/xtypeprovider.hxx> #include <helper/shareablemutex.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/container/XIndexContainer.hpp> #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/lang/XUnoTunnel.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <rtl/ustring.hxx> #include <cppuhelper/implbase1.hxx> diff --git a/framework/inc/uielement/langselectionmenucontroller.hxx b/framework/inc/uielement/langselectionmenucontroller.hxx index d72abdbc4046..e6eb10133847 100644 --- a/framework/inc/uielement/langselectionmenucontroller.hxx +++ b/framework/inc/uielement/langselectionmenucontroller.hxx @@ -20,16 +20,9 @@ #ifndef __FRAMEWORK_UIELEMENT_LANGUAGESELECTIONMENUCONTROLLER_HXX_ #define __FRAMEWORK_UIELEMENT_LANGUAGESELECTIONMENUCONTROLLER_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <macros/xserviceinfo.hxx> #include <stdtypes.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/lang/XInitialization.hpp> @@ -40,9 +33,6 @@ #include <com/sun/star/frame/XPopupMenuController.hpp> #include <com/sun/star/linguistic2/XLanguageGuessing.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ #include <svtools/popupmenucontrollerbase.hxx> #include <toolkit/awt/vclxmenu.hxx> #include <cppuhelper/weak.hxx> diff --git a/framework/inc/uielement/menubarmanager.hxx b/framework/inc/uielement/menubarmanager.hxx index 683670782718..bb90ae0c0c5b 100644 --- a/framework/inc/uielement/menubarmanager.hxx +++ b/framework/inc/uielement/menubarmanager.hxx @@ -34,16 +34,10 @@ */ #include <vector> -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <threadhelp/threadhelpbase.hxx> #include <macros/debug.hxx> #include <stdtypes.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/frame/XFrame.hpp> #include <com/sun/star/frame/XDispatch.hpp> #include <com/sun/star/frame/XDispatchProvider.hpp> @@ -63,9 +57,6 @@ #include <com/sun/star/util/XURLTransformer.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <rtl/ustring.hxx> #include <vcl/menu.hxx> #include <vcl/accel.hxx> diff --git a/framework/inc/uielement/menubarwrapper.hxx b/framework/inc/uielement/menubarwrapper.hxx index ef4518cb1644..47bfcce26d02 100644 --- a/framework/inc/uielement/menubarwrapper.hxx +++ b/framework/inc/uielement/menubarwrapper.hxx @@ -20,26 +20,15 @@ #ifndef __FRAMEWORK_UIELEMENT_MENUBARWRAPPER_HXX_ #define __FRAMEWORK_UIELEMENT_MENUBARWRAPPER_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <helper/uiconfigelementwrapperbase.hxx> #include <uielement/menubarmanager.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/frame/XFrame.hpp> #include <com/sun/star/frame/XDispatchProvider.hpp> #include <com/sun/star/lang/XComponent.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/container/XNameAccess.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ - #include <boost/unordered_map.hpp> namespace framework diff --git a/framework/inc/uielement/newmenucontroller.hxx b/framework/inc/uielement/newmenucontroller.hxx index f3c7b1b926ea..7954844f1bb8 100644 --- a/framework/inc/uielement/newmenucontroller.hxx +++ b/framework/inc/uielement/newmenucontroller.hxx @@ -29,16 +29,9 @@ #ifndef __FRAMEWORK_UIELEMENT_NEWMENUCONTROLLER_HXX_ #define __FRAMEWORK_UIELEMENT_NEWMENUCONTROLLER_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <macros/xserviceinfo.hxx> #include <stdtypes.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/lang/XInitialization.hpp> @@ -51,9 +44,6 @@ #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/ui/XAcceleratorConfiguration.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ #include <svtools/popupmenucontrollerbase.hxx> #include <toolkit/awt/vclxmenu.hxx> #include <cppuhelper/weak.hxx> diff --git a/framework/inc/uielement/objectmenucontroller.hxx b/framework/inc/uielement/objectmenucontroller.hxx index e3af82836356..eb4e09af7020 100644 --- a/framework/inc/uielement/objectmenucontroller.hxx +++ b/framework/inc/uielement/objectmenucontroller.hxx @@ -20,16 +20,9 @@ #ifndef __FRAMEWORK_UIELEMENT_OBJECTMENUCONTROLLER_HXX_ #define __FRAMEWORK_UIELEMENT_OBJECTMENUCONTROLLER_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <macros/xserviceinfo.hxx> #include <stdtypes.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/lang/XInitialization.hpp> @@ -40,9 +33,6 @@ #include <com/sun/star/frame/XPopupMenuController.hpp> #include <com/sun/star/embed/VerbDescriptor.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ #include <svtools/popupmenucontrollerbase.hxx> #include <toolkit/awt/vclxmenu.hxx> #include <cppuhelper/weak.hxx> diff --git a/framework/inc/uielement/progressbarwrapper.hxx b/framework/inc/uielement/progressbarwrapper.hxx index 70f6478e49ce..8041138ad982 100644 --- a/framework/inc/uielement/progressbarwrapper.hxx +++ b/framework/inc/uielement/progressbarwrapper.hxx @@ -20,10 +20,6 @@ #ifndef _FRAMEWORK_UIELEMENT_PROGRESSBARWRAPPER_HXX_ #define _FRAMEWORK_UIELEMENT_PROGRESSBARWRAPPER_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <helper/uielementwrapperbase.hxx> #include <threadhelp/threadhelpbase.hxx> #include <macros/generic.hxx> @@ -31,15 +27,9 @@ #include <macros/xtypeprovider.hxx> #include <macros/debug.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/task/XStatusIndicator.hpp> #include <com/sun/star/awt/XWindow.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <cppuhelper/weak.hxx> #include <cppuhelper/weakref.hxx> diff --git a/framework/inc/uielement/recentfilesmenucontroller.hxx b/framework/inc/uielement/recentfilesmenucontroller.hxx index 620820dbc34a..b5150fd69a03 100644 --- a/framework/inc/uielement/recentfilesmenucontroller.hxx +++ b/framework/inc/uielement/recentfilesmenucontroller.hxx @@ -29,16 +29,9 @@ #ifndef __FRAMEWORK_UIELEMENT_RECENTFILESMENUCONTROLLER_HXX_ #define __FRAMEWORK_UIELEMENT_RECENTFILESMENUCONTROLLER_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <macros/xserviceinfo.hxx> #include <stdtypes.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/lang/XInitialization.hpp> @@ -50,9 +43,6 @@ #include <com/sun/star/frame/XPopupMenuController.hpp> #include <com/sun/star/beans/XPropertySet.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ #include <svtools/popupmenucontrollerbase.hxx> #include <toolkit/awt/vclxmenu.hxx> #include <cppuhelper/weak.hxx> diff --git a/framework/inc/uielement/rootitemcontainer.hxx b/framework/inc/uielement/rootitemcontainer.hxx index 0fd18a5c92c0..f5913a9ff120 100644 --- a/framework/inc/uielement/rootitemcontainer.hxx +++ b/framework/inc/uielement/rootitemcontainer.hxx @@ -29,19 +29,12 @@ #ifndef __FRAMEWORK_UIELEMENT_ROOTITEMCONTAINER_HXX_ #define __FRAMEWORK_UIELEMENT_ROOTITEMCONTAINER_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <threadhelp/threadhelpbase.hxx> #include <macros/generic.hxx> #include <macros/xinterface.hxx> #include <macros/xtypeprovider.hxx> #include <helper/shareablemutex.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/container/XIndexContainer.hpp> #include <com/sun/star/container/XIndexAccess.hpp> #include <com/sun/star/lang/XSingleComponentFactory.hpp> @@ -49,9 +42,6 @@ #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/XUnoTunnel.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <rtl/ustring.hxx> #include <cppuhelper/weak.hxx> #include <cppuhelper/propshlp.hxx> diff --git a/framework/inc/uielement/spinfieldtoolbarcontroller.hxx b/framework/inc/uielement/spinfieldtoolbarcontroller.hxx index 2aa39017cd70..e13e175176f9 100644 --- a/framework/inc/uielement/spinfieldtoolbarcontroller.hxx +++ b/framework/inc/uielement/spinfieldtoolbarcontroller.hxx @@ -33,10 +33,6 @@ #include <com/sun/star/frame/XDispatch.hpp> #include <com/sun/star/frame/ControlCommand.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ - #include <uielement/complextoolbarcontroller.hxx> #include <vcl/toolbox.hxx> #include <vcl/spinfld.hxx> diff --git a/framework/inc/uielement/statusbar.hxx b/framework/inc/uielement/statusbar.hxx index 42d2a7c7cf67..752079bc2373 100644 --- a/framework/inc/uielement/statusbar.hxx +++ b/framework/inc/uielement/statusbar.hxx @@ -20,20 +20,8 @@ #ifndef __FRAMEWORK_UIELEMENT_STATUSBAR_HXX_ #define __FRAMEWORK_UIELEMENT_STATUSBAR_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <uielement/statusbarmanager.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ - -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ - #include <vcl/status.hxx> namespace framework diff --git a/framework/inc/uielement/statusbarmanager.hxx b/framework/inc/uielement/statusbarmanager.hxx index 247a42ec00f0..1ad8ed7cfba8 100644 --- a/framework/inc/uielement/statusbarmanager.hxx +++ b/framework/inc/uielement/statusbarmanager.hxx @@ -29,19 +29,12 @@ #ifndef __FRAMEWORK_UIELEMENT_STATUSBARMANAGER_HXX_ #define __FRAMEWORK_UIELEMENT_STATUSBARMANAGER_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <threadhelp/threadhelpbase.hxx> #include <macros/generic.hxx> #include <macros/xinterface.hxx> #include <macros/xtypeprovider.hxx> #include <stdtypes.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/frame/XFrame.hpp> #include <com/sun/star/frame/XStatusListener.hpp> #include <com/sun/star/frame/XStatusbarController.hpp> @@ -51,9 +44,6 @@ #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/container/XNameAccess.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <rtl/ustring.hxx> #include <cppuhelper/weak.hxx> #include <cppuhelper/interfacecontainer.hxx> diff --git a/framework/inc/uielement/statusbarwrapper.hxx b/framework/inc/uielement/statusbarwrapper.hxx index 376a81e31b67..7a06cc12837a 100644 --- a/framework/inc/uielement/statusbarwrapper.hxx +++ b/framework/inc/uielement/statusbarwrapper.hxx @@ -20,24 +20,13 @@ #ifndef __FRAMEWORK_UIELEMENT_STATUSBARWRAPPER_HXX_ #define __FRAMEWORK_UIELEMENT_STATUSBARWRAPPER_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <helper/uiconfigelementwrapperbase.hxx> #include <uielement/statusbarmanager.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/frame/XFrame.hpp> #include <com/sun/star/lang/XComponent.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ - namespace framework { diff --git a/framework/inc/uielement/statusindicatorinterfacewrapper.hxx b/framework/inc/uielement/statusindicatorinterfacewrapper.hxx index 0276ea162591..c19254a4ad5f 100644 --- a/framework/inc/uielement/statusindicatorinterfacewrapper.hxx +++ b/framework/inc/uielement/statusindicatorinterfacewrapper.hxx @@ -20,25 +20,15 @@ #ifndef __FRAMEWORK_UIELEMENT_STATUSINDICATORINTERFACEWRAPPER_HXX_ #define __FRAMEWORK_UIELEMENT_STATUSINDICATORINTERFACEWRAPPER_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <threadhelp/threadhelpbase.hxx> #include <macros/generic.hxx> #include <macros/xinterface.hxx> #include <macros/xtypeprovider.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/task/XStatusIndicator.hpp> #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/lang/XComponent.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <rtl/ustring.hxx> #include <cppuhelper/implbase1.hxx> diff --git a/framework/inc/uielement/togglebuttontoolbarcontroller.hxx b/framework/inc/uielement/togglebuttontoolbarcontroller.hxx index 43c540abe1d6..0f1bf8703838 100644 --- a/framework/inc/uielement/togglebuttontoolbarcontroller.hxx +++ b/framework/inc/uielement/togglebuttontoolbarcontroller.hxx @@ -24,10 +24,6 @@ #include <com/sun/star/frame/XDispatch.hpp> #include <com/sun/star/frame/ControlCommand.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ - #include <uielement/complextoolbarcontroller.hxx> #include <vcl/toolbox.hxx> #include <vcl/image.hxx> diff --git a/framework/inc/uielement/toolbar.hxx b/framework/inc/uielement/toolbar.hxx index 980b59d8f58e..7d67f010c891 100644 --- a/framework/inc/uielement/toolbar.hxx +++ b/framework/inc/uielement/toolbar.hxx @@ -17,11 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - - #ifndef __FRAMEWORK_UIELEMENT_TOOLBAR_HXX_ #define __FRAMEWORK_UIELEMENT_TOOLBAR_HXX_ diff --git a/framework/inc/uielement/toolbarmanager.hxx b/framework/inc/uielement/toolbarmanager.hxx index 27a19c9489a3..8f36337fc0ac 100644 --- a/framework/inc/uielement/toolbarmanager.hxx +++ b/framework/inc/uielement/toolbarmanager.hxx @@ -29,10 +29,6 @@ #ifndef __FRAMEWORK_UIELEMENT_TOOLBARMANAGER_HXX_ #define __FRAMEWORK_UIELEMENT_TOOLBARMANAGER_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <threadhelp/threadhelpbase.hxx> #include <macros/generic.hxx> #include <macros/xinterface.hxx> @@ -40,9 +36,6 @@ #include <stdtypes.h> #include <uielement/commandinfo.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/frame/XFrame.hpp> #include <com/sun/star/frame/XStatusListener.hpp> #include <com/sun/star/lang/XComponent.hpp> @@ -63,9 +56,6 @@ #include <com/sun/star/frame/XToolbarController.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <rtl/ustring.hxx> #include <cppuhelper/weak.hxx> #include <cppuhelper/interfacecontainer.hxx> diff --git a/framework/inc/uielement/toolbarsmenucontroller.hxx b/framework/inc/uielement/toolbarsmenucontroller.hxx index 67bca1e43d8c..52370f6cb681 100644 --- a/framework/inc/uielement/toolbarsmenucontroller.hxx +++ b/framework/inc/uielement/toolbarsmenucontroller.hxx @@ -20,16 +20,9 @@ #ifndef __FRAMEWORK_UIELEMENT_TOOLBARSMENUCONTROLLER_HXX_ #define __FRAMEWORK_UIELEMENT_TOOLBARSMENUCONTROLLER_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <macros/xserviceinfo.hxx> #include <stdtypes.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/lang/XInitialization.hpp> @@ -43,9 +36,6 @@ #include <com/sun/star/container/XNameAccess.hpp> #include <com/sun/star/ui/XUIConfigurationManager.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ #include <svtools/popupmenucontrollerbase.hxx> #include <toolkit/awt/vclxmenu.hxx> #include <cppuhelper/weak.hxx> diff --git a/framework/inc/uielement/toolbarwrapper.hxx b/framework/inc/uielement/toolbarwrapper.hxx index ee6b1dd7aee5..a777ca642b67 100644 --- a/framework/inc/uielement/toolbarwrapper.hxx +++ b/framework/inc/uielement/toolbarwrapper.hxx @@ -20,24 +20,13 @@ #ifndef __FRAMEWORK_UIELEMENT_TOOLBARWRAPPER_HXX_ #define __FRAMEWORK_UIELEMENT_TOOLBARWRAPPER_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <helper/uiconfigelementwrapperbase.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/frame/XFrame.hpp> #include <com/sun/star/lang/XComponent.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/ui/XUIFunctionListener.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ - namespace framework { diff --git a/framework/inc/uielement/uicommanddescription.hxx b/framework/inc/uielement/uicommanddescription.hxx index 65eb2b724bfd..8c5984ecc057 100644 --- a/framework/inc/uielement/uicommanddescription.hxx +++ b/framework/inc/uielement/uicommanddescription.hxx @@ -36,9 +36,6 @@ #include <list> #include <boost/unordered_map.hpp> -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <threadhelp/threadhelpbase.hxx> #include <macros/generic.hxx> #include <macros/xinterface.hxx> @@ -46,17 +43,11 @@ #include <macros/xserviceinfo.hxx> #include <stdtypes.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/container/XNameAccess.hpp> #include <com/sun/star/frame/XModuleManager.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <cppuhelper/implbase2.hxx> #include <rtl/ustring.hxx> diff --git a/framework/inc/uielement/uielement.hxx b/framework/inc/uielement/uielement.hxx index 8ab4da900e22..b462a5be6a2b 100644 --- a/framework/inc/uielement/uielement.hxx +++ b/framework/inc/uielement/uielement.hxx @@ -29,23 +29,11 @@ #ifndef __FRAMEWORK_LAYOUTMANAGER_UIELEMENT_HXX_ #define __FRAMEWORK_LAYOUTMANAGER_UIELEMENT_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ - #include <com/sun/star/ui/XUIElement.hpp> #include <com/sun/star/ui/DockingArea.hpp> #include <com/sun/star/awt/Point.hpp> #include <com/sun/star/awt/Size.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ - #include <rtl/ustring.hxx> #include <vcl/toolbox.hxx> diff --git a/framework/inc/uifactory/addonstoolboxfactory.hxx b/framework/inc/uifactory/addonstoolboxfactory.hxx index c7e8214844a3..43097aa46119 100644 --- a/framework/inc/uifactory/addonstoolboxfactory.hxx +++ b/framework/inc/uifactory/addonstoolboxfactory.hxx @@ -20,10 +20,6 @@ #ifndef __FRAMEWORK_UIFACTORY_ADDONSTOOLBOXFACTORY_HXX_ #define __FRAMEWORK_UIFACTORY_ADDONSTOOLBOXFACTORY_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <stdtypes.h> #include <threadhelp/threadhelpbase.hxx> #include <macros/generic.hxx> @@ -32,9 +28,6 @@ #include <macros/xserviceinfo.hxx> #include <services.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> @@ -44,9 +37,6 @@ #include <com/sun/star/frame/XFrame.hpp> #include <com/sun/star/frame/XModel.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ #include <cppuhelper/implbase2.hxx> #include <rtl/ustring.hxx> diff --git a/framework/inc/uifactory/factoryconfiguration.hxx b/framework/inc/uifactory/factoryconfiguration.hxx index b2e00e586b83..d055fd6ee87e 100644 --- a/framework/inc/uifactory/factoryconfiguration.hxx +++ b/framework/inc/uifactory/factoryconfiguration.hxx @@ -35,9 +35,6 @@ #include <macros/xserviceinfo.hxx> #include <stdtypes.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/container/XContainerListener.hpp> @@ -45,9 +42,6 @@ #include <com/sun/star/lang/XMultiComponentFactory.hpp> #include <com/sun/star/frame/XUIControllerRegistration.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <cppuhelper/implbase1.hxx> #include <rtl/ustring.hxx> diff --git a/framework/inc/uifactory/menubarfactory.hxx b/framework/inc/uifactory/menubarfactory.hxx index 769b6c3beff6..135e6bad6c3f 100644 --- a/framework/inc/uifactory/menubarfactory.hxx +++ b/framework/inc/uifactory/menubarfactory.hxx @@ -20,10 +20,6 @@ #ifndef __FRAMEWORK_UIFACTORY_MENUBARFACTORY_HXX_ #define __FRAMEWORK_UIFACTORY_MENUBARFACTORY_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <stdtypes.h> #include <threadhelp/threadhelpbase.hxx> #include <macros/generic.hxx> @@ -31,9 +27,6 @@ #include <macros/xtypeprovider.hxx> #include <macros/xserviceinfo.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> @@ -41,9 +34,6 @@ #include <com/sun/star/ui/XUIElementFactory.hpp> #include <com/sun/star/frame/XModuleManager.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ #include <toolkit/awt/vclxmenu.hxx> #include <cppuhelper/implbase2.hxx> #include <rtl/ustring.hxx> diff --git a/framework/inc/uifactory/popupmenucontrollerfactory.hxx b/framework/inc/uifactory/popupmenucontrollerfactory.hxx index 6dd2d5ceece5..749bd5178b7a 100644 --- a/framework/inc/uifactory/popupmenucontrollerfactory.hxx +++ b/framework/inc/uifactory/popupmenucontrollerfactory.hxx @@ -26,21 +26,10 @@ #include <vector> #include <list> -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <macros/xserviceinfo.hxx> #include <stdtypes.h> #include <uifactory/toolbarcontrollerfactory.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ - -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ - namespace framework { diff --git a/framework/inc/uifactory/statusbarcontrollerfactory.hxx b/framework/inc/uifactory/statusbarcontrollerfactory.hxx index 133197b84689..979639f61683 100644 --- a/framework/inc/uifactory/statusbarcontrollerfactory.hxx +++ b/framework/inc/uifactory/statusbarcontrollerfactory.hxx @@ -20,22 +20,10 @@ #ifndef __FRAMEWORK_UIFACTORY_STATUSBARCONTROLLERFACTORY_HXX_ #define __FRAMEWORK_UIFACTORY_STATUSBARCONTROLLERFACTORY_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <macros/xserviceinfo.hxx> #include <uifactory/toolbarcontrollerfactory.hxx> #include <stdtypes.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ - -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ - - namespace framework { diff --git a/framework/inc/uifactory/statusbarfactory.hxx b/framework/inc/uifactory/statusbarfactory.hxx index 01f3fb92e592..c3233b2db2b3 100644 --- a/framework/inc/uifactory/statusbarfactory.hxx +++ b/framework/inc/uifactory/statusbarfactory.hxx @@ -20,21 +20,12 @@ #ifndef __FRAMEWORK_UIFACTORY_STATUSBARFACTORY_HXX_ #define __FRAMEWORK_UIFACTORY_STATUSBARFACTORY_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <stdtypes.h> #include <macros/xserviceinfo.hxx> #include <services.h> #include <uifactory/menubarfactory.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ #include <rtl/ustring.hxx> namespace framework diff --git a/framework/inc/uifactory/toolbarcontrollerfactory.hxx b/framework/inc/uifactory/toolbarcontrollerfactory.hxx index 3a00dfb11c33..1e989a770441 100644 --- a/framework/inc/uifactory/toolbarcontrollerfactory.hxx +++ b/framework/inc/uifactory/toolbarcontrollerfactory.hxx @@ -20,10 +20,6 @@ #ifndef __FRAMEWORK_UIFACTORY_TOOLBARCONTROLLERFACTORY_HXX_ #define __FRAMEWORK_UIFACTORY_TOOLBARCONTROLLERFACTORY_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <threadhelp/threadhelpbase.hxx> #include <macros/generic.hxx> #include <macros/xinterface.hxx> @@ -31,17 +27,11 @@ #include <macros/xserviceinfo.hxx> #include <stdtypes.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/lang/XMultiComponentFactory.hpp> #include <com/sun/star/frame/XUIControllerRegistration.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <cppuhelper/implbase3.hxx> #include <rtl/ustring.hxx> diff --git a/framework/inc/uifactory/toolboxfactory.hxx b/framework/inc/uifactory/toolboxfactory.hxx index f57ae82555fc..ea62fced95d5 100644 --- a/framework/inc/uifactory/toolboxfactory.hxx +++ b/framework/inc/uifactory/toolboxfactory.hxx @@ -20,20 +20,11 @@ #ifndef __FRAMEWORK_UIFACTORY_TOOLBOXFACTORY_HXX_ #define __FRAMEWORK_UIFACTORY_TOOLBOXFACTORY_HXX_ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <stdtypes.h> #include <macros/xserviceinfo.hxx> #include <services.h> #include <uifactory/menubarfactory.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ #include <cppuhelper/weak.hxx> #include <rtl/ustring.hxx> diff --git a/framework/inc/uifactory/uielementfactorymanager.hxx b/framework/inc/uifactory/uielementfactorymanager.hxx index 8c7d1a02f436..5a7c1f96a64a 100644 --- a/framework/inc/uifactory/uielementfactorymanager.hxx +++ b/framework/inc/uifactory/uielementfactorymanager.hxx @@ -35,9 +35,6 @@ #include <vector> #include <list> -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <threadhelp/threadhelpbase.hxx> #include <macros/generic.hxx> #include <macros/xinterface.hxx> @@ -45,9 +42,6 @@ #include <macros/xserviceinfo.hxx> #include <stdtypes.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/ui/XUIElementFactory.hpp> #include <com/sun/star/ui/XUIElementFactoryRegistration.hpp> @@ -55,9 +49,6 @@ #include <com/sun/star/container/XNameAccess.hpp> #include "com/sun/star/frame/XModuleManager.hpp" -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <cppuhelper/implbase1.hxx> #include <cppuhelper/implbase3.hxx> #include <rtl/ustring.hxx> diff --git a/framework/inc/uifactory/windowcontentfactorymanager.hxx b/framework/inc/uifactory/windowcontentfactorymanager.hxx index a3f2526d20d7..4711c1fa9120 100644 --- a/framework/inc/uifactory/windowcontentfactorymanager.hxx +++ b/framework/inc/uifactory/windowcontentfactorymanager.hxx @@ -26,9 +26,6 @@ #include <vector> #include <list> -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <threadhelp/threadhelpbase.hxx> #include <macros/generic.hxx> #include <macros/xinterface.hxx> @@ -36,16 +33,10 @@ #include <macros/xserviceinfo.hxx> #include <stdtypes.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/container/XNameAccess.hpp> #include "com/sun/star/frame/XModuleManager.hpp" -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <cppuhelper/implbase2.hxx> #include <rtl/ustring.hxx> diff --git a/framework/inc/xml/acceleratorconfigurationreader.hxx b/framework/inc/xml/acceleratorconfigurationreader.hxx index 5e0feabcfc07..0097878a379d 100644 --- a/framework/inc/xml/acceleratorconfigurationreader.hxx +++ b/framework/inc/xml/acceleratorconfigurationreader.hxx @@ -20,24 +20,16 @@ #ifndef _FRAMEWORK_XML_ACCELERATORCONFIGURATIONREADER_HXX_ #define _FRAMEWORK_XML_ACCELERATORCONFIGURATIONREADER_HXX_ -//_______________________________________________ -// own includes - #include <accelerators/acceleratorcache.hxx> #include <accelerators/keymapping.hxx> #include <macros/xinterface.hxx> #include <threadhelp/threadhelpbase.hxx> #include <general.h> -//_______________________________________________ -// interface includes - #include <com/sun/star/xml/sax/XDocumentHandler.hpp> #include <com/sun/star/xml/sax/XLocator.hpp> -//_______________________________________________ -// other includes #include <salhelper/singletonref.hxx> #include <cppuhelper/weak.hxx> #include <rtl/ustring.hxx> diff --git a/framework/inc/xml/acceleratorconfigurationwriter.hxx b/framework/inc/xml/acceleratorconfigurationwriter.hxx index 096aed94d25d..fe40f9aa3c2d 100644 --- a/framework/inc/xml/acceleratorconfigurationwriter.hxx +++ b/framework/inc/xml/acceleratorconfigurationwriter.hxx @@ -20,21 +20,13 @@ #ifndef _FRAMEWORK_XML_ACCELERATORCONFIGURATIONWRITER_HXX_ #define _FRAMEWORK_XML_ACCELERATORCONFIGURATIONWRITER_HXX_ -//_______________________________________________ -// own includes - #include <accelerators/acceleratorcache.hxx> #include <accelerators/keymapping.hxx> #include <threadhelp/threadhelpbase.hxx> #include <general.h> -//_______________________________________________ -// interface includes - #include <com/sun/star/xml/sax/XDocumentHandler.hpp> -//_______________________________________________ -// other includes #include <salhelper/singletonref.hxx> #include <rtl/ustring.hxx> diff --git a/framework/inc/xml/imagesdocumenthandler.hxx b/framework/inc/xml/imagesdocumenthandler.hxx index fc9ebbc7e861..524c0978d343 100644 --- a/framework/inc/xml/imagesdocumenthandler.hxx +++ b/framework/inc/xml/imagesdocumenthandler.hxx @@ -31,15 +31,8 @@ #include <framework/fwedllapi.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ - #include <com/sun/star/xml/sax/XDocumentHandler.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <xml/imagesconfiguration.hxx> #include <threadhelp/threadhelpbase.hxx> #include <rtl/ustring.hxx> diff --git a/framework/inc/xml/menudocumenthandler.hxx b/framework/inc/xml/menudocumenthandler.hxx index c6b67657749a..0bee38d96e22 100644 --- a/framework/inc/xml/menudocumenthandler.hxx +++ b/framework/inc/xml/menudocumenthandler.hxx @@ -29,10 +29,6 @@ #ifndef __FRAMEWORK_XML_MENUDOCUMENTHANDLER_HXX_ #define __FRAMEWORK_XML_MENUDOCUMENTHANDLER_HXX_ -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ - #include <com/sun/star/xml/sax/XDocumentHandler.hpp> #include <com/sun/star/container/XIndexContainer.hpp> #include <com/sun/star/lang/XSingleComponentFactory.hpp> @@ -40,9 +36,6 @@ #include <com/sun/star/uno/Sequence.h> #include <com/sun/star/uno/XComponentContext.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <threadhelp/threadhelpbase.hxx> #include <rtl/ustring.hxx> #include <cppuhelper/implbase1.hxx> diff --git a/framework/inc/xml/statusbardocumenthandler.hxx b/framework/inc/xml/statusbardocumenthandler.hxx index 487c07748c07..08e340f2b6d2 100644 --- a/framework/inc/xml/statusbardocumenthandler.hxx +++ b/framework/inc/xml/statusbardocumenthandler.hxx @@ -31,15 +31,8 @@ #include <framework/statusbarconfiguration.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ - #include <com/sun/star/xml/sax/XDocumentHandler.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <threadhelp/threadhelpbase.hxx> #include <rtl/ustring.hxx> #include <cppuhelper/implbase1.hxx> diff --git a/framework/inc/xml/toolboxdocumenthandler.hxx b/framework/inc/xml/toolboxdocumenthandler.hxx index 1b83e7481111..a8556bb62653 100644 --- a/framework/inc/xml/toolboxdocumenthandler.hxx +++ b/framework/inc/xml/toolboxdocumenthandler.hxx @@ -31,15 +31,9 @@ #include <framework/toolboxconfiguration.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/xml/sax/XDocumentHandler.hpp> #include <com/sun/star/beans/PropertyValue.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <threadhelp/threadhelpbase.hxx> #include <rtl/ustring.hxx> #include <cppuhelper/implbase1.hxx> diff --git a/framework/source/accelerators/acceleratorcache.cxx b/framework/source/accelerators/acceleratorcache.cxx index 071e3103e974..179d63963d19 100644 --- a/framework/source/accelerators/acceleratorcache.cxx +++ b/framework/source/accelerators/acceleratorcache.cxx @@ -19,22 +19,14 @@ #include <accelerators/acceleratorcache.hxx> -//_______________________________________________ -// own includes - #include <xml/acceleratorconfigurationreader.hxx> #include <threadhelp/readguard.hxx> #include <threadhelp/writeguard.hxx> -//_______________________________________________ -// interface includes - #include <com/sun/star/container/ElementExistException.hpp> #include <com/sun/star/container/NoSuchElementException.hpp> -//_______________________________________________ -// other includes #include <vcl/svapp.hxx> namespace framework diff --git a/framework/source/accelerators/acceleratorconfiguration.cxx b/framework/source/accelerators/acceleratorconfiguration.cxx index 96c8e3017cda..be9982f3a249 100644 --- a/framework/source/accelerators/acceleratorconfiguration.cxx +++ b/framework/source/accelerators/acceleratorconfiguration.cxx @@ -28,8 +28,6 @@ #include <accelerators/acceleratorconfiguration.hxx> -//_______________________________________________ -// own includes #include <pattern/configuration.hxx> #include <accelerators/presethandler.hxx> @@ -43,8 +41,6 @@ #include <acceleratorconst.h> #include <services.h> -//_______________________________________________ -// interface includes #include <com/sun/star/xml/sax/XParser.hpp> #include <com/sun/star/xml/sax/InputSource.hpp> #include <com/sun/star/io/XActiveDataSource.hpp> @@ -53,8 +49,6 @@ #include <com/sun/star/io/XTruncate.hpp> #include <com/sun/star/beans/XPropertySet.hpp> -//_______________________________________________ -// other includes #include <vcl/svapp.hxx> #include <com/sun/star/container/XNamed.hpp> #include <com/sun/star/container/XNameContainer.hpp> diff --git a/framework/source/accelerators/documentacceleratorconfiguration.cxx b/framework/source/accelerators/documentacceleratorconfiguration.cxx index 6b13a72712a0..25a3fefb84d8 100644 --- a/framework/source/accelerators/documentacceleratorconfiguration.cxx +++ b/framework/source/accelerators/documentacceleratorconfiguration.cxx @@ -34,17 +34,12 @@ #include <xml/saxnamespacefilter.hxx> -//_______________________________________________ -// own includes #include <threadhelp/readguard.hxx> #include <threadhelp/writeguard.hxx> #include <acceleratorconst.h> #include <services.h> -//_______________________________________________ -// interface includes - #include <com/sun/star/io/XActiveDataSource.hpp> #include <com/sun/star/io/XSeekable.hpp> @@ -57,9 +52,6 @@ #include <com/sun/star/xml/sax/XParser.hpp> -//_______________________________________________ -// other includes - #include <comphelper/sequenceashashmap.hxx> //_______________________________________________ diff --git a/framework/source/accelerators/globalacceleratorconfiguration.cxx b/framework/source/accelerators/globalacceleratorconfiguration.cxx index c5853f8f1fa5..3ee289eeb8f0 100644 --- a/framework/source/accelerators/globalacceleratorconfiguration.cxx +++ b/framework/source/accelerators/globalacceleratorconfiguration.cxx @@ -28,8 +28,6 @@ #include <accelerators/globalacceleratorconfiguration.hxx> -//_______________________________________________ -// own includes #include <threadhelp/readguard.hxx> #include <threadhelp/writeguard.hxx> #include "helper/mischelper.hxx" @@ -37,16 +35,12 @@ #include <acceleratorconst.h> #include <services.h> -//_______________________________________________ -// interface includes #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/embed/ElementModes.hpp> #include <com/sun/star/lang/XSingleServiceFactory.hpp> #include <com/sun/star/container/XNameAccess.hpp> #include <com/sun/star/util/XChangesNotifier.hpp> -//_______________________________________________ -// other includes #include <vcl/svapp.hxx> #include <comphelper/locale.hxx> #include <comphelper/configurationhelper.hxx> diff --git a/framework/source/accelerators/keymapping.cxx b/framework/source/accelerators/keymapping.cxx index fdf6fe70fb4c..57ab6d816f65 100644 --- a/framework/source/accelerators/keymapping.cxx +++ b/framework/source/accelerators/keymapping.cxx @@ -28,19 +28,10 @@ #include <accelerators/keymapping.hxx> -//_______________________________________________ -// own includes - #include <macros/generic.hxx> -//_______________________________________________ -// interface includes #include <com/sun/star/awt/Key.hpp> -//_______________________________________________ -// other includes - -//_______________________________________________ // namespace namespace framework diff --git a/framework/source/accelerators/moduleacceleratorconfiguration.cxx b/framework/source/accelerators/moduleacceleratorconfiguration.cxx index b5117eaa7fdb..3d88f5d0a704 100644 --- a/framework/source/accelerators/moduleacceleratorconfiguration.cxx +++ b/framework/source/accelerators/moduleacceleratorconfiguration.cxx @@ -28,8 +28,6 @@ #include <accelerators/moduleacceleratorconfiguration.hxx> -//_______________________________________________ -// own includes #include <threadhelp/readguard.hxx> #include <threadhelp/writeguard.hxx> #include "helper/mischelper.hxx" @@ -37,15 +35,10 @@ #include <acceleratorconst.h> #include <services.h> -//_______________________________________________ -// interface includes #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/lang/XSingleServiceFactory.hpp> #include <com/sun/star/embed/ElementModes.hpp> -//_______________________________________________ -// other includes - #include <comphelper/sequenceashashmap.hxx> #include <vcl/svapp.hxx> diff --git a/framework/source/accelerators/presethandler.cxx b/framework/source/accelerators/presethandler.cxx index a72d8f22c577..fa0d1f388046 100644 --- a/framework/source/accelerators/presethandler.cxx +++ b/framework/source/accelerators/presethandler.cxx @@ -28,8 +28,6 @@ #include <accelerators/presethandler.hxx> -//_______________________________________________ -// own includes #include <classes/fwkresid.hxx> #include "classes/resource.hrc" @@ -37,9 +35,6 @@ #include <threadhelp/writeguard.hxx> #include <services.h> -//_______________________________________________ -// interface includes - #include <com/sun/star/configuration/CorruptedUIConfigurationException.hpp> #include <com/sun/star/container/NoSuchElementException.hpp> #include <com/sun/star/container/XNameAccess.hpp> @@ -48,8 +43,6 @@ #include <com/sun/star/embed/XTransactedObject.hpp> #include <com/sun/star/lang/XSingleServiceFactory.hpp> -//_______________________________________________ -// other includes #include <vcl/svapp.hxx> #include <cppuhelper/exc_hlp.hxx> #include <rtl/ustrbuf.hxx> diff --git a/framework/source/accelerators/storageholder.cxx b/framework/source/accelerators/storageholder.cxx index d442274f94d6..1c73c56bce4f 100644 --- a/framework/source/accelerators/storageholder.cxx +++ b/framework/source/accelerators/storageholder.cxx @@ -28,15 +28,10 @@ #include <accelerators/storageholder.hxx> -//=============================================== -// own includes #include <threadhelp/readguard.hxx> #include <threadhelp/writeguard.hxx> #include <services.h> -//=============================================== -// interface includes - #include <com/sun/star/container/NoSuchElementException.hpp> #include <com/sun/star/container/XNameAccess.hpp> @@ -53,8 +48,6 @@ #include <com/sun/star/io/XSeekable.hpp> -//=============================================== -// other includes #include <comphelper/processfactory.hxx> //=============================================== diff --git a/framework/source/classes/droptargetlistener.cxx b/framework/source/classes/droptargetlistener.cxx index 897e1706abe3..e6cd4820922f 100644 --- a/framework/source/classes/droptargetlistener.cxx +++ b/framework/source/classes/droptargetlistener.cxx @@ -26,19 +26,12 @@ * ************************************************************************/ - -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <classes/droptargetlistener.hxx> #include <threadhelp/readguard.hxx> #include <threadhelp/writeguard.hxx> #include <targets.h> #include <services.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/datatransfer/dnd/DNDConstants.hpp> #include <com/sun/star/frame/XDispatch.hpp> #include <com/sun/star/frame/XDispatchProvider.hpp> @@ -46,9 +39,6 @@ #include <com/sun/star/util/URLTransformer.hpp> #include <com/sun/star/util/XURLTransformer.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ #include <svtools/transfer.hxx> #include <unotools/localfilehelper.hxx> #include <sot/filelist.hxx> diff --git a/framework/source/classes/framecontainer.cxx b/framework/source/classes/framecontainer.cxx index 1a4e7428cec5..f06be92c8415 100644 --- a/framework/source/classes/framecontainer.cxx +++ b/framework/source/classes/framecontainer.cxx @@ -26,24 +26,12 @@ * ************************************************************************/ - -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <classes/framecontainer.hxx> #include <threadhelp/writeguard.hxx> #include <threadhelp/readguard.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ - #include <com/sun/star/frame/FrameSearchFlag.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ #include <vcl/svapp.hxx> //_________________________________________________________________________________________________________________ diff --git a/framework/source/classes/menumanager.cxx b/framework/source/classes/menumanager.cxx index 8797cd687315..effb9680a6cd 100644 --- a/framework/source/classes/menumanager.cxx +++ b/framework/source/classes/menumanager.cxx @@ -26,11 +26,6 @@ * ************************************************************************/ - - -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <classes/menumanager.hxx> #include <framework/menuconfiguration.hxx> #include <framework/bmkmenu.hxx> @@ -42,9 +37,6 @@ #include <services.h> #include "classes/resource.hrc" -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/frame/XDispatchProvider.hpp> #include <com/sun/star/frame/XDispatch.hpp> #include <com/sun/star/util/URLTransformer.hpp> @@ -56,9 +48,6 @@ #include <com/sun/star/container/XEnumeration.hpp> #include <com/sun/star/util/XStringWidth.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ #include <comphelper/processfactory.hxx> #include <comphelper/componentcontext.hxx> diff --git a/framework/source/classes/taskcreator.cxx b/framework/source/classes/taskcreator.cxx index 987b8f4d1c03..ff4f10a3895e 100644 --- a/framework/source/classes/taskcreator.cxx +++ b/framework/source/classes/taskcreator.cxx @@ -26,33 +26,19 @@ * ************************************************************************/ - -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <classes/taskcreator.hxx> #include "services/taskcreatorsrv.hxx" #include <threadhelp/readguard.hxx> #include <loadenv/targethelper.hxx> #include <services.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/lang/XSingleServiceFactory.hpp> #include <com/sun/star/beans/NamedValue.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ #include <comphelper/configurationhelper.hxx> #include <vcl/svapp.hxx> //_________________________________________________________________________________________________________________ -// includes of my own project -//_________________________________________________________________________________________________________________ - -//_________________________________________________________________________________________________________________ // namespace //_________________________________________________________________________________________________________________ diff --git a/framework/source/dispatch/closedispatcher.cxx b/framework/source/dispatch/closedispatcher.cxx index 1a332676b172..3f732d4110f0 100644 --- a/framework/source/dispatch/closedispatcher.cxx +++ b/framework/source/dispatch/closedispatcher.cxx @@ -26,9 +26,6 @@ * ************************************************************************/ - -//_______________________________________________ -// my own includes #include <dispatch/closedispatcher.hxx> #include <pattern/frame.hxx> #include <threadhelp/readguard.hxx> @@ -37,8 +34,6 @@ #include <services.h> #include <general.h> -//_______________________________________________ -// interface includes #include <com/sun/star/frame/XDesktop.hpp> #include <com/sun/star/frame/XController.hpp> #include <com/sun/star/frame/CommandGroup.hpp> @@ -48,9 +43,6 @@ #include "com/sun/star/beans/XFastPropertySet.hpp" #include <toolkit/helper/vclunohelper.hxx> -//_______________________________________________ -// includes of other projects - #include <vcl/window.hxx> #include <vcl/svapp.hxx> #include "vcl/syswin.hxx" diff --git a/framework/source/dispatch/dispatchinformationprovider.cxx b/framework/source/dispatch/dispatchinformationprovider.cxx index 91c003df14e5..4d1956502496 100644 --- a/framework/source/dispatch/dispatchinformationprovider.cxx +++ b/framework/source/dispatch/dispatchinformationprovider.cxx @@ -26,10 +26,6 @@ * ************************************************************************/ - -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <dispatch/dispatchinformationprovider.hxx> #include <dispatch/closedispatcher.hxx> #include <threadhelp/readguard.hxx> @@ -37,14 +33,8 @@ #include <stdtypes.h> #include <services.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/frame/CommandGroup.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ #include <comphelper/sequenceasvector.hxx> //_________________________________________________________________________________________________________________ diff --git a/framework/source/dispatch/interceptionhelper.cxx b/framework/source/dispatch/interceptionhelper.cxx index 4cb3987badfb..5995f69c8af8 100644 --- a/framework/source/dispatch/interceptionhelper.cxx +++ b/framework/source/dispatch/interceptionhelper.cxx @@ -26,18 +26,10 @@ * ************************************************************************/ - -//_______________________________________________ -// my own includes - #include <dispatch/interceptionhelper.hxx> -//_______________________________________________ -// interface includes #include <com/sun/star/frame/XInterceptorInfo.hpp> -//_______________________________________________ -// includes of other projects #include <vcl/svapp.hxx> //_______________________________________________ diff --git a/framework/source/dispatch/mailtodispatcher.cxx b/framework/source/dispatch/mailtodispatcher.cxx index 0b5f437debb9..2f9f69089c09 100644 --- a/framework/source/dispatch/mailtodispatcher.cxx +++ b/framework/source/dispatch/mailtodispatcher.cxx @@ -26,26 +26,15 @@ * ************************************************************************/ - -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <dispatch/mailtodispatcher.hxx> #include <threadhelp/readguard.hxx> #include <general.h> #include <services.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/system/XSystemShellExecute.hpp> #include <com/sun/star/system/SystemShellExecuteFlags.hpp> #include <com/sun/star/frame/DispatchResultState.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ - #include <vcl/svapp.hxx> //_________________________________________________________________________________________________________________ diff --git a/framework/source/dispatch/menudispatcher.cxx b/framework/source/dispatch/menudispatcher.cxx index f1f42624c85f..703c5bfbbc54 100644 --- a/framework/source/dispatch/menudispatcher.cxx +++ b/framework/source/dispatch/menudispatcher.cxx @@ -26,19 +26,12 @@ * ************************************************************************/ - -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <dispatch/menudispatcher.hxx> #include <general.h> #include <framework/menuconfiguration.hxx> #include <framework/addonmenu.hxx> #include <services.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/frame/FrameSearchFlag.hpp> #include <com/sun/star/awt/XToolkit.hpp> #include <com/sun/star/awt/WindowAttribute.hpp> @@ -60,10 +53,6 @@ #include <toolkit/helper/vclunohelper.hxx> #include <rtl/logfile.hxx> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ - #include <ucbhelper/content.hxx> //_________________________________________________________________________________________________________________ diff --git a/framework/source/dispatch/oxt_handler.cxx b/framework/source/dispatch/oxt_handler.cxx index ad3e493e9927..8615a2497ca7 100644 --- a/framework/source/dispatch/oxt_handler.cxx +++ b/framework/source/dispatch/oxt_handler.cxx @@ -26,10 +26,6 @@ * ************************************************************************/ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <dispatch/oxt_handler.hxx> #include <threadhelp/transactionguard.hxx> @@ -44,18 +40,10 @@ #include <comphelper/mediadescriptor.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ - #include <com/sun/star/io/XInputStream.hpp> #include <com/sun/star/frame/DispatchResultState.hpp> #include <com/sun/star/task/XJobExecutor.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ - #include <comphelper/sequenceashashmap.hxx> #include <rtl/ustrbuf.hxx> diff --git a/framework/source/dispatch/popupmenudispatcher.cxx b/framework/source/dispatch/popupmenudispatcher.cxx index 07781a19afef..bfab7950ca55 100644 --- a/framework/source/dispatch/popupmenudispatcher.cxx +++ b/framework/source/dispatch/popupmenudispatcher.cxx @@ -26,11 +26,6 @@ * ************************************************************************/ - -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <dispatch/popupmenudispatcher.hxx> #include <general.h> #include <framework/menuconfiguration.hxx> @@ -38,9 +33,6 @@ #include <services.h> #include <properties.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/frame/FrameSearchFlag.hpp> #include <com/sun/star/awt/XToolkit.hpp> #include <com/sun/star/awt/WindowAttribute.hpp> @@ -52,10 +44,6 @@ #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/container/XEnumeration.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ - #include <ucbhelper/content.hxx> #include <osl/mutex.hxx> #include <rtl/ustrbuf.hxx> diff --git a/framework/source/dispatch/servicehandler.cxx b/framework/source/dispatch/servicehandler.cxx index 72a8e64f252d..3f46db6de266 100644 --- a/framework/source/dispatch/servicehandler.cxx +++ b/framework/source/dispatch/servicehandler.cxx @@ -26,25 +26,14 @@ * ************************************************************************/ - -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <dispatch/servicehandler.hxx> #include <threadhelp/readguard.hxx> #include <general.h> #include <services.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/frame/DispatchResultState.hpp> #include <com/sun/star/task/XJobExecutor.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ - #include <vcl/svapp.hxx> //_________________________________________________________________________________________________________________ diff --git a/framework/source/dispatch/startmoduledispatcher.cxx b/framework/source/dispatch/startmoduledispatcher.cxx index 90e0eefcfb8c..9bdbe11915ac 100644 --- a/framework/source/dispatch/startmoduledispatcher.cxx +++ b/framework/source/dispatch/startmoduledispatcher.cxx @@ -29,9 +29,6 @@ #include <dispatch/startmoduledispatcher.hxx> -//_______________________________________________ -// my own includes - #include <pattern/frame.hxx> #include <threadhelp/readguard.hxx> #include <threadhelp/writeguard.hxx> @@ -41,8 +38,6 @@ #include <services.h> #include <general.h> -//_______________________________________________ -// interface includes #include <com/sun/star/frame/XDesktop.hpp> #include <com/sun/star/frame/XController.hpp> #include <com/sun/star/frame/CommandGroup.hpp> @@ -50,8 +45,6 @@ #include "com/sun/star/beans/XFastPropertySet.hpp" #include <com/sun/star/frame/XModuleManager.hpp> -//_______________________________________________ -// includes of other projects #include <toolkit/helper/vclunohelper.hxx> #include <vcl/window.hxx> #include <vcl/svapp.hxx> diff --git a/framework/source/dispatch/systemexec.cxx b/framework/source/dispatch/systemexec.cxx index e2e9d80cd926..b57097432ded 100644 --- a/framework/source/dispatch/systemexec.cxx +++ b/framework/source/dispatch/systemexec.cxx @@ -26,28 +26,17 @@ * ************************************************************************/ - -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <dispatch/systemexec.hxx> #include <threadhelp/readguard.hxx> #include <general.h> #include <services.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/system/XSystemShellExecute.hpp> #include <com/sun/star/util/PathSubstitution.hpp> #include <com/sun/star/util/XStringSubstitution.hpp> #include <com/sun/star/system/SystemShellExecuteFlags.hpp> #include <com/sun/star/frame/DispatchResultState.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ - #include <vcl/svapp.hxx> #include <comphelper/componentcontext.hxx> diff --git a/framework/source/dispatch/windowcommanddispatch.cxx b/framework/source/dispatch/windowcommanddispatch.cxx index 1a1637b2ea43..d1c15f315a39 100644 --- a/framework/source/dispatch/windowcommanddispatch.cxx +++ b/framework/source/dispatch/windowcommanddispatch.cxx @@ -26,27 +26,17 @@ * ************************************************************************/ - -//_______________________________________________ -// my own includes - #include <dispatch/windowcommanddispatch.hxx> #include <threadhelp/readguard.hxx> #include <threadhelp/writeguard.hxx> #include <targets.h> #include <services.h> -//_______________________________________________ -// interface includes - #include <com/sun/star/frame/XDispatchProvider.hpp> #include <com/sun/star/frame/XDispatch.hpp> #include <com/sun/star/util/URLTransformer.hpp> #include <com/sun/star/util/XURLTransformer.hpp> -//_______________________________________________ -// includes of other projects - #include <comphelper/componentcontext.hxx> #include <vcl/window.hxx> #include <vcl/svapp.hxx> diff --git a/framework/source/fwe/classes/addonmenu.cxx b/framework/source/fwe/classes/addonmenu.cxx index afe39ba1b966..250fc1620ab3 100644 --- a/framework/source/fwe/classes/addonmenu.cxx +++ b/framework/source/fwe/classes/addonmenu.cxx @@ -26,10 +26,6 @@ * ************************************************************************/ - -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include "framework/addonmenu.hxx" #include "framework/addonsoptions.hxx" #include <general.h> @@ -37,17 +33,11 @@ #include <framework/imageproducer.hxx> #include <framework/menuconfiguration.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/util/URL.hpp> #include <com/sun/star/util/XURLTransformer.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ #include <tools/config.hxx> #include <vcl/svapp.hxx> #include <svtools/menuoptions.hxx> diff --git a/framework/source/fwe/classes/addonsoptions.cxx b/framework/source/fwe/classes/addonsoptions.cxx index f2316b617a55..aadf95e3752f 100644 --- a/framework/source/fwe/classes/addonsoptions.cxx +++ b/framework/source/fwe/classes/addonsoptions.cxx @@ -26,10 +26,6 @@ * ************************************************************************/ - -//_________________________________________________________________________________________________________________ -// includes -//_________________________________________________________________________________________________________________ #include <framework/addonsoptions.hxx> #include <unotools/configmgr.hxx> #include <unotools/configitem.hxx> diff --git a/framework/source/fwe/classes/bmkmenu.cxx b/framework/source/fwe/classes/bmkmenu.cxx index fdf3721f740e..61c179049a58 100644 --- a/framework/source/fwe/classes/bmkmenu.cxx +++ b/framework/source/fwe/classes/bmkmenu.cxx @@ -26,11 +26,6 @@ * ************************************************************************/ - -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <limits.h> #include "framework/bmkmenu.hxx" @@ -39,9 +34,6 @@ #include <framework/imageproducer.hxx> #include <framework/menuconfiguration.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/uno/Reference.h> #include <com/sun/star/util/URL.hpp> #include <com/sun/star/beans/PropertyValue.hpp> @@ -50,9 +42,6 @@ #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/util/DateTime.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ #include <vcl/svapp.hxx> #include <unotools/dynamicmenuoptions.hxx> #include <svtools/menuoptions.hxx> diff --git a/framework/source/fwe/classes/framelistanalyzer.cxx b/framework/source/fwe/classes/framelistanalyzer.cxx index 307ed69501b8..3df2b0d07ad7 100644 --- a/framework/source/fwe/classes/framelistanalyzer.cxx +++ b/framework/source/fwe/classes/framelistanalyzer.cxx @@ -29,22 +29,16 @@ #include "framework/framelistanalyzer.hxx" -//_______________________________________________ -// my own includes #include <threadhelp/writeguard.hxx> #include <threadhelp/readguard.hxx> #include <targets.h> #include <properties.h> #include <services.h> -//_______________________________________________ -// interface includes #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/frame/XModuleManager.hpp> -//_______________________________________________ -// includes of other projects #include <comphelper/processfactory.hxx> #include <vcl/svapp.hxx> #include <tools/diagnose_ex.h> diff --git a/framework/source/fwe/dispatch/interaction.cxx b/framework/source/fwe/dispatch/interaction.cxx index fa1e92feaf92..f2898f5fc218 100644 --- a/framework/source/fwe/dispatch/interaction.cxx +++ b/framework/source/fwe/dispatch/interaction.cxx @@ -17,10 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <comphelper/interaction.hxx> #include <framework/interaction.hxx> #include <general.h> diff --git a/framework/source/fwe/helper/titlehelper.cxx b/framework/source/fwe/helper/titlehelper.cxx index 0ab3582bd311..f95d2252276f 100644 --- a/framework/source/fwe/helper/titlehelper.cxx +++ b/framework/source/fwe/helper/titlehelper.cxx @@ -26,10 +26,6 @@ * ************************************************************************/ - -//_______________________________________________ -// includes - #include <framework/titlehelper.hxx> #include <services.h> #include <properties.h> diff --git a/framework/source/fwe/interaction/preventduplicateinteraction.cxx b/framework/source/fwe/interaction/preventduplicateinteraction.cxx index 6c432f7ee193..29b06b3ff70b 100644 --- a/framework/source/fwe/interaction/preventduplicateinteraction.cxx +++ b/framework/source/fwe/interaction/preventduplicateinteraction.cxx @@ -20,21 +20,10 @@ #include "framework/preventduplicateinteraction.hxx" -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/task/XInteractionAbort.hpp> #include <com/sun/star/task/XInteractionRetry.hpp> //_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ - -//_________________________________________________________________________________________________________________ // namespace //_________________________________________________________________________________________________________________ diff --git a/framework/source/fwe/xml/menuconfiguration.cxx b/framework/source/fwe/xml/menuconfiguration.cxx index 966b774876cc..0c5463b9b119 100644 --- a/framework/source/fwe/xml/menuconfiguration.cxx +++ b/framework/source/fwe/xml/menuconfiguration.cxx @@ -26,10 +26,6 @@ * ************************************************************************/ - -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <framework/menuconfiguration.hxx> #include <framework/bmkmenu.hxx> @@ -40,9 +36,6 @@ #include <uielement/rootitemcontainer.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/xml/sax/XParser.hpp> #include <com/sun/star/io/XActiveDataSource.hpp> #include <com/sun/star/frame/XFrame.hpp> diff --git a/framework/source/fwe/xml/statusbarconfiguration.cxx b/framework/source/fwe/xml/statusbarconfiguration.cxx index b4e065bc0e43..dac8637ba078 100644 --- a/framework/source/fwe/xml/statusbarconfiguration.cxx +++ b/framework/source/fwe/xml/statusbarconfiguration.cxx @@ -32,18 +32,11 @@ #include <xml/saxnamespacefilter.hxx> #include <services.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/xml/sax/XParser.hpp> #include <com/sun/star/io/XActiveDataSource.hpp> #include <com/sun/star/io/XInputStream.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ - #include <comphelper/processfactory.hxx> #include <unotools/streamwrap.hxx> diff --git a/framework/source/fwe/xml/statusbardocumenthandler.cxx b/framework/source/fwe/xml/statusbardocumenthandler.cxx index ba54467ca4cb..3b64e62b829d 100644 --- a/framework/source/fwe/xml/statusbardocumenthandler.cxx +++ b/framework/source/fwe/xml/statusbardocumenthandler.cxx @@ -29,26 +29,15 @@ #include <stdio.h> -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <threadhelp/resetableguard.hxx> #include <xml/statusbardocumenthandler.hxx> #include <macros/debug.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ - #include <com/sun/star/xml/sax/XExtendedDocumentHandler.hpp> #include <com/sun/star/ui/ItemStyle.hpp> #include <com/sun/star/ui/ItemType.hpp> #include <com/sun/star/beans/PropertyValue.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <vcl/svapp.hxx> #include <vcl/status.hxx> diff --git a/framework/source/fwe/xml/toolboxconfiguration.cxx b/framework/source/fwe/xml/toolboxconfiguration.cxx index 3cd9b2bec9aa..b2fefb42a633 100644 --- a/framework/source/fwe/xml/toolboxconfiguration.cxx +++ b/framework/source/fwe/xml/toolboxconfiguration.cxx @@ -32,18 +32,11 @@ #include <xml/saxnamespacefilter.hxx> #include <services.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/xml/sax/XParser.hpp> #include <com/sun/star/io/XActiveDataSource.hpp> #include <com/sun/star/io/XInputStream.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ - #include <comphelper/processfactory.hxx> #include <unotools/streamwrap.hxx> diff --git a/framework/source/fwe/xml/toolboxlayoutdocumenthandler.cxx b/framework/source/fwe/xml/toolboxlayoutdocumenthandler.cxx index a5702dab8833..dcfe37449bc6 100644 --- a/framework/source/fwe/xml/toolboxlayoutdocumenthandler.cxx +++ b/framework/source/fwe/xml/toolboxlayoutdocumenthandler.cxx @@ -20,24 +20,13 @@ #include <stdio.h> -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <threadhelp/resetableguard.hxx> #include <xml/toolboxlayoutdocumenthandler.hxx> #include <macros/debug.hxx> #include <xml/toolboxconfigurationdefines.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ - #include <com/sun/star/xml/sax/XExtendedDocumentHandler.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <vcl/svapp.hxx> #include <vcl/toolbox.hxx> diff --git a/framework/source/fwi/classes/propertysethelper.cxx b/framework/source/fwi/classes/propertysethelper.cxx index 4b870713a59e..aa0c1dd6c083 100644 --- a/framework/source/fwi/classes/propertysethelper.cxx +++ b/framework/source/fwi/classes/propertysethelper.cxx @@ -26,20 +26,11 @@ * ************************************************************************/ - -//_________________________________________________________________________________________________________________ -// my own includes - #include <classes/propertysethelper.hxx> #include <threadhelp/transactionguard.hxx> #include <threadhelp/readguard.hxx> #include <threadhelp/writeguard.hxx> -//_________________________________________________________________________________________________________________ -// interface includes - -//_________________________________________________________________________________________________________________ -// other includes //_________________________________________________________________________________________________________________ // namespace diff --git a/framework/source/fwi/classes/protocolhandlercache.cxx b/framework/source/fwi/classes/protocolhandlercache.cxx index 3eaa7c804578..1fb153853e4d 100644 --- a/framework/source/fwi/classes/protocolhandlercache.cxx +++ b/framework/source/fwi/classes/protocolhandlercache.cxx @@ -33,23 +33,12 @@ - may its a good idea to replace struct ProtocolHandler by css::beans::NamedValue type?! */ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <classes/protocolhandlercache.hxx> #include <classes/converter.hxx> #include <threadhelp/readguard.hxx> #include <threadhelp/writeguard.hxx> #include <threadhelp/lockhelper.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ - -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <tools/wldcrd.hxx> #include <unotools/configpaths.hxx> #include <rtl/ustrbuf.hxx> diff --git a/framework/source/fwi/jobs/configaccess.cxx b/framework/source/fwi/jobs/configaccess.cxx index b6e13167d13b..b0e139b50fc6 100644 --- a/framework/source/fwi/jobs/configaccess.cxx +++ b/framework/source/fwi/jobs/configaccess.cxx @@ -26,9 +26,6 @@ * ************************************************************************/ - -//________________________________ -// my own includes #include <jobs/configaccess.hxx> #include <threadhelp/readguard.hxx> #include <threadhelp/writeguard.hxx> @@ -36,16 +33,12 @@ #include <general.h> #include <services.h> -//________________________________ -// interface includes #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/beans/XMultiHierarchicalPropertySet.hpp> #include <com/sun/star/container/XNameAccess.hpp> #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/util/XChangesBatch.hpp> -//________________________________ -// includes of other projects #include <unotools/configpaths.hxx> #include <rtl/ustrbuf.hxx> diff --git a/framework/source/fwi/jobs/jobconst.cxx b/framework/source/fwi/jobs/jobconst.cxx index 60a9f3859218..97744b702e84 100644 --- a/framework/source/fwi/jobs/jobconst.cxx +++ b/framework/source/fwi/jobs/jobconst.cxx @@ -26,19 +26,8 @@ * ************************************************************************/ - -//________________________________ -// my own includes - #include <jobs/jobconst.hxx> -//________________________________ -// interface includes - -//________________________________ -// includes of other projects - -//________________________________ // namespace namespace framework{ diff --git a/framework/source/fwi/threadhelp/lockhelper.cxx b/framework/source/fwi/threadhelp/lockhelper.cxx index 4c38078364af..46da6050c403 100644 --- a/framework/source/fwi/threadhelp/lockhelper.cxx +++ b/framework/source/fwi/threadhelp/lockhelper.cxx @@ -26,10 +26,6 @@ * ************************************************************************/ - -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <threadhelp/lockhelper.hxx> #include <general.h> #include <macros/debug.hxx> @@ -37,13 +33,6 @@ #include <macros/generic.hxx> #include "vcl/solarmutex.hxx" -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ - -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <osl/process.h> //_________________________________________________________________________________________________________________ diff --git a/framework/source/fwi/threadhelp/transactionmanager.cxx b/framework/source/fwi/threadhelp/transactionmanager.cxx index 5468ba859765..554a59c21ae3 100644 --- a/framework/source/fwi/threadhelp/transactionmanager.cxx +++ b/framework/source/fwi/threadhelp/transactionmanager.cxx @@ -17,10 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <threadhelp/transactionmanager.hxx> #include <threadhelp/resetableguard.hxx> #include <macros/debug.hxx> @@ -28,13 +24,7 @@ #include <macros/generic.hxx> #include <fwidllapi.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/lang/DisposedException.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ //_________________________________________________________________________________________________________________ // const diff --git a/framework/source/fwi/uielement/itemcontainer.cxx b/framework/source/fwi/uielement/itemcontainer.cxx index ede715b89e08..bbd4da21cd9b 100644 --- a/framework/source/fwi/uielement/itemcontainer.cxx +++ b/framework/source/fwi/uielement/itemcontainer.cxx @@ -26,18 +26,11 @@ * ************************************************************************/ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <uielement/itemcontainer.hxx> #include <uielement/constitemcontainer.hxx> #include <threadhelp/resetableguard.hxx> #include <comphelper/servicehelper.hxx> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ - using namespace cppu; using namespace com::sun::star::uno; using namespace com::sun::star::lang; diff --git a/framework/source/fwi/uielement/rootitemcontainer.cxx b/framework/source/fwi/uielement/rootitemcontainer.cxx index 2aa7b7cca92c..92fca28ccc08 100644 --- a/framework/source/fwi/uielement/rootitemcontainer.cxx +++ b/framework/source/fwi/uielement/rootitemcontainer.cxx @@ -36,10 +36,6 @@ #include <com/sun/star/beans/PropertyAttribute.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ - using namespace cppu; using namespace com::sun::star::uno; using namespace com::sun::star::lang; diff --git a/framework/source/helper/dockingareadefaultacceptor.cxx b/framework/source/helper/dockingareadefaultacceptor.cxx index 897a1f1cecbb..9c700fcb67bc 100644 --- a/framework/source/helper/dockingareadefaultacceptor.cxx +++ b/framework/source/helper/dockingareadefaultacceptor.cxx @@ -26,24 +26,13 @@ * ************************************************************************/ - -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <helper/dockingareadefaultacceptor.hxx> #include <threadhelp/resetableguard.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/awt/XDevice.hpp> #include <com/sun/star/awt/PosSize.hpp> #include <com/sun/star/awt/XLayoutConstrains.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ - #include <vcl/svapp.hxx> //_________________________________________________________________________________________________________________ diff --git a/framework/source/helper/ocomponentaccess.cxx b/framework/source/helper/ocomponentaccess.cxx index 9eeddbb7519e..c08e6464a971 100644 --- a/framework/source/helper/ocomponentaccess.cxx +++ b/framework/source/helper/ocomponentaccess.cxx @@ -17,23 +17,13 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <helper/ocomponentaccess.hxx> #include <helper/ocomponentenumeration.hxx> #include <threadhelp/resetableguard.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/frame/FrameSearchFlag.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ #include <vcl/svapp.hxx> //_________________________________________________________________________________________________________________ diff --git a/framework/source/helper/ocomponentenumeration.cxx b/framework/source/helper/ocomponentenumeration.cxx index c1b99656b2dd..e8cceaf64762 100644 --- a/framework/source/helper/ocomponentenumeration.cxx +++ b/framework/source/helper/ocomponentenumeration.cxx @@ -17,21 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <helper/ocomponentenumeration.hxx> #include <threadhelp/resetableguard.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ - -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ #include <vcl/svapp.hxx> //_________________________________________________________________________________________________________________ diff --git a/framework/source/helper/oframes.cxx b/framework/source/helper/oframes.cxx index 963380122499..a01c22e2849c 100644 --- a/framework/source/helper/oframes.cxx +++ b/framework/source/helper/oframes.cxx @@ -26,23 +26,13 @@ * ************************************************************************/ - -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <helper/oframes.hxx> #include <threadhelp/resetableguard.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/frame/XDesktop.hpp> #include <com/sun/star/frame/FrameSearchFlag.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ #include <vcl/svapp.hxx> //_________________________________________________________________________________________________________________ diff --git a/framework/source/helper/persistentwindowstate.cxx b/framework/source/helper/persistentwindowstate.cxx index 74652f67ced8..b64005a9b5ee 100644 --- a/framework/source/helper/persistentwindowstate.cxx +++ b/framework/source/helper/persistentwindowstate.cxx @@ -26,10 +26,6 @@ * ************************************************************************/ - -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <pattern/window.hxx> #include <helper/persistentwindowstate.hxx> #include <threadhelp/writeguard.hxx> @@ -37,18 +33,12 @@ #include <macros/generic.hxx> #include <services.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/awt/XWindow.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/IllegalArgumentException.hpp> #include <com/sun/star/frame/XModuleManager.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <comphelper/configurationhelper.hxx> #include <vcl/window.hxx> #include <vcl/syswin.hxx> diff --git a/framework/source/helper/statusindicatorfactory.cxx b/framework/source/helper/statusindicatorfactory.cxx index 7e0a9884f156..5cedd956d3c4 100644 --- a/framework/source/helper/statusindicatorfactory.cxx +++ b/framework/source/helper/statusindicatorfactory.cxx @@ -26,10 +26,6 @@ * ************************************************************************/ - -//----------------------------------------------- -// my own includes - #include <algorithm> #include <helper/statusindicatorfactory.hxx> #include <helper/statusindicator.hxx> @@ -39,8 +35,6 @@ #include <services.h> #include <properties.h> -//----------------------------------------------- -// interface includes #include <com/sun/star/awt/Rectangle.hpp> #include <com/sun/star/awt/XControl.hpp> @@ -55,8 +49,6 @@ #include <toolkit/unohlp.hxx> -//----------------------------------------------- -// includes of other projects #include <comphelper/sequenceashashmap.hxx> #include <comphelper/mediadescriptor.hxx> #include <comphelper/configurationhelper.hxx> diff --git a/framework/source/helper/tagwindowasmodified.cxx b/framework/source/helper/tagwindowasmodified.cxx index 341a31ea8ad7..5ad706a0ff3f 100644 --- a/framework/source/helper/tagwindowasmodified.cxx +++ b/framework/source/helper/tagwindowasmodified.cxx @@ -17,10 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <helper/tagwindowasmodified.hxx> #include <pattern/window.hxx> #include <threadhelp/writeguard.hxx> @@ -28,9 +24,6 @@ #include <macros/generic.hxx> #include <services.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/awt/XWindow.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> @@ -38,10 +31,6 @@ #include <com/sun/star/util/XModifiable.hpp> #include <com/sun/star/frame/FrameAction.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ - #include <toolkit/unohlp.hxx> #include <vcl/window.hxx> #include <vcl/syswin.hxx> diff --git a/framework/source/helper/titlebarupdate.cxx b/framework/source/helper/titlebarupdate.cxx index dd368a5cbcc2..6c4951a0de8c 100644 --- a/framework/source/helper/titlebarupdate.cxx +++ b/framework/source/helper/titlebarupdate.cxx @@ -28,9 +28,6 @@ #include <helper/titlebarupdate.hxx> -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <pattern/window.hxx> #include <threadhelp/writeguard.hxx> #include <threadhelp/readguard.hxx> @@ -38,7 +35,6 @@ #include <services.h> #include <properties.h> -// interface includes #include <com/sun/star/awt/XWindow.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/IllegalArgumentException.hpp> @@ -49,7 +45,6 @@ #include <com/sun/star/frame/XTitleChangeBroadcaster.hpp> #include <com/sun/star/beans/NamedValue.hpp> -// other includes #include <comphelper/sequenceashashmap.hxx> #include <unotools/configmgr.hxx> #include <unotools/bootstrap.hxx> diff --git a/framework/source/helper/uiconfigelementwrapperbase.cxx b/framework/source/helper/uiconfigelementwrapperbase.cxx index 185008b6bbca..e1b9579ce2bf 100644 --- a/framework/source/helper/uiconfigelementwrapperbase.cxx +++ b/framework/source/helper/uiconfigelementwrapperbase.cxx @@ -26,10 +26,6 @@ * ************************************************************************/ - -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <helper/uiconfigelementwrapperbase.hxx> #include <general.h> #include <properties.h> @@ -37,17 +33,11 @@ #include <uielement/constitemcontainer.hxx> #include <uielement/rootitemcontainer.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/ui/XUIConfiguration.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ #include <vcl/svapp.hxx> #include <rtl/logfile.hxx> diff --git a/framework/source/helper/uielementwrapperbase.cxx b/framework/source/helper/uielementwrapperbase.cxx index cc03c0ddbd48..4c01dbefe554 100644 --- a/framework/source/helper/uielementwrapperbase.cxx +++ b/framework/source/helper/uielementwrapperbase.cxx @@ -26,25 +26,15 @@ * ************************************************************************/ - -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <helper/uielementwrapperbase.hxx> #include <general.h> #include <properties.h> #include <threadhelp/resetableguard.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/beans/XPropertySet.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ #include <vcl/svapp.hxx> #include <rtl/logfile.hxx> diff --git a/framework/source/helper/vclstatusindicator.cxx b/framework/source/helper/vclstatusindicator.cxx index 277e60f6061f..d070ad500a78 100644 --- a/framework/source/helper/vclstatusindicator.cxx +++ b/framework/source/helper/vclstatusindicator.cxx @@ -28,17 +28,9 @@ #include <helper/vclstatusindicator.hxx> -//----------------------------------------------- -// includes of own modules #include <threadhelp/readguard.hxx> #include <threadhelp/writeguard.hxx> -//----------------------------------------------- -// includes of interfaces - -//----------------------------------------------- -// includes of external modules - #include <toolkit/unohlp.hxx> #include <vcl/svapp.hxx> diff --git a/framework/source/inc/accelerators/acceleratorcache.hxx b/framework/source/inc/accelerators/acceleratorcache.hxx index dc19da763d6c..77c1effeec6f 100644 --- a/framework/source/inc/accelerators/acceleratorcache.hxx +++ b/framework/source/inc/accelerators/acceleratorcache.hxx @@ -29,20 +29,12 @@ #ifndef __FRAMEWORK_ACCELERATORS_ACCELERATORCACHE_HXX_ #define __FRAMEWORK_ACCELERATORS_ACCELERATORCACHE_HXX_ -//__________________________________________ -// own includes - #include <threadhelp/threadhelpbase.hxx> #include <general.h> #include <stdtypes.h> -//__________________________________________ -// interface includes - #include <com/sun/star/awt/KeyEvent.hpp> -//__________________________________________ -// other includes #include <comphelper/sequenceasvector.hxx> //__________________________________________ diff --git a/framework/source/inc/accelerators/acceleratorconfiguration.hxx b/framework/source/inc/accelerators/acceleratorconfiguration.hxx index 13c1a94e4dad..78ed23ace81c 100644 --- a/framework/source/inc/accelerators/acceleratorconfiguration.hxx +++ b/framework/source/inc/accelerators/acceleratorconfiguration.hxx @@ -29,9 +29,6 @@ #ifndef __FRAMEWORK_ACCELERATORS_ACCELERATORCONFIGURATION_HXX_ #define __FRAMEWORK_ACCELERATORS_ACCELERATORCONFIGURATION_HXX_ -//__________________________________________ -// own includes - #include <accelerators/istoragelistener.hxx> #include <accelerators/presethandler.hxx> #include <accelerators/acceleratorcache.hxx> @@ -42,9 +39,6 @@ #include <general.h> #include <stdtypes.h> -//__________________________________________ -// interface includes - #include <com/sun/star/container/XNameAccess.hpp> #include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> @@ -61,8 +55,6 @@ // TODO use XPresetHandler interface instead if available #include <com/sun/star/form/XReset.hpp> -//__________________________________________ -// other includes #include <cppuhelper/propshlp.hxx> #include <cppuhelper/weak.hxx> #include <comphelper/locale.hxx> diff --git a/framework/source/inc/accelerators/documentacceleratorconfiguration.hxx b/framework/source/inc/accelerators/documentacceleratorconfiguration.hxx index c9d480d870bb..2bddcc562031 100644 --- a/framework/source/inc/accelerators/documentacceleratorconfiguration.hxx +++ b/framework/source/inc/accelerators/documentacceleratorconfiguration.hxx @@ -20,9 +20,6 @@ #ifndef __FRAMEWORK_ACCELERATORS_DOCUMENTACCELERATORCONFIGURATION_HXX_ #define __FRAMEWORK_ACCELERATORS_DOCUMENTACCELERATORCONFIGURATION_HXX_ -//__________________________________________ -// own includes - #include <accelerators/acceleratorconfiguration.hxx> #include <accelerators/istoragelistener.hxx> #include <accelerators/presethandler.hxx> @@ -31,15 +28,9 @@ #include <macros/xtypeprovider.hxx> #include <macros/xserviceinfo.hxx> -//__________________________________________ -// interface includes #include <com/sun/star/lang/XInitialization.hpp> #include <com/sun/star/ui/XUIConfigurationStorage.hpp> -//__________________________________________ -// other includes - -//__________________________________________ // definition namespace framework diff --git a/framework/source/inc/accelerators/globalacceleratorconfiguration.hxx b/framework/source/inc/accelerators/globalacceleratorconfiguration.hxx index 28c7ba4eb12b..2f2d4d79c3c0 100644 --- a/framework/source/inc/accelerators/globalacceleratorconfiguration.hxx +++ b/framework/source/inc/accelerators/globalacceleratorconfiguration.hxx @@ -29,9 +29,6 @@ #ifndef __FRAMEWORK_ACCELERATORS_GLOBALACCELERATORCONFIGURATION_HXX_ #define __FRAMEWORK_ACCELERATORS_GLOBALACCELERATORCONFIGURATION_HXX_ -//__________________________________________ -// own includes - #include <accelerators/acceleratorconfiguration.hxx> #include <accelerators/presethandler.hxx> @@ -39,15 +36,8 @@ #include <macros/xtypeprovider.hxx> #include <macros/xserviceinfo.hxx> -//__________________________________________ -// interface includes - #include <com/sun/star/lang/XInitialization.hpp> -//__________________________________________ -// other includes - -//__________________________________________ // definition namespace framework diff --git a/framework/source/inc/accelerators/istoragelistener.hxx b/framework/source/inc/accelerators/istoragelistener.hxx index 667b7dc4f4d7..0a89e99a2687 100644 --- a/framework/source/inc/accelerators/istoragelistener.hxx +++ b/framework/source/inc/accelerators/istoragelistener.hxx @@ -29,17 +29,9 @@ #ifndef __FRAMEWORK_ACCELERATORS_ISTORAGELISTENER_HXX_ #define __FRAMEWORK_ACCELERATORS_ISTORAGELISTENER_HXX_ -//__________________________________________ -// own includes - #include <general.h> #include <stdtypes.h> -//__________________________________________ -// interface includes - -//__________________________________________ -// other includes //__________________________________________ // definition diff --git a/framework/source/inc/accelerators/keymapping.hxx b/framework/source/inc/accelerators/keymapping.hxx index d64964d5cf4d..c0c4693e9569 100644 --- a/framework/source/inc/accelerators/keymapping.hxx +++ b/framework/source/inc/accelerators/keymapping.hxx @@ -29,20 +29,11 @@ #ifndef __FRAMEWORK_ACCELERATORS_KEYMAPPING_HXX_ #define __FRAMEWORK_ACCELERATORS_KEYMAPPING_HXX_ -//__________________________________________ -// own includes - #include <general.h> #include <stdtypes.h> -//__________________________________________ -// interface includes #include <com/sun/star/lang/IllegalArgumentException.hpp> -//__________________________________________ -// other includes - -//__________________________________________ // definition namespace framework diff --git a/framework/source/inc/accelerators/moduleacceleratorconfiguration.hxx b/framework/source/inc/accelerators/moduleacceleratorconfiguration.hxx index 05588598ebf8..a94a65e749a5 100644 --- a/framework/source/inc/accelerators/moduleacceleratorconfiguration.hxx +++ b/framework/source/inc/accelerators/moduleacceleratorconfiguration.hxx @@ -29,9 +29,6 @@ #ifndef __FRAMEWORK_ACCELERATORS_MODULEACCELERATORCONFIGURATION_HXX_ #define __FRAMEWORK_ACCELERATORS_MODULEACCELERATORCONFIGURATION_HXX_ -//__________________________________________ -// own includes - #include <accelerators/acceleratorconfiguration.hxx> #include <accelerators/presethandler.hxx> @@ -39,14 +36,8 @@ #include <macros/xtypeprovider.hxx> #include <macros/xserviceinfo.hxx> -//__________________________________________ -// interface includes #include <com/sun/star/lang/XInitialization.hpp> -//__________________________________________ -// other includes - -//__________________________________________ // definition namespace framework diff --git a/framework/source/inc/accelerators/presethandler.hxx b/framework/source/inc/accelerators/presethandler.hxx index 8d4f0c73de6d..3254e0c2c0df 100644 --- a/framework/source/inc/accelerators/presethandler.hxx +++ b/framework/source/inc/accelerators/presethandler.hxx @@ -20,23 +20,15 @@ #ifndef __FRAMEWORK_ACCELERATORS_PRESETHANDLER_HXX_ #define __FRAMEWORK_ACCELERATORS_PRESETHANDLER_HXX_ -//__________________________________________ -// own includes - #include <accelerators/storageholder.hxx> #include <threadhelp/threadhelpbase.hxx> #include <general.h> #include <stdtypes.h> -//__________________________________________ -// interface includes - #include <com/sun/star/embed/XStorage.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> -//__________________________________________ -// other includes #include <comphelper/processfactory.hxx> #include <salhelper/singletonref.hxx> #include <comphelper/locale.hxx> diff --git a/framework/source/inc/accelerators/storageholder.hxx b/framework/source/inc/accelerators/storageholder.hxx index 78c1a28d39f2..63aacd3a4eee 100644 --- a/framework/source/inc/accelerators/storageholder.hxx +++ b/framework/source/inc/accelerators/storageholder.hxx @@ -29,26 +29,15 @@ #ifndef __FRAMEWORK_ACCELERATORS_STORAGEHOLDER_HXX_ #define __FRAMEWORK_ACCELERATORS_STORAGEHOLDER_HXX_ -//=============================================== -// own includes - #include <accelerators/istoragelistener.hxx> #include <threadhelp/threadhelpbase.hxx> #include <general.h> #include <stdtypes.h> -//=============================================== -// interface includes - #include <com/sun/star/embed/XStorage.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> -//=============================================== -// other includes - - -//=============================================== // namespace namespace css = ::com::sun::star; diff --git a/framework/source/inc/dispatch/loaddispatcher.hxx b/framework/source/inc/dispatch/loaddispatcher.hxx index 4f2cfd7a4d2a..fe38971322ec 100644 --- a/framework/source/inc/dispatch/loaddispatcher.hxx +++ b/framework/source/inc/dispatch/loaddispatcher.hxx @@ -20,19 +20,11 @@ #ifndef __FRAMEWORK_DISPATCH_LOADDISPATCHER_HXX_ #define __FRAMEWORK_DISPATCH_LOADDISPATCHER_HXX_ -//_______________________________________________ -// my own includes - #include <loadenv/loadenv.hxx> -//_______________________________________________ -// interface includes #include <com/sun/star/frame/XNotifyingDispatch.hpp> #include <com/sun/star/frame/XSynchronousDispatch.hpp> -//_______________________________________________ -// other includes - #include <cppuhelper/implbase2.hxx> //_______________________________________________ diff --git a/framework/source/inc/dispatch/windowcommanddispatch.hxx b/framework/source/inc/dispatch/windowcommanddispatch.hxx index 5315240d7a94..fd2fa7e7f609 100644 --- a/framework/source/inc/dispatch/windowcommanddispatch.hxx +++ b/framework/source/inc/dispatch/windowcommanddispatch.hxx @@ -29,22 +29,13 @@ #ifndef __FRAMEWORK_DISPATCH_WINDOWCOMMANDDISPATCH_HXX_ #define __FRAMEWORK_DISPATCH_WINDOWCOMMANDDISPATCH_HXX_ -//_______________________________________________ -// my own includes - #include <threadhelp/threadhelpbase.hxx> -//_______________________________________________ -// interface includes - #include <com/sun/star/awt/XWindow.hpp> #include <com/sun/star/frame/XFrame.hpp> #include <com/sun/star/lang/XEventListener.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> -//_______________________________________________ -// other includes - #include <cppuhelper/implbase1.hxx> #include <tools/link.hxx> diff --git a/framework/source/inc/loadenv/actionlockguard.hxx b/framework/source/inc/loadenv/actionlockguard.hxx index 31a96d2abf04..e080e6d91848 100644 --- a/framework/source/inc/loadenv/actionlockguard.hxx +++ b/framework/source/inc/loadenv/actionlockguard.hxx @@ -20,20 +20,13 @@ #ifndef __FRAMEWORK_LOADENV_ACTIONLOCKGUARD_HXX_ #define __FRAMEWORK_LOADENV_ACTIONLOCKGUARD_HXX_ -//_______________________________________________ -// includes of own project #include <threadhelp/threadhelpbase.hxx> #include <threadhelp/resetableguard.hxx> -//_______________________________________________ -// includes of uno interface #include <com/sun/star/document/XActionLockable.hpp> //_______________________________________________ -// includes of an other project - -//_______________________________________________ // namespace namespace framework{ diff --git a/framework/source/inc/loadenv/loadenv.hxx b/framework/source/inc/loadenv/loadenv.hxx index edd5e55c6254..10a57715c011 100644 --- a/framework/source/inc/loadenv/loadenv.hxx +++ b/framework/source/inc/loadenv/loadenv.hxx @@ -28,15 +28,11 @@ #ifndef __FRAMEWORK_LOADENV_LOADENV_HXX_ #define __FRAMEWORK_LOADENV_LOADENV_HXX_ -//_______________________________________________ -// includes of own project #include <loadenv/loadenvexception.hxx> #include <loadenv/actionlockguard.hxx> #include <threadhelp/threadhelpbase.hxx> -//_______________________________________________ -// includes of uno interface #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/frame/XComponentLoader.hpp> #include <com/sun/star/frame/XFrameLoader.hpp> @@ -49,8 +45,6 @@ #include <com/sun/star/io/IOException.hpp> -//_______________________________________________ -// includes of an other project #include <comphelper/mediadescriptor.hxx> #include <comphelper/sequenceashashmap.hxx> #include <cppuhelper/implbase2.hxx> diff --git a/framework/source/inc/loadenv/loadenvexception.hxx b/framework/source/inc/loadenv/loadenvexception.hxx index e06eef42b9db..b44a96fe080c 100644 --- a/framework/source/inc/loadenv/loadenvexception.hxx +++ b/framework/source/inc/loadenv/loadenvexception.hxx @@ -29,17 +29,10 @@ #ifndef __FRAMEWORK_LOADENV_LOADENVEXCEPTION_HXX_ #define __FRAMEWORK_LOADENV_LOADENVEXCEPTION_HXX_ -//_______________________________________________ -// includes of own project - -//_______________________________________________ -// includes of uno interface #include <com/sun/star/uno/Any.h> #include <com/sun/star/uno/Exception.hpp> -//_______________________________________________ -// includes of an other project #include <rtl/string.hxx> //_______________________________________________ diff --git a/framework/source/inc/loadenv/targethelper.hxx b/framework/source/inc/loadenv/targethelper.hxx index 7af9e7fb10c4..f1abe245a12e 100644 --- a/framework/source/inc/loadenv/targethelper.hxx +++ b/framework/source/inc/loadenv/targethelper.hxx @@ -20,9 +20,6 @@ #ifndef __FRAMEWORK_TARGETHELPER_HXX_ #define __FRAMEWORK_TARGETHELPER_HXX_ -//_______________________________________________ -// own includes - #include <sal/types.h> #include <rtl/ustring.hxx> #include <targets.h> diff --git a/framework/source/inc/pattern/configuration.hxx b/framework/source/inc/pattern/configuration.hxx index 9d1f8a8b7db3..110f4d2e1744 100644 --- a/framework/source/inc/pattern/configuration.hxx +++ b/framework/source/inc/pattern/configuration.hxx @@ -29,14 +29,9 @@ #ifndef __FRAMEWORK_PATTERN_CONFIGURATION_HXX_ #define __FRAMEWORK_PATTERN_CONFIGURATION_HXX_ -//_______________________________________________ -// own includes - #include <services.h> #include <general.h> -//_______________________________________________ -// interface includes #include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/uno/Any.hxx> @@ -44,8 +39,6 @@ #include <com/sun/star/uno/XInterface.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> -//_______________________________________________ -// other includes #include <rtl/ustrbuf.hxx> //_______________________________________________ diff --git a/framework/source/inc/pattern/frame.hxx b/framework/source/inc/pattern/frame.hxx index 15577da31dbd..5163733fb1c1 100644 --- a/framework/source/inc/pattern/frame.hxx +++ b/framework/source/inc/pattern/frame.hxx @@ -20,13 +20,8 @@ #ifndef __FRAMEWORK_PATTERN_FRAME_HXX_ #define __FRAMEWORK_PATTERN_FRAME_HXX_ -//_______________________________________________ -// own includes - #include <general.h> -//_______________________________________________ -// interface includes #include <com/sun/star/frame/XFrame.hpp> #include <com/sun/star/frame/XController.hpp> #include <com/sun/star/frame/XModel.hpp> @@ -34,10 +29,6 @@ #include <com/sun/star/lang/DisposedException.hpp> #include <com/sun/star/util/XCloseable.hpp> -//_______________________________________________ -// other includes - -//_______________________________________________ // namespaces #ifndef css diff --git a/framework/source/inc/pattern/window.hxx b/framework/source/inc/pattern/window.hxx index 752f5fe898b4..b5cbd52bf585 100644 --- a/framework/source/inc/pattern/window.hxx +++ b/framework/source/inc/pattern/window.hxx @@ -29,19 +29,11 @@ #ifndef __FRAMEWORK_PATTERN_WINDOW_HXX_ #define __FRAMEWORK_PATTERN_WINDOW_HXX_ -//_______________________________________________ -// own includes - #include <general.h> -//_______________________________________________ -// interface includes #include <com/sun/star/awt/XWindow.hpp> #include <com/sun/star/awt/XTopWindow.hpp> -//_______________________________________________ -// other includes - #include <toolkit/unohlp.hxx> #include <vcl/window.hxx> #include <vcl/syswin.hxx> diff --git a/framework/source/interaction/quietinteraction.cxx b/framework/source/interaction/quietinteraction.cxx index 01a1bd503313..fc7c29a6c0e9 100644 --- a/framework/source/interaction/quietinteraction.cxx +++ b/framework/source/interaction/quietinteraction.cxx @@ -20,17 +20,11 @@ #include "interaction/quietinteraction.hxx" -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <threadhelp/readguard.hxx> #include <threadhelp/writeguard.hxx> #include <macros/generic.hxx> #include <macros/debug.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/task/XInteractionAbort.hpp> #include <com/sun/star/task/XInteractionApprove.hpp> #include <com/sun/star/document/XInteractionFilterSelect.hpp> @@ -41,9 +35,6 @@ #include <com/sun/star/document/LockedDocumentRequest.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <vcl/svapp.hxx> #ifndef __RSC diff --git a/framework/source/jobs/job.cxx b/framework/source/jobs/job.cxx index 46e84ab32f11..e1c9dd9afaea 100644 --- a/framework/source/jobs/job.cxx +++ b/framework/source/jobs/job.cxx @@ -26,25 +26,18 @@ * ************************************************************************/ - -//________________________________ -// my own includes #include <jobs/job.hxx> #include <threadhelp/readguard.hxx> #include <threadhelp/writeguard.hxx> #include <general.h> #include <services.h> -//________________________________ -// interface includes #include <com/sun/star/task/XJob.hpp> #include <com/sun/star/task/XAsyncJob.hpp> #include <com/sun/star/util/XCloseBroadcaster.hpp> #include <com/sun/star/util/XCloseable.hpp> #include <com/sun/star/lang/DisposedException.hpp> -//________________________________ -// includes of other projects #include <rtl/ustrbuf.hxx> #include <vcl/svapp.hxx> diff --git a/framework/source/jobs/jobdata.cxx b/framework/source/jobs/jobdata.cxx index f2b990ac8ae0..a078d04f2e63 100644 --- a/framework/source/jobs/jobdata.cxx +++ b/framework/source/jobs/jobdata.cxx @@ -26,9 +26,6 @@ * ************************************************************************/ - -//________________________________ -// my own includes #include <jobs/jobdata.hxx> #include <threadhelp/readguard.hxx> #include <threadhelp/writeguard.hxx> @@ -36,15 +33,11 @@ #include <general.h> #include <services.h> -//________________________________ -// interface includes #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/beans/XMultiHierarchicalPropertySet.hpp> #include <com/sun/star/container/XNameAccess.hpp> #include <com/sun/star/container/XHierarchicalNameAccess.hpp> -//________________________________ -// includes of other projects #include <tools/wldcrd.hxx> #include <unotools/configpaths.hxx> #include <rtl/ustrbuf.hxx> diff --git a/framework/source/jobs/jobdispatch.cxx b/framework/source/jobs/jobdispatch.cxx index d18ae515fc57..1aaa113db18f 100644 --- a/framework/source/jobs/jobdispatch.cxx +++ b/framework/source/jobs/jobdispatch.cxx @@ -26,9 +26,6 @@ * ************************************************************************/ - -//________________________________ -// my own includes #include <jobs/jobdispatch.hxx> #include <jobs/joburl.hxx> #include <jobs/job.hxx> @@ -39,14 +36,10 @@ #include <general.h> #include <services.h> -//________________________________ -// interface includes #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/frame/DispatchResultState.hpp> #include <com/sun/star/frame/XModuleManager.hpp> -//________________________________ -// includes of other projects #include <rtl/ustrbuf.hxx> #include <vcl/svapp.hxx> diff --git a/framework/source/jobs/jobexecutor.cxx b/framework/source/jobs/jobexecutor.cxx index e41c518ed27a..6c23a775f40d 100644 --- a/framework/source/jobs/jobexecutor.cxx +++ b/framework/source/jobs/jobexecutor.cxx @@ -26,9 +26,6 @@ * ************************************************************************/ - -//________________________________ -// my own includes #include <jobs/jobexecutor.hxx> #include <jobs/job.hxx> #include <jobs/joburl.hxx> @@ -42,14 +39,10 @@ #include "helper/mischelper.hxx" -//________________________________ -// interface includes #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/container/XNameAccess.hpp> #include <com/sun/star/container/XContainer.hpp> -//________________________________ -// includes of other projects #include <unotools/configpaths.hxx> #include <rtl/ustrbuf.hxx> #include <vcl/svapp.hxx> diff --git a/framework/source/jobs/jobresult.cxx b/framework/source/jobs/jobresult.cxx index e97825be7f2c..78b84dcefa9f 100644 --- a/framework/source/jobs/jobresult.cxx +++ b/framework/source/jobs/jobresult.cxx @@ -17,10 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - -//________________________________ -// my own includes - #include <jobs/jobresult.hxx> #include <jobs/jobconst.hxx> #include <threadhelp/readguard.hxx> @@ -28,11 +24,6 @@ #include <general.h> #include <services.h> -//________________________________ -// interface includes - -//________________________________ -// includes of other projects #include <rtl/ustrbuf.hxx> #include <vcl/svapp.hxx> diff --git a/framework/source/jobs/joburl.cxx b/framework/source/jobs/joburl.cxx index 01da85855d64..38a91d71eb1d 100644 --- a/framework/source/jobs/joburl.cxx +++ b/framework/source/jobs/joburl.cxx @@ -26,19 +26,11 @@ * ************************************************************************/ - -//________________________________ -// my own includes #include <jobs/joburl.hxx> #include <threadhelp/readguard.hxx> #include <threadhelp/writeguard.hxx> #include <general.h> -//________________________________ -// interface includes - -//________________________________ -// includes of other projects #include <rtl/ustrbuf.hxx> #include <vcl/svapp.hxx> diff --git a/framework/source/layoutmanager/helpers.cxx b/framework/source/layoutmanager/helpers.cxx index 81ca7f8a7b06..edd8de5d0680 100644 --- a/framework/source/layoutmanager/helpers.cxx +++ b/framework/source/layoutmanager/helpers.cxx @@ -26,13 +26,10 @@ * ************************************************************************/ - -// my own includes #include "helpers.hxx" #include <threadhelp/resetableguard.hxx> #include <services.h> -// interface includes #include <com/sun/star/ui/DockingArea.hpp> #include <com/sun/star/awt/XTopWindow.hpp> #include <com/sun/star/frame/XDispatchHelper.hpp> @@ -41,7 +38,6 @@ #include <com/sun/star/awt/XWindowListener.hpp> #include <com/sun/star/ui/XUIElement.hpp> -// other includes #include <comphelper/mediadescriptor.hxx> #include <vcl/svapp.hxx> #include <toolkit/unohlp.hxx> diff --git a/framework/source/layoutmanager/helpers.hxx b/framework/source/layoutmanager/helpers.hxx index 66d15832f72c..3d11ee5bc19f 100644 --- a/framework/source/layoutmanager/helpers.hxx +++ b/framework/source/layoutmanager/helpers.hxx @@ -29,12 +29,10 @@ #ifndef __FRAMEWORK_LAYOUTMANAGER_HELPERS_HXX_ #define __FRAMEWORK_LAYOUTMANAGER_HELPERS_HXX_ -// my own includes #include <macros/generic.hxx> #include <stdtypes.h> #include <properties.h> -// interface includes #include <com/sun/star/awt/XWindowPeer.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/frame/XFrame.hpp> @@ -43,7 +41,6 @@ #include <com/sun/star/ui/DockingArea.hpp> #include <com/sun/star/awt/Point.hpp> -// other includes #include <vcl/window.hxx> #include <vcl/toolbox.hxx> diff --git a/framework/source/layoutmanager/layoutmanager.cxx b/framework/source/layoutmanager/layoutmanager.cxx index 9bbd8d7e12e4..be602cfe5fdb 100644 --- a/framework/source/layoutmanager/layoutmanager.cxx +++ b/framework/source/layoutmanager/layoutmanager.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -// my own includes #include <services/layoutmanager.hxx> #include <helpers.hxx> #include <threadhelp/resetableguard.hxx> @@ -43,7 +42,6 @@ #include <uiconfiguration/globalsettings.hxx> #include <toolbarlayoutmanager.hxx> -// interface includes #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/frame/XModel.hpp> @@ -68,7 +66,6 @@ #include <com/sun/star/lang/DisposedException.hpp> #include <com/sun/star/util/URLTransformer.hpp> -// other includes #include <comphelper/componentcontext.hxx> #include <svtools/imgdef.hxx> #include <tools/diagnose_ex.h> diff --git a/framework/source/layoutmanager/toolbarlayoutmanager.cxx b/framework/source/layoutmanager/toolbarlayoutmanager.cxx index 212e7aecaaa5..1972d4ac0662 100644 --- a/framework/source/layoutmanager/toolbarlayoutmanager.cxx +++ b/framework/source/layoutmanager/toolbarlayoutmanager.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ - -// my own includes #include <toolbarlayoutmanager.hxx> #include <helpers.hxx> #include <services.h> @@ -35,7 +33,6 @@ #include <classes/fwkresid.hxx> #include <uiconfiguration/windowstateconfiguration.hxx> -// interface includes #include <com/sun/star/awt/PosSize.hpp> #include <com/sun/star/ui/UIElementType.hpp> #include <com/sun/star/container/XNameReplace.hpp> @@ -43,7 +40,6 @@ #include <com/sun/star/ui/XUIElementSettings.hpp> #include <com/sun/star/ui/XUIFunctionListener.hpp> -// other includes #include <unotools/cmdoptions.hxx> #include <toolkit/unohlp.hxx> #include <toolkit/helper/convert.hxx> diff --git a/framework/source/layoutmanager/toolbarlayoutmanager.hxx b/framework/source/layoutmanager/toolbarlayoutmanager.hxx index b52fe4f9cd86..139619f06474 100644 --- a/framework/source/layoutmanager/toolbarlayoutmanager.hxx +++ b/framework/source/layoutmanager/toolbarlayoutmanager.hxx @@ -35,9 +35,6 @@ #include <memory> #include <vector> -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <threadhelp/threadhelpbase.hxx> #include <threadhelp/resetableguard.hxx> #include <threadhelp/writeguard.hxx> @@ -55,9 +52,6 @@ #include <uielement/uielement.hxx> #include <helper/ilayoutnotifications.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/frame/XLayoutManager.hpp> @@ -74,10 +68,6 @@ #include <com/sun/star/awt/XDockableWindow.hpp> #include <com/sun/star/awt/XDockableWindowListener.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ - #include <cppuhelper/implbase3.hxx> diff --git a/framework/source/layoutmanager/uielement.cxx b/framework/source/layoutmanager/uielement.cxx index faf282a1bf8d..dda8e5cd9d2d 100644 --- a/framework/source/layoutmanager/uielement.cxx +++ b/framework/source/layoutmanager/uielement.cxx @@ -26,17 +26,8 @@ * ************************************************************************/ - -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <uielement/uielement.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ - #include <com/sun/star/ui/DockingArea.hpp> //_________________________________________________________________________________________________________________ diff --git a/framework/source/loadenv/loadenv.cxx b/framework/source/loadenv/loadenv.cxx index 79224efd433b..952070474a7a 100644 --- a/framework/source/loadenv/loadenv.cxx +++ b/framework/source/loadenv/loadenv.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -//_______________________________________________ -// includes of own project #include <loadenv/loadenv.hxx> #include <loadenv/targethelper.hxx> @@ -44,8 +42,6 @@ #include <comphelper/interaction.hxx> #include <framework/interaction.hxx> -//_______________________________________________ -// includes of uno interface #include <com/sun/star/task/ErrorCodeRequest.hpp> #include <com/sun/star/uno/RuntimeException.hpp> #include <com/sun/star/frame/DispatchResultState.hpp> @@ -78,8 +74,6 @@ #include <com/sun/star/document/MacroExecMode.hpp> #include <com/sun/star/document/UpdateDocMode.hpp> -//_______________________________________________ -// includes of an other project #include <vcl/window.hxx> #include <vcl/wrkwin.hxx> #include <vcl/syswin.hxx> diff --git a/framework/source/register/register3rdcomponents.cxx b/framework/source/register/register3rdcomponents.cxx index 8ea6674092ed..3692a2bcebcc 100644 --- a/framework/source/register/register3rdcomponents.cxx +++ b/framework/source/register/register3rdcomponents.cxx @@ -26,9 +26,6 @@ * ************************************************************************/ -//_________________________________________________________________________________________________________________ -// includes of my own project -//_________________________________________________________________________________________________________________ #include <macros/registration.hxx> /*================================================================================================================= diff --git a/framework/source/register/registerlogindialog.cxx b/framework/source/register/registerlogindialog.cxx index 9d176757b89d..abfc12533749 100644 --- a/framework/source/register/registerlogindialog.cxx +++ b/framework/source/register/registerlogindialog.cxx @@ -26,10 +26,6 @@ * ************************************************************************/ - -//_________________________________________________________________________________________________________________ -// includes of my own project -//_________________________________________________________________________________________________________________ #include <macros/registration.hxx> /*================================================================================================================= diff --git a/framework/source/register/registertemp.cxx b/framework/source/register/registertemp.cxx index 8b77dd39109d..0296de35081c 100644 --- a/framework/source/register/registertemp.cxx +++ b/framework/source/register/registertemp.cxx @@ -26,9 +26,6 @@ * ************************************************************************/ -//_________________________________________________________________________________________________________________ -// includes of my own project -//_________________________________________________________________________________________________________________ #include <macros/registration.hxx> /*================================================================================================================= diff --git a/framework/source/services/autorecovery.cxx b/framework/source/services/autorecovery.cxx index a5e2bd2c890d..6131fb5ce573 100644 --- a/framework/source/services/autorecovery.cxx +++ b/framework/source/services/autorecovery.cxx @@ -30,8 +30,6 @@ #include "services/autorecovery.hxx" #include <loadenv/loadenv.hxx> -//_______________________________________________ -// own includes #include <loadenv/targethelper.hxx> #include <pattern/frame.hxx> #include <threadhelp/readguard.hxx> @@ -45,8 +43,6 @@ #include "helper/mischelper.hxx" -//_______________________________________________ -// interface includes #include <com/sun/star/ucb/NameClash.hpp> #include <com/sun/star/container/XNameAccess.hpp> #include <com/sun/star/frame/XLoadable.hpp> @@ -77,8 +73,6 @@ #include <com/sun/star/awt/XWindow2.hpp> #include <com/sun/star/task/XStatusIndicatorFactory.hpp> -//_______________________________________________ -// other includes #include <comphelper/componentcontext.hxx> #include <comphelper/configurationhelper.hxx> #include <comphelper/mediadescriptor.hxx> diff --git a/framework/source/services/backingcomp.cxx b/framework/source/services/backingcomp.cxx index ff10901c7752..89a3f941f4bb 100644 --- a/framework/source/services/backingcomp.cxx +++ b/framework/source/services/backingcomp.cxx @@ -31,8 +31,6 @@ #include "backingwindow.hxx" -//_______________________________________________ -// own includes #include <threadhelp/readguard.hxx> #include <threadhelp/writeguard.hxx> #include <classes/droptargetlistener.hxx> @@ -42,8 +40,6 @@ #include <helpid.hrc> -//_______________________________________________ -// interface includes #include <com/sun/star/beans/NamedValue.hpp> #include <com/sun/star/util/XURLTransformer.hpp> #include <com/sun/star/frame/XDispatchProvider.hpp> @@ -55,8 +51,6 @@ #include <com/sun/star/frame/XLayoutManager.hpp> #include <com/sun/star/util/URLTransformer.hpp> -//_______________________________________________ -// other includes #include <comphelper/componentcontext.hxx> #include <cppuhelper/typeprovider.hxx> #include <cppuhelper/factory.hxx> diff --git a/framework/source/services/dispatchhelper.cxx b/framework/source/services/dispatchhelper.cxx index 3a46189d970e..27721a345b55 100644 --- a/framework/source/services/dispatchhelper.cxx +++ b/framework/source/services/dispatchhelper.cxx @@ -26,22 +26,15 @@ * ************************************************************************/ - -//_______________________________________________ -// my own includes #include <services/dispatchhelper.hxx> #include <threadhelp/readguard.hxx> #include <threadhelp/writeguard.hxx> #include <services.h> -//_______________________________________________ -// interface includes #include <com/sun/star/util/URLTransformer.hpp> #include <com/sun/star/util/XURLTransformer.hpp> #include <com/sun/star/frame/XNotifyingDispatch.hpp> -//_______________________________________________ -// includes of other projects #include <comphelper/componentcontext.hxx> //_______________________________________________ diff --git a/framework/source/services/license.cxx b/framework/source/services/license.cxx index 99753a7b6a7e..3fc13c543bfe 100644 --- a/framework/source/services/license.cxx +++ b/framework/source/services/license.cxx @@ -26,10 +26,6 @@ * ************************************************************************/ - -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <services/license.hxx> #include <threadhelp/resetableguard.hxx> #include <macros/debug.hxx> @@ -39,10 +35,6 @@ #include "services/licensedlg.hxx" #include "classes/resource.hrc" -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ - #include <com/sun/star/frame/XDesktop.hpp> #include <com/sun/star/lang/XInitialization.hpp> #include <com/sun/star/beans/XPropertySet.hpp> @@ -51,11 +43,6 @@ #include <com/sun/star/beans/NamedValue.hpp> #include <com/sun/star/lang/XComponent.hpp> - -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ - #include <rtl/ustrbuf.hxx> #include <rtl/strbuf.hxx> #include <rtl/ustring.hxx> diff --git a/framework/source/services/mediatypedetectionhelper.cxx b/framework/source/services/mediatypedetectionhelper.cxx index ef9e3a219bca..4f3d43915ac3 100644 --- a/framework/source/services/mediatypedetectionhelper.cxx +++ b/framework/source/services/mediatypedetectionhelper.cxx @@ -26,10 +26,6 @@ * ************************************************************************/ - -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <services/mediatypedetectionhelper.hxx> #include <services.h> #include <svl/inettype.hxx> @@ -37,10 +33,6 @@ #include <rtl/logfile.hxx> //_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ - -//_________________________________________________________________________________________________________________ // namespace //_________________________________________________________________________________________________________________ diff --git a/framework/source/services/pathsettings.cxx b/framework/source/services/pathsettings.cxx index 3de4348eb06d..a9de0ac2e417 100644 --- a/framework/source/services/pathsettings.cxx +++ b/framework/source/services/pathsettings.cxx @@ -26,9 +26,6 @@ * ************************************************************************/ -// ______________________________________________ -// my own includes - /** Attention: stl headers must(!) be included at first. Otherwhise it can make trouble with solaris headers ... */ @@ -40,8 +37,6 @@ #include "helper/mischelper.hxx" -// ______________________________________________ -// interface includes #include <com/sun/star/beans/Property.hpp> #include <com/sun/star/beans/XProperty.hpp> #include <com/sun/star/beans/PropertyAttribute.hpp> @@ -50,8 +45,6 @@ #include <com/sun/star/util/XChangesNotifier.hpp> #include <com/sun/star/util/PathSubstitution.hpp> -// ______________________________________________ -// includes of other projects #include <tools/urlobj.hxx> #include <rtl/ustrbuf.hxx> #include <rtl/logfile.hxx> diff --git a/framework/source/services/sessionlistener.cxx b/framework/source/services/sessionlistener.cxx index 3c7fdfcd5e8e..8bc3ff7bbe8d 100644 --- a/framework/source/services/sessionlistener.cxx +++ b/framework/source/services/sessionlistener.cxx @@ -26,9 +26,6 @@ * ************************************************************************/ -//_______________________________________________ -// my own includes - #include <services/sessionlistener.hxx> #include <services/desktop.hxx> #include <threadhelp/readguard.hxx> @@ -65,15 +62,11 @@ #include <unotools/pathoptions.hxx> #include <unotools/internaloptions.hxx> #include <stdio.h> -//_______________________________________________ -// interface includes + #include <com/sun/star/uno/Any.hxx> #include <com/sun/star/uno/Sequence.hxx> -//_______________________________________________ -// includes of other projects -//_______________________________________________ // namespace using namespace com::sun::star::uno; diff --git a/framework/source/services/substitutepathvars.cxx b/framework/source/services/substitutepathvars.cxx index 3e58f9431021..b0a81402aba2 100644 --- a/framework/source/services/substitutepathvars.cxx +++ b/framework/source/services/substitutepathvars.cxx @@ -26,23 +26,13 @@ * ************************************************************************/ - -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include "services/substitutepathvars.hxx" #include <threadhelp/resetableguard.hxx> #include <helper/networkdomain.hxx> #include "services.h" -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/beans/XPropertySet.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ #include <unotools/configitem.hxx> #include <unotools/localfilehelper.hxx> #include <unotools/configmgr.hxx> diff --git a/framework/source/services/tabwindowservice.cxx b/framework/source/services/tabwindowservice.cxx index 94a79fc7372b..6ea5dd16edbd 100644 --- a/framework/source/services/tabwindowservice.cxx +++ b/framework/source/services/tabwindowservice.cxx @@ -26,28 +26,15 @@ * ************************************************************************/ - -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <services/tabwindowservice.hxx> #include <classes/fwktabwindow.hxx> #include <threadhelp/resetableguard.hxx> #include <services.h> #include <properties.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ - #include <com/sun/star/awt/PosSize.hpp> #include <com/sun/star/beans/PropertyAttribute.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ - #include <toolkit/helper/vclunohelper.hxx> #include <rtl/ustrbuf.hxx> #include <vcl/svapp.hxx> diff --git a/framework/source/services/taskcreatorsrv.cxx b/framework/source/services/taskcreatorsrv.cxx index fc1ee34366cb..56a308f88045 100644 --- a/framework/source/services/taskcreatorsrv.cxx +++ b/framework/source/services/taskcreatorsrv.cxx @@ -28,8 +28,6 @@ #include "services/taskcreatorsrv.hxx" -//_______________________________________________ -// own includes #include <helper/persistentwindowstate.hxx> #include <helper/tagwindowasmodified.hxx> #include <helper/titlebarupdate.hxx> @@ -38,8 +36,6 @@ #include <loadenv/targethelper.hxx> #include <services.h> -//_______________________________________________ -// interface includes #include <com/sun/star/frame/XFrame.hpp> #include <com/sun/star/frame/XController.hpp> #include <com/sun/star/frame/XModel.hpp> @@ -49,8 +45,6 @@ #include <com/sun/star/awt/WindowAttribute.hpp> #include <com/sun/star/awt/VclWindowPeerAttribute.hpp> -//_______________________________________________ -// other includes #include <svtools/colorcfg.hxx> #include <vcl/svapp.hxx> diff --git a/framework/source/services/urltransformer.cxx b/framework/source/services/urltransformer.cxx index 0d9676e61f01..7a7c73088513 100644 --- a/framework/source/services/urltransformer.cxx +++ b/framework/source/services/urltransformer.cxx @@ -26,22 +26,11 @@ * ************************************************************************/ - -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <services/urltransformer.hxx> #include <threadhelp/resetableguard.hxx> #include <macros/debug.hxx> #include <services.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ - -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ #include <tools/urlobj.hxx> #include <rtl/ustrbuf.hxx> #include <vcl/svapp.hxx> diff --git a/framework/source/tabwin/tabwindow.cxx b/framework/source/tabwin/tabwindow.cxx index 337c6e707c2a..d1b287492639 100644 --- a/framework/source/tabwin/tabwindow.cxx +++ b/framework/source/tabwin/tabwindow.cxx @@ -29,22 +29,14 @@ #include <tabwin/tabwindow.hxx> #include <properties.h> -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <threadhelp/resetableguard.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/util/XURLTransformer.hpp> #include <com/sun/star/awt/PosSize.hpp> #include <com/sun/star/awt/WindowDescriptor.hpp> #include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/lang/DisposedException.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ + #include <rtl/ustrbuf.hxx> #include <vcl/svapp.hxx> #include <vcl/window.hxx> diff --git a/framework/source/tabwin/tabwinfactory.cxx b/framework/source/tabwin/tabwinfactory.cxx index 704fc2c50aa9..a3d7815fd7ce 100644 --- a/framework/source/tabwin/tabwinfactory.cxx +++ b/framework/source/tabwin/tabwinfactory.cxx @@ -29,22 +29,13 @@ #include <tabwin/tabwinfactory.hxx> #include <tabwin/tabwindow.hxx> -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <threadhelp/resetableguard.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/util/XURLTransformer.hpp> #include <com/sun/star/lang/XInitialization.hpp> #include <com/sun/star/awt/XTopWindow.hpp> #include <com/sun/star/awt/WindowAttribute.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ #include <vcl/svapp.hxx> #include <rtl/ustrbuf.hxx> diff --git a/framework/source/uiconfiguration/globalsettings.cxx b/framework/source/uiconfiguration/globalsettings.cxx index a76237b629db..de8304da6534 100644 --- a/framework/source/uiconfiguration/globalsettings.cxx +++ b/framework/source/uiconfiguration/globalsettings.cxx @@ -26,17 +26,10 @@ * ************************************************************************/ - -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include "uiconfiguration/globalsettings.hxx" #include <threadhelp/resetableguard.hxx> #include "services.h" -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/container/XNameAccess.hpp> @@ -45,9 +38,6 @@ #include <com/sun/star/lang/XComponent.hpp> #include <com/sun/star/lang/XEventListener.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ #include <rtl/ustrbuf.hxx> #include <rtl/instance.hxx> #include <cppuhelper/weak.hxx> diff --git a/framework/source/uiconfiguration/graphicnameaccess.cxx b/framework/source/uiconfiguration/graphicnameaccess.cxx index faa39cd7d675..63efeda5dfb1 100644 --- a/framework/source/uiconfiguration/graphicnameaccess.cxx +++ b/framework/source/uiconfiguration/graphicnameaccess.cxx @@ -19,14 +19,6 @@ #include <uiconfiguration/graphicnameaccess.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ - -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ - #include <comphelper/sequence.hxx> using namespace ::com::sun::star; diff --git a/framework/source/uiconfiguration/imagemanager.cxx b/framework/source/uiconfiguration/imagemanager.cxx index b4d4efa76133..e6912d99be60 100644 --- a/framework/source/uiconfiguration/imagemanager.cxx +++ b/framework/source/uiconfiguration/imagemanager.cxx @@ -36,9 +36,6 @@ #include "properties.h" -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/ui/UIElementType.hpp> #include <com/sun/star/ui/ConfigurationEvent.hpp> #include <com/sun/star/lang/DisposedException.hpp> @@ -48,10 +45,6 @@ #include <com/sun/star/io/XStream.hpp> #include <com/sun/star/ui/ImageType.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ - #include <vcl/svapp.hxx> #include <rtl/ustrbuf.hxx> #include <osl/mutex.hxx> diff --git a/framework/source/uiconfiguration/imagemanagerimpl.cxx b/framework/source/uiconfiguration/imagemanagerimpl.cxx index c97cacd3d76b..ea4dd1191f4b 100644 --- a/framework/source/uiconfiguration/imagemanagerimpl.cxx +++ b/framework/source/uiconfiguration/imagemanagerimpl.cxx @@ -35,9 +35,6 @@ #include "properties.h" -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/ui/UIElementType.hpp> #include <com/sun/star/ui/ConfigurationEvent.hpp> #include <com/sun/star/lang/DisposedException.hpp> @@ -47,10 +44,6 @@ #include <com/sun/star/io/XStream.hpp> #include <com/sun/star/ui/ImageType.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ - #include <vcl/svapp.hxx> #include <rtl/ustrbuf.hxx> #include <osl/mutex.hxx> diff --git a/framework/source/uiconfiguration/imagemanagerimpl.hxx b/framework/source/uiconfiguration/imagemanagerimpl.hxx index 7f73540dfab6..29eb9d03b786 100644 --- a/framework/source/uiconfiguration/imagemanagerimpl.hxx +++ b/framework/source/uiconfiguration/imagemanagerimpl.hxx @@ -37,9 +37,6 @@ #include <list> #include <boost/unordered_map.hpp> -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <threadhelp/threadhelpbase.hxx> #include <macros/generic.hxx> #include <macros/xinterface.hxx> @@ -48,9 +45,6 @@ #include <stdtypes.h> #include <uiconfiguration/imagetype.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/lang/XComponent.hpp> @@ -63,9 +57,6 @@ #include <com/sun/star/embed/XTransactedObject.hpp> #include <com/sun/star/ui/XImageManager.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <cppuhelper/weak.hxx> #include <cppuhelper/interfacecontainer.hxx> #include <rtl/ustring.hxx> diff --git a/framework/source/uiconfiguration/moduleimagemanager.cxx b/framework/source/uiconfiguration/moduleimagemanager.cxx index 390ba4d39740..899e20236c39 100644 --- a/framework/source/uiconfiguration/moduleimagemanager.cxx +++ b/framework/source/uiconfiguration/moduleimagemanager.cxx @@ -37,9 +37,6 @@ #include "properties.h" -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/ui/UIElementType.hpp> #include <com/sun/star/ui/ConfigurationEvent.hpp> #include <com/sun/star/lang/DisposedException.hpp> @@ -52,10 +49,6 @@ #include <com/sun/star/uri/XUriReference.hpp> #include <com/sun/star/uno/XComponentContext.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ - #include <vcl/svapp.hxx> #include <rtl/ustrbuf.hxx> #include <osl/mutex.hxx> diff --git a/framework/source/uiconfiguration/moduleuicfgsupplier.cxx b/framework/source/uiconfiguration/moduleuicfgsupplier.cxx index 773b1cebfa15..0753e9d45e96 100644 --- a/framework/source/uiconfiguration/moduleuicfgsupplier.cxx +++ b/framework/source/uiconfiguration/moduleuicfgsupplier.cxx @@ -30,9 +30,6 @@ #include <threadhelp/resetableguard.hxx> #include <services.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/lang/DisposedException.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/container/XNameAccess.hpp> @@ -42,9 +39,6 @@ #include <com/sun/star/io/XSeekable.hpp> #include <com/sun/star/embed/XPackageStructureCreator.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <rtl/logfile.hxx> #include <cppuhelper/implbase1.hxx> #include <vcl/svapp.hxx> diff --git a/framework/source/uiconfiguration/moduleuiconfigurationmanager.cxx b/framework/source/uiconfiguration/moduleuiconfigurationmanager.cxx index ed56814c77a8..0b9cfce04f1b 100644 --- a/framework/source/uiconfiguration/moduleuiconfigurationmanager.cxx +++ b/framework/source/uiconfiguration/moduleuiconfigurationmanager.cxx @@ -37,9 +37,6 @@ #include <framework/statusbarconfiguration.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/ui/UIElementType.hpp> #include <com/sun/star/ui/ConfigurationEvent.hpp> #include <com/sun/star/lang/DisposedException.hpp> @@ -48,10 +45,6 @@ #include <com/sun/star/container/XNameAccess.hpp> #include <com/sun/star/io/XStream.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ - #include <vcl/svapp.hxx> #include <rtl/ustrbuf.hxx> #include <comphelper/sequenceashashmap.hxx> diff --git a/framework/source/uiconfiguration/uicategorydescription.cxx b/framework/source/uiconfiguration/uicategorydescription.cxx index 8b95946b62f4..18ed4445d477 100644 --- a/framework/source/uiconfiguration/uicategorydescription.cxx +++ b/framework/source/uiconfiguration/uicategorydescription.cxx @@ -26,11 +26,6 @@ * ************************************************************************/ - -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include "uiconfiguration/uicategorydescription.hxx" #include <threadhelp/resetableguard.hxx> #include "services.h" @@ -39,18 +34,12 @@ #include "helper/mischelper.hxx" -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/container/XNameAccess.hpp> #include <com/sun/star/container/XNameContainer.hpp> #include <com/sun/star/container/XContainer.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ #include <rtl/ustrbuf.hxx> #include <cppuhelper/implbase2.hxx> #include <unotools/configmgr.hxx> diff --git a/framework/source/uiconfiguration/uiconfigurationmanager.cxx b/framework/source/uiconfiguration/uiconfigurationmanager.cxx index 9132b2956b9b..3d0f96253b24 100644 --- a/framework/source/uiconfiguration/uiconfigurationmanager.cxx +++ b/framework/source/uiconfiguration/uiconfigurationmanager.cxx @@ -37,9 +37,6 @@ #include <framework/statusbarconfiguration.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/ui/UIElementType.hpp> #include <com/sun/star/ui/ConfigurationEvent.hpp> #include <com/sun/star/lang/XInitialization.hpp> @@ -50,10 +47,6 @@ #include <com/sun/star/io/XStream.hpp> #include <com/sun/star/embed/XTransactedObject.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ - #include <vcl/svapp.hxx> #include <rtl/ustrbuf.hxx> diff --git a/framework/source/uiconfiguration/windowstateconfiguration.cxx b/framework/source/uiconfiguration/windowstateconfiguration.cxx index f9d635d23089..8a38346e391d 100644 --- a/framework/source/uiconfiguration/windowstateconfiguration.cxx +++ b/framework/source/uiconfiguration/windowstateconfiguration.cxx @@ -26,19 +26,12 @@ * ************************************************************************/ - -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include "uiconfiguration/windowstateconfiguration.hxx" #include <threadhelp/resetableguard.hxx> #include "services.h" #include "helper/mischelper.hxx" -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/container/XNameAccess.hpp> @@ -49,9 +42,6 @@ #include <com/sun/star/ui/DockingArea.hpp> #include <com/sun/star/util/XChangesBatch.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ #include <rtl/ustrbuf.hxx> #include <cppuhelper/weak.hxx> #include <tools/debug.hxx> diff --git a/framework/source/uielement/addonstoolbarmanager.cxx b/framework/source/uielement/addonstoolbarmanager.cxx index c661727d2fcb..ad1ddc476da2 100644 --- a/framework/source/uielement/addonstoolbarmanager.cxx +++ b/framework/source/uielement/addonstoolbarmanager.cxx @@ -29,11 +29,6 @@ #include <uielement/addonstoolbarmanager.hxx> #include <uielement/toolbarmerger.hxx> -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - - #include <uielement/toolbar.hxx> #include <uielement/generictoolbarcontroller.hxx> #include <threadhelp/resetableguard.hxx> @@ -52,9 +47,6 @@ #include <uielement/dropdownboxtoolbarcontroller.hxx> #include <uielement/toolbarmerger.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/ui/ItemType.hpp> #include <com/sun/star/frame/XToolbarController.hpp> #include <com/sun/star/frame/XDispatchProvider.hpp> @@ -64,9 +56,6 @@ #include <com/sun/star/ui/DockingArea.hpp> #include <com/sun/star/lang/XMultiComponentFactory.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <svtools/imgdef.hxx> #include <svtools/toolboxcontroller.hxx> #include <toolkit/unohlp.hxx> diff --git a/framework/source/uielement/addonstoolbarwrapper.cxx b/framework/source/uielement/addonstoolbarwrapper.cxx index b4affd0192d9..39085600f75d 100644 --- a/framework/source/uielement/addonstoolbarwrapper.cxx +++ b/framework/source/uielement/addonstoolbarwrapper.cxx @@ -26,12 +26,6 @@ * ************************************************************************/ - -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - - #include <uielement/addonstoolbarwrapper.hxx> #include <threadhelp/resetableguard.hxx> #include <framework/actiontriggerhelper.hxx> @@ -41,9 +35,6 @@ #include <uielement/toolbar.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/DisposedException.hpp> #include <com/sun/star/beans/XPropertySet.hpp> @@ -53,10 +44,6 @@ #include <com/sun/star/container/XNameAccess.hpp> #include <com/sun/star/ui/UIElementType.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ - #include <toolkit/unohlp.hxx> #include <toolkit/awt/vclxwindow.hxx> #include <comphelper/processfactory.hxx> diff --git a/framework/source/uielement/buttontoolbarcontroller.cxx b/framework/source/uielement/buttontoolbarcontroller.cxx index 172f872f8996..e964d30127de 100644 --- a/framework/source/uielement/buttontoolbarcontroller.cxx +++ b/framework/source/uielement/buttontoolbarcontroller.cxx @@ -29,15 +29,8 @@ #include "uielement/buttontoolbarcontroller.hxx" -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include "uielement/toolbar.hxx" -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/util/URLTransformer.hpp> #include <com/sun/star/util/XURLTransformer.hpp> #include <com/sun/star/frame/XDispatchProvider.hpp> @@ -47,10 +40,6 @@ #include "com/sun/star/uno/XComponentContext.hpp" #include "com/sun/star/beans/XPropertySet.hpp" -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ - #include <rtl/uri.hxx> #include <osl/mutex.hxx> #include <comphelper/componentcontext.hxx> diff --git a/framework/source/uielement/comboboxtoolbarcontroller.cxx b/framework/source/uielement/comboboxtoolbarcontroller.cxx index 32658f3c7190..0618fa622c79 100644 --- a/framework/source/uielement/comboboxtoolbarcontroller.cxx +++ b/framework/source/uielement/comboboxtoolbarcontroller.cxx @@ -29,15 +29,8 @@ #include "uielement/comboboxtoolbarcontroller.hxx" -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include "uielement/toolbar.hxx" -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/util/XURLTransformer.hpp> #include <com/sun/star/frame/XDispatchProvider.hpp> #include <com/sun/star/beans/PropertyValue.hpp> @@ -47,9 +40,6 @@ #include <com/sun/star/frame/XControlNotificationListener.hpp> #include <com/sun/star/util/Color.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <svtools/toolboxcontroller.hxx> #include <osl/mutex.hxx> #include <vcl/svapp.hxx> diff --git a/framework/source/uielement/complextoolbarcontroller.cxx b/framework/source/uielement/complextoolbarcontroller.cxx index 0c4c786e881b..2e8a8027d5d4 100644 --- a/framework/source/uielement/complextoolbarcontroller.cxx +++ b/framework/source/uielement/complextoolbarcontroller.cxx @@ -29,15 +29,8 @@ #include "uielement/complextoolbarcontroller.hxx" -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include "uielement/toolbar.hxx" -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/util/URLTransformer.hpp> #include <com/sun/star/util/XURLTransformer.hpp> #include <com/sun/star/frame/XDispatchProvider.hpp> @@ -48,9 +41,6 @@ #include <com/sun/star/frame/status/Visibility.hpp> #include <com/sun/star/frame/XControlNotificationListener.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <comphelper/componentcontext.hxx> #include <svtools/toolboxcontroller.hxx> #include <osl/mutex.hxx> diff --git a/framework/source/uielement/controlmenucontroller.cxx b/framework/source/uielement/controlmenucontroller.cxx index 316acef26740..909ed877d31b 100644 --- a/framework/source/uielement/controlmenucontroller.cxx +++ b/framework/source/uielement/controlmenucontroller.cxx @@ -29,15 +29,9 @@ #include <sal/macros.h> #include <uielement/controlmenucontroller.hxx> -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <threadhelp/resetableguard.hxx> #include "services.h" -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/awt/XDevice.hpp> #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/awt/MenuItemStyle.hpp> @@ -46,10 +40,6 @@ #include <com/sun/star/container/XNameContainer.hpp> #include <com/sun/star/beans/XPropertySet.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ - #include <vcl/menu.hxx> #include <vcl/svapp.hxx> #include <vcl/i18nhelp.hxx> diff --git a/framework/source/uielement/dropdownboxtoolbarcontroller.cxx b/framework/source/uielement/dropdownboxtoolbarcontroller.cxx index 1b2f2f34aa31..b9bb4f68a224 100644 --- a/framework/source/uielement/dropdownboxtoolbarcontroller.cxx +++ b/framework/source/uielement/dropdownboxtoolbarcontroller.cxx @@ -29,15 +29,8 @@ #include "uielement/dropdownboxtoolbarcontroller.hxx" -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include "uielement/toolbar.hxx" -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/util/XURLTransformer.hpp> #include <com/sun/star/frame/XDispatchProvider.hpp> #include <com/sun/star/beans/PropertyValue.hpp> @@ -46,9 +39,6 @@ #include <com/sun/star/frame/status/Visibility.hpp> #include <com/sun/star/frame/XControlNotificationListener.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <svtools/toolboxcontroller.hxx> #include <osl/mutex.hxx> #include <vcl/svapp.hxx> diff --git a/framework/source/uielement/edittoolbarcontroller.cxx b/framework/source/uielement/edittoolbarcontroller.cxx index 0afdab7b33fc..7f67c45690af 100644 --- a/framework/source/uielement/edittoolbarcontroller.cxx +++ b/framework/source/uielement/edittoolbarcontroller.cxx @@ -29,15 +29,8 @@ #include "uielement/edittoolbarcontroller.hxx" -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include "uielement/toolbar.hxx" -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/util/XURLTransformer.hpp> #include <com/sun/star/frame/XDispatchProvider.hpp> #include <com/sun/star/beans/PropertyValue.hpp> @@ -46,9 +39,6 @@ #include <com/sun/star/frame/status/Visibility.hpp> #include <com/sun/star/frame/XControlNotificationListener.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <svtools/toolboxcontroller.hxx> #include <osl/mutex.hxx> #include <vcl/svapp.hxx> diff --git a/framework/source/uielement/fontmenucontroller.cxx b/framework/source/uielement/fontmenucontroller.cxx index 2c2177bf4a00..78f8b7f35cf5 100644 --- a/framework/source/uielement/fontmenucontroller.cxx +++ b/framework/source/uielement/fontmenucontroller.cxx @@ -28,25 +28,14 @@ #include <uielement/fontmenucontroller.hxx> -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <threadhelp/resetableguard.hxx> #include "services.h" -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/awt/XDevice.hpp> #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/awt/MenuItemStyle.hpp> #include <com/sun/star/frame/XDispatchProvider.hpp> - -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ - #include <vcl/menu.hxx> #include <vcl/svapp.hxx> #include <vcl/i18nhelp.hxx> diff --git a/framework/source/uielement/fontsizemenucontroller.cxx b/framework/source/uielement/fontsizemenucontroller.cxx index eaa44efa067f..6506edd44b5c 100644 --- a/framework/source/uielement/fontsizemenucontroller.cxx +++ b/framework/source/uielement/fontsizemenucontroller.cxx @@ -28,25 +28,15 @@ #include <uielement/fontsizemenucontroller.hxx> -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <threadhelp/resetableguard.hxx> #include "services.h" -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/awt/XDevice.hpp> #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/awt/MenuItemStyle.hpp> #include <com/sun/star/frame/XDispatchProvider.hpp> #include <com/sun/star/view/XPrintable.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ - #include <vcl/menu.hxx> #include <tools/mapunit.hxx> #include <vcl/svapp.hxx> diff --git a/framework/source/uielement/footermenucontroller.cxx b/framework/source/uielement/footermenucontroller.cxx index 6db6ddf1eb87..971eebb26239 100644 --- a/framework/source/uielement/footermenucontroller.cxx +++ b/framework/source/uielement/footermenucontroller.cxx @@ -19,17 +19,11 @@ #include <uielement/footermenucontroller.hxx> -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <threadhelp/resetableguard.hxx> #include "services.h" #include <classes/resource.hrc> #include <classes/fwlresid.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/awt/XDevice.hpp> #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/awt/MenuItemStyle.hpp> @@ -39,10 +33,6 @@ #include <com/sun/star/container/XNameContainer.hpp> #include <com/sun/star/beans/XPropertySet.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ - #include <vcl/menu.hxx> #include <vcl/svapp.hxx> #include <vcl/i18nhelp.hxx> diff --git a/framework/source/uielement/generictoolbarcontroller.cxx b/framework/source/uielement/generictoolbarcontroller.cxx index d5960e40fb50..554129296eb7 100644 --- a/framework/source/uielement/generictoolbarcontroller.cxx +++ b/framework/source/uielement/generictoolbarcontroller.cxx @@ -29,15 +29,8 @@ #include "uielement/generictoolbarcontroller.hxx" -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include "uielement/toolbar.hxx" -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/util/URLTransformer.hpp> #include <com/sun/star/util/XURLTransformer.hpp> #include <com/sun/star/frame/XDispatchProvider.hpp> @@ -47,9 +40,6 @@ #include <com/sun/star/frame/status/ItemState.hpp> #include <com/sun/star/frame/status/Visibility.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <comphelper/componentcontext.hxx> #include <svtools/toolboxcontroller.hxx> #include <osl/mutex.hxx> diff --git a/framework/source/uielement/headermenucontroller.cxx b/framework/source/uielement/headermenucontroller.cxx index 103e155f4683..449d0fc96f82 100644 --- a/framework/source/uielement/headermenucontroller.cxx +++ b/framework/source/uielement/headermenucontroller.cxx @@ -28,18 +28,12 @@ #include <uielement/headermenucontroller.hxx> -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <threadhelp/resetableguard.hxx> #include "services.h" #include <classes/resource.hrc> #include <classes/fwlresid.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/awt/XDevice.hpp> #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/awt/MenuItemStyle.hpp> @@ -48,10 +42,6 @@ #include <com/sun/star/container/XNameContainer.hpp> #include <com/sun/star/beans/XPropertySet.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ - #include <vcl/menu.hxx> #include <vcl/svapp.hxx> #include <vcl/i18nhelp.hxx> diff --git a/framework/source/uielement/imagebuttontoolbarcontroller.cxx b/framework/source/uielement/imagebuttontoolbarcontroller.cxx index 3d47d4c4d2c8..f7d39231d665 100644 --- a/framework/source/uielement/imagebuttontoolbarcontroller.cxx +++ b/framework/source/uielement/imagebuttontoolbarcontroller.cxx @@ -29,15 +29,9 @@ #include "uielement/imagebuttontoolbarcontroller.hxx" -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <framework/addonsoptions.hxx> #include "uielement/toolbar.hxx" -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/util/XURLTransformer.hpp> #include <com/sun/star/frame/XDispatchProvider.hpp> #include <com/sun/star/beans/PropertyValue.hpp> @@ -46,10 +40,6 @@ #include "com/sun/star/uno/XComponentContext.hpp" #include "com/sun/star/beans/XPropertySet.hpp" -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ - #include <rtl/uri.hxx> #include <osl/mutex.hxx> #include <comphelper/processfactory.hxx> diff --git a/framework/source/uielement/langselectionmenucontroller.cxx b/framework/source/uielement/langselectionmenucontroller.cxx index 5bac99419694..1dc52ed35cf3 100644 --- a/framework/source/uielement/langselectionmenucontroller.cxx +++ b/framework/source/uielement/langselectionmenucontroller.cxx @@ -29,24 +29,14 @@ #include <uielement/langselectionmenucontroller.hxx> -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <threadhelp/resetableguard.hxx> #include "services.h" -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/awt/XDevice.hpp> #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/awt/MenuItemStyle.hpp> #include <com/sun/star/frame/XDispatchProvider.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ - #include <vcl/menu.hxx> #include <vcl/svapp.hxx> #include <vcl/i18nhelp.hxx> diff --git a/framework/source/uielement/menubarmanager.cxx b/framework/source/uielement/menubarmanager.cxx index 62fbf53817ed..3d8bc974d3af 100644 --- a/framework/source/uielement/menubarmanager.cxx +++ b/framework/source/uielement/menubarmanager.cxx @@ -26,11 +26,6 @@ * ************************************************************************/ - - -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <uielement/menubarmanager.hxx> #include <framework/menuconfiguration.hxx> #include <framework/bmkmenu.hxx> @@ -45,9 +40,6 @@ #include <classes/resource.hrc> #include <services.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/frame/XDispatch.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/DisposedException.hpp> @@ -71,9 +63,6 @@ #include <com/sun/star/frame/status/Visibility.hpp> #include <com/sun/star/util/URLTransformer.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ #include <comphelper/componentcontext.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/extract.hxx> diff --git a/framework/source/uielement/menubarwrapper.cxx b/framework/source/uielement/menubarwrapper.cxx index 5c97bf181a44..32ec827a3d08 100644 --- a/framework/source/uielement/menubarwrapper.cxx +++ b/framework/source/uielement/menubarwrapper.cxx @@ -26,18 +26,11 @@ * ************************************************************************/ - -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <uielement/menubarwrapper.hxx> #include <threadhelp/resetableguard.hxx> #include <framework/actiontriggerhelper.hxx> #include <services.h> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/awt/XSystemDependentMenuPeer.hpp> @@ -48,9 +41,6 @@ #include <com/sun/star/frame/XModuleManager.hpp> #include <com/sun/star/util/URLTransformer.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <comphelper/componentcontext.hxx> #include <comphelper/processfactory.hxx> #include <tools/solar.h> diff --git a/framework/source/uielement/newmenucontroller.cxx b/framework/source/uielement/newmenucontroller.cxx index 8918b1f34f2f..7a8ff0bfe097 100644 --- a/framework/source/uielement/newmenucontroller.cxx +++ b/framework/source/uielement/newmenucontroller.cxx @@ -28,9 +28,6 @@ #include <uielement/newmenucontroller.hxx> -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <threadhelp/resetableguard.hxx> #include "services.h" #include <classes/resource.hrc> @@ -39,9 +36,6 @@ #include <framework/imageproducer.hxx> #include <framework/menuconfiguration.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/awt/XDevice.hpp> #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/awt/MenuItemStyle.hpp> @@ -51,9 +45,6 @@ #include <com/sun/star/container/XNameAccess.hpp> #include <com/sun/star/document/CorruptedFilterConfigurationException.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ #include <vcl/svapp.hxx> #include <vcl/i18nhelp.hxx> #include <rtl/ustrbuf.hxx> diff --git a/framework/source/uielement/objectmenucontroller.cxx b/framework/source/uielement/objectmenucontroller.cxx index 668840b783ca..2028be895116 100644 --- a/framework/source/uielement/objectmenucontroller.cxx +++ b/framework/source/uielement/objectmenucontroller.cxx @@ -28,15 +28,9 @@ #include <uielement/objectmenucontroller.hxx> -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <threadhelp/resetableguard.hxx> #include "services.h" -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/awt/XDevice.hpp> #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/awt/MenuItemStyle.hpp> @@ -44,10 +38,6 @@ #include <com/sun/star/embed/VerbAttributes.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ - #include <vcl/menu.hxx> #include <vcl/svapp.hxx> #include <vcl/i18nhelp.hxx> diff --git a/framework/source/uielement/progressbarwrapper.cxx b/framework/source/uielement/progressbarwrapper.cxx index e8fddb76324b..906147ea13fe 100644 --- a/framework/source/uielement/progressbarwrapper.cxx +++ b/framework/source/uielement/progressbarwrapper.cxx @@ -29,22 +29,13 @@ #include <uielement/progressbarwrapper.hxx> -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <helper/statusindicator.hxx> #include <threadhelp/resetableguard.hxx> #include <uielement/statusindicatorinterfacewrapper.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/ui/UIElementType.hpp> #include <com/sun/star/lang/DisposedException.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ #include <vcl/svapp.hxx> #include <toolkit/helper/vclunohelper.hxx> diff --git a/framework/source/uielement/recentfilesmenucontroller.cxx b/framework/source/uielement/recentfilesmenucontroller.cxx index 9d29d010f453..c93dfe65134c 100644 --- a/framework/source/uielement/recentfilesmenucontroller.cxx +++ b/framework/source/uielement/recentfilesmenucontroller.cxx @@ -28,25 +28,16 @@ #include <uielement/recentfilesmenucontroller.hxx> -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <threadhelp/resetableguard.hxx> #include "services.h" #include <classes/resource.hrc> #include <classes/fwkresid.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/awt/XDevice.hpp> #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/awt/MenuItemStyle.hpp> #include <com/sun/star/util/XStringWidth.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ #include <vcl/menu.hxx> #include <vcl/svapp.hxx> diff --git a/framework/source/uielement/spinfieldtoolbarcontroller.cxx b/framework/source/uielement/spinfieldtoolbarcontroller.cxx index 2560270e67d9..6fec68dac1b0 100644 --- a/framework/source/uielement/spinfieldtoolbarcontroller.cxx +++ b/framework/source/uielement/spinfieldtoolbarcontroller.cxx @@ -32,15 +32,8 @@ #include "uielement/spinfieldtoolbarcontroller.hxx" -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include "uielement/toolbar.hxx" -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/util/XURLTransformer.hpp> #include <com/sun/star/frame/XDispatchProvider.hpp> #include <com/sun/star/beans/PropertyValue.hpp> @@ -49,9 +42,6 @@ #include <com/sun/star/frame/status/Visibility.hpp> #include <com/sun/star/frame/XControlNotificationListener.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <svtools/toolboxcontroller.hxx> #include <osl/mutex.hxx> #include <vcl/svapp.hxx> diff --git a/framework/source/uielement/statusbar.cxx b/framework/source/uielement/statusbar.cxx index 0bbd731b75e7..438099a43097 100644 --- a/framework/source/uielement/statusbar.cxx +++ b/framework/source/uielement/statusbar.cxx @@ -28,14 +28,6 @@ #include <uielement/statusbar.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ - -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ - #include <vcl/svapp.hxx> namespace framework diff --git a/framework/source/uielement/statusbarmanager.cxx b/framework/source/uielement/statusbarmanager.cxx index f726f32d2a40..692c81dc07e0 100644 --- a/framework/source/uielement/statusbarmanager.cxx +++ b/framework/source/uielement/statusbarmanager.cxx @@ -29,9 +29,6 @@ #include <uielement/statusbarmanager.hxx> -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <threadhelp/threadhelpbase.hxx> #include <threadhelp/resetableguard.hxx> #include <framework/sfxhelperfunctions.hxx> @@ -44,9 +41,6 @@ #include "properties.h" #include <helper/mischelper.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/frame/XFrame.hpp> #include <com/sun/star/frame/XStatusListener.hpp> #include <com/sun/star/util/XUpdatable.hpp> @@ -57,10 +51,6 @@ #include <com/sun/star/awt/Command.hpp> #include <com/sun/star/lang/DisposedException.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ - #include <toolkit/unohlp.hxx> #include <svtools/statusbarcontroller.hxx> diff --git a/framework/source/uielement/statusbarwrapper.cxx b/framework/source/uielement/statusbarwrapper.cxx index beb14e2c85e4..1313be9b21d6 100644 --- a/framework/source/uielement/statusbarwrapper.cxx +++ b/framework/source/uielement/statusbarwrapper.cxx @@ -29,9 +29,6 @@ #include <uielement/statusbarwrapper.hxx> -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <threadhelp/resetableguard.hxx> #include <framework/actiontriggerhelper.hxx> #include <uielement/constitemcontainer.hxx> @@ -39,9 +36,6 @@ #include <uielement/statusbar.hxx> #include <helpid.hrc> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/awt/XSystemDependentMenuPeer.hpp> @@ -50,9 +44,6 @@ #include <com/sun/star/container/XNameAccess.hpp> #include <com/sun/star/ui/UIElementType.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <comphelper/processfactory.hxx> #include <toolkit/unohlp.hxx> diff --git a/framework/source/uielement/statusindicatorinterfacewrapper.cxx b/framework/source/uielement/statusindicatorinterfacewrapper.cxx index a3630daf11df..e5250ed4486f 100644 --- a/framework/source/uielement/statusindicatorinterfacewrapper.cxx +++ b/framework/source/uielement/statusindicatorinterfacewrapper.cxx @@ -17,18 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <uielement/statusindicatorinterfacewrapper.hxx> #include <uielement/progressbarwrapper.hxx> #include <threadhelp/resetableguard.hxx> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ - #include <vcl/svapp.hxx> #include <osl/mutex.hxx> diff --git a/framework/source/uielement/togglebuttontoolbarcontroller.cxx b/framework/source/uielement/togglebuttontoolbarcontroller.cxx index e10291836956..505b3f0d4185 100644 --- a/framework/source/uielement/togglebuttontoolbarcontroller.cxx +++ b/framework/source/uielement/togglebuttontoolbarcontroller.cxx @@ -29,15 +29,9 @@ #include "uielement/togglebuttontoolbarcontroller.hxx" -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <framework/addonsoptions.hxx> #include "uielement/toolbar.hxx" -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/util/XURLTransformer.hpp> #include <com/sun/star/frame/XDispatchProvider.hpp> #include <com/sun/star/beans/PropertyValue.hpp> @@ -46,10 +40,6 @@ #include "com/sun/star/uno/XComponentContext.hpp" #include "com/sun/star/beans/XPropertySet.hpp" -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ - #include <rtl/uri.hxx> #include <osl/mutex.hxx> #include <comphelper/processfactory.hxx> diff --git a/framework/source/uielement/toolbar.cxx b/framework/source/uielement/toolbar.cxx index f318d3f0ac8a..d1e5ddab4126 100644 --- a/framework/source/uielement/toolbar.cxx +++ b/framework/source/uielement/toolbar.cxx @@ -17,10 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <uielement/toolbar.hxx> #include <uielement/toolbarmanager.hxx> #include <rtl/logfile.hxx> diff --git a/framework/source/uielement/toolbarmanager.cxx b/framework/source/uielement/toolbarmanager.cxx index a4eed099fab6..fde16c83ad5c 100644 --- a/framework/source/uielement/toolbarmanager.cxx +++ b/framework/source/uielement/toolbarmanager.cxx @@ -28,11 +28,6 @@ #include <uielement/toolbarmanager.hxx> -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - - #include <uielement/toolbar.hxx> #include <uielement/generictoolbarcontroller.hxx> #include <threadhelp/resetableguard.hxx> @@ -46,9 +41,6 @@ #include <framework/addonsoptions.hxx> #include <uielement/toolbarmerger.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/ui/ItemType.hpp> #include <com/sun/star/frame/XDispatchProvider.hpp> #include <com/sun/star/beans/XPropertySet.hpp> @@ -69,9 +61,6 @@ #include <com/sun/star/lang/DisposedException.hpp> #include <com/sun/star/util/URLTransformer.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <svtools/imgdef.hxx> #include <svtools/toolboxcontroller.hxx> #include <unotools/cmdoptions.hxx> diff --git a/framework/source/uielement/toolbarsmenucontroller.cxx b/framework/source/uielement/toolbarsmenucontroller.cxx index 0b728b5a0959..5d479a552060 100644 --- a/framework/source/uielement/toolbarsmenucontroller.cxx +++ b/framework/source/uielement/toolbarsmenucontroller.cxx @@ -30,9 +30,6 @@ #include <algorithm> -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <threadhelp/resetableguard.hxx> #include "services.h" #include <classes/resource.hrc> @@ -41,9 +38,6 @@ #include <framework/imageproducer.hxx> #include <framework/sfxhelperfunctions.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/awt/XDevice.hpp> #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/awt/MenuItemStyle.hpp> @@ -56,10 +50,6 @@ #include <com/sun/star/ui/XUIConfigurationManagerSupplier.hpp> #include <com/sun/star/ui/UIElementType.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ - #include <vcl/menu.hxx> #include <vcl/svapp.hxx> #include <vcl/i18nhelp.hxx> diff --git a/framework/source/uielement/toolbarwrapper.cxx b/framework/source/uielement/toolbarwrapper.cxx index 212884d24b76..ea0d31675900 100644 --- a/framework/source/uielement/toolbarwrapper.cxx +++ b/framework/source/uielement/toolbarwrapper.cxx @@ -26,11 +26,6 @@ * ************************************************************************/ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - - #include <uielement/toolbarwrapper.hxx> #include <threadhelp/resetableguard.hxx> #include <framework/actiontriggerhelper.hxx> @@ -40,9 +35,6 @@ #include <uielement/toolbar.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/awt/XSystemDependentMenuPeer.hpp> @@ -52,10 +44,6 @@ #include <com/sun/star/ui/UIElementType.hpp> #include <com/sun/star/lang/DisposedException.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ - #include <toolkit/unohlp.hxx> #include <toolkit/awt/vclxwindow.hxx> #include <comphelper/processfactory.hxx> diff --git a/framework/source/uielement/uicommanddescription.cxx b/framework/source/uielement/uicommanddescription.cxx index 29edf6aa6312..4715e1c1a453 100644 --- a/framework/source/uielement/uicommanddescription.cxx +++ b/framework/source/uielement/uicommanddescription.cxx @@ -26,10 +26,6 @@ * ************************************************************************/ - -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include "uielement/uicommanddescription.hxx" #include <threadhelp/resetableguard.hxx> #include "services.h" @@ -38,18 +34,12 @@ #include "helper/mischelper.hxx" -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/container/XNameAccess.hpp> #include <com/sun/star/container/XNameContainer.hpp> #include <com/sun/star/container/XContainer.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ #include <rtl/ustrbuf.hxx> #include <cppuhelper/implbase2.hxx> #include <unotools/configmgr.hxx> diff --git a/framework/source/uifactory/addonstoolboxfactory.cxx b/framework/source/uifactory/addonstoolboxfactory.cxx index 06841b59d4b8..21ca8c1a9909 100644 --- a/framework/source/uifactory/addonstoolboxfactory.cxx +++ b/framework/source/uifactory/addonstoolboxfactory.cxx @@ -28,15 +28,9 @@ #include <uifactory/addonstoolboxfactory.hxx> -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <uielement/addonstoolbarwrapper.hxx> #include <threadhelp/resetableguard.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/util/XURLTransformer.hpp> #include <com/sun/star/frame/XFrame.hpp> #include <com/sun/star/frame/XModel.hpp> @@ -45,9 +39,6 @@ #include <com/sun/star/ui/XUIConfigurationManagerSupplier.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ #include <vcl/svapp.hxx> #include <rtl/ustrbuf.hxx> diff --git a/framework/source/uifactory/factoryconfiguration.cxx b/framework/source/uifactory/factoryconfiguration.cxx index cbfb934e6e63..d029b849f013 100644 --- a/framework/source/uifactory/factoryconfiguration.cxx +++ b/framework/source/uifactory/factoryconfiguration.cxx @@ -26,28 +26,18 @@ * ************************************************************************/ - -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include "uifactory/factoryconfiguration.hxx" #include <threadhelp/resetableguard.hxx> #include "services.h" #include "helper/mischelper.hxx" -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/container/XNameAccess.hpp> #include <com/sun/star/container/XNameContainer.hpp> #include <com/sun/star/container/XContainer.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ #include <rtl/ustrbuf.hxx> #include <cppuhelper/weak.hxx> #include <rtl/logfile.hxx> diff --git a/framework/source/uifactory/menubarfactory.cxx b/framework/source/uifactory/menubarfactory.cxx index 7686b9535089..e221e9a5459f 100644 --- a/framework/source/uifactory/menubarfactory.cxx +++ b/framework/source/uifactory/menubarfactory.cxx @@ -28,16 +28,10 @@ #include <uifactory/menubarfactory.hxx> -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <threadhelp/resetableguard.hxx> #include "services.h" #include <uielement/menubarwrapper.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/util/XURLTransformer.hpp> #include <com/sun/star/frame/XFrame.hpp> #include <com/sun/star/frame/XModel.hpp> @@ -46,10 +40,6 @@ #include <com/sun/star/ui/XUIConfigurationManagerSupplier.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ - #include <vcl/menu.hxx> #include <vcl/svapp.hxx> #include <rtl/ustrbuf.hxx> diff --git a/framework/source/uifactory/popupmenucontrollerfactory.cxx b/framework/source/uifactory/popupmenucontrollerfactory.cxx index cf01bcc253d2..e98f03e91464 100644 --- a/framework/source/uifactory/popupmenucontrollerfactory.cxx +++ b/framework/source/uifactory/popupmenucontrollerfactory.cxx @@ -17,27 +17,17 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include "uifactory/popupmenucontrollerfactory.hxx" #include <threadhelp/resetableguard.hxx> #include "services.h" #include "uifactory/factoryconfiguration.hxx" -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/container/XNameAccess.hpp> #include <com/sun/star/container/XNameContainer.hpp> #include <com/sun/star/container/XContainer.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ #include <rtl/ustrbuf.hxx> #include <cppuhelper/weak.hxx> #include <rtl/logfile.hxx> diff --git a/framework/source/uifactory/statusbarcontrollerfactory.cxx b/framework/source/uifactory/statusbarcontrollerfactory.cxx index 461a0da30785..3de5b25245ab 100644 --- a/framework/source/uifactory/statusbarcontrollerfactory.cxx +++ b/framework/source/uifactory/statusbarcontrollerfactory.cxx @@ -17,27 +17,17 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include "uifactory/statusbarcontrollerfactory.hxx" #include "uifactory/factoryconfiguration.hxx" #include <threadhelp/resetableguard.hxx> #include "services.h" -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/container/XNameAccess.hpp> #include <com/sun/star/container/XNameContainer.hpp> #include <com/sun/star/container/XContainer.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ #include <rtl/ustrbuf.hxx> #include <cppuhelper/weak.hxx> diff --git a/framework/source/uifactory/statusbarfactory.cxx b/framework/source/uifactory/statusbarfactory.cxx index 6be9cefa155b..7f2fce4714e0 100644 --- a/framework/source/uifactory/statusbarfactory.cxx +++ b/framework/source/uifactory/statusbarfactory.cxx @@ -20,15 +20,9 @@ #include <uifactory/statusbarfactory.hxx> #include <uifactory/menubarfactory.hxx> -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <uielement/statusbarwrapper.hxx> #include <threadhelp/resetableguard.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/util/XURLTransformer.hpp> #include <com/sun/star/frame/XFrame.hpp> #include <com/sun/star/frame/XModel.hpp> @@ -37,9 +31,6 @@ #include <com/sun/star/ui/XUIConfigurationManagerSupplier.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ #include <vcl/svapp.hxx> #include <rtl/ustrbuf.hxx> diff --git a/framework/source/uifactory/toolbarcontrollerfactory.cxx b/framework/source/uifactory/toolbarcontrollerfactory.cxx index 2369605b6e3e..5651159be7dd 100644 --- a/framework/source/uifactory/toolbarcontrollerfactory.cxx +++ b/framework/source/uifactory/toolbarcontrollerfactory.cxx @@ -26,27 +26,17 @@ * ************************************************************************/ - -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include "uifactory/toolbarcontrollerfactory.hxx" #include "uifactory/factoryconfiguration.hxx" #include <threadhelp/resetableguard.hxx> #include "services.h" -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/container/XNameAccess.hpp> #include <com/sun/star/container/XNameContainer.hpp> #include <com/sun/star/container/XContainer.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ #include <rtl/ustrbuf.hxx> #include <cppuhelper/weak.hxx> diff --git a/framework/source/uifactory/toolboxfactory.cxx b/framework/source/uifactory/toolboxfactory.cxx index ab2f54a9db23..a30a1c3737a2 100644 --- a/framework/source/uifactory/toolboxfactory.cxx +++ b/framework/source/uifactory/toolboxfactory.cxx @@ -19,15 +19,9 @@ #include <uifactory/toolboxfactory.hxx> -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <uielement/toolbarwrapper.hxx> #include <threadhelp/resetableguard.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/util/XURLTransformer.hpp> #include <com/sun/star/frame/XFrame.hpp> #include <com/sun/star/frame/XModel.hpp> @@ -36,9 +30,6 @@ #include <com/sun/star/ui/XUIConfigurationManagerSupplier.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ #include <vcl/svapp.hxx> #include <rtl/ustrbuf.hxx> diff --git a/framework/source/uifactory/uielementfactorymanager.cxx b/framework/source/uifactory/uielementfactorymanager.cxx index b8d31e3bcaf0..f6d55dbe40fb 100644 --- a/framework/source/uifactory/uielementfactorymanager.cxx +++ b/framework/source/uifactory/uielementfactorymanager.cxx @@ -26,10 +26,6 @@ * ************************************************************************/ - -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <uifactory/uielementfactorymanager.hxx> #include <uifactory/windowcontentfactorymanager.hxx> #include <threadhelp/resetableguard.hxx> @@ -37,9 +33,6 @@ #include "helper/mischelper.hxx" -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/container/XNameAccess.hpp> @@ -47,9 +40,6 @@ #include <com/sun/star/container/XContainer.hpp> #include <com/sun/star/frame/XFrame.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ #include <rtl/ustrbuf.hxx> #include <cppuhelper/weak.hxx> #include <vcl/svapp.hxx> diff --git a/framework/source/uifactory/windowcontentfactorymanager.cxx b/framework/source/uifactory/windowcontentfactorymanager.cxx index 320026c517be..b9691a5c92fd 100644 --- a/framework/source/uifactory/windowcontentfactorymanager.cxx +++ b/framework/source/uifactory/windowcontentfactorymanager.cxx @@ -26,18 +26,11 @@ * ************************************************************************/ - -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include <uifactory/windowcontentfactorymanager.hxx> #include <uifactory/uielementfactorymanager.hxx> #include <threadhelp/resetableguard.hxx> #include "services.h" -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/container/XNameAccess.hpp> @@ -48,9 +41,6 @@ #include <com/sun/star/awt/XControlModel.hpp> #include <com/sun/star/awt/XControl.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ #include <rtl/ustrbuf.hxx> #include <cppuhelper/weak.hxx> #include <tools/urlobj.hxx> diff --git a/framework/source/xml/acceleratorconfigurationreader.cxx b/framework/source/xml/acceleratorconfigurationreader.cxx index 47ce04ac6397..934181f8b4d7 100644 --- a/framework/source/xml/acceleratorconfigurationreader.cxx +++ b/framework/source/xml/acceleratorconfigurationreader.cxx @@ -28,21 +28,14 @@ #include <xml/acceleratorconfigurationreader.hxx> -//_______________________________________________ -// own includes - #include <acceleratorconst.h> -//_______________________________________________ -// interface includes #include <com/sun/star/xml/sax/XExtendedDocumentHandler.hpp> #include <com/sun/star/awt/KeyModifier.hpp> #include <com/sun/star/awt/KeyEvent.hpp> #include <com/sun/star/awt/Key.hpp> #include <com/sun/star/container/ElementExistException.hpp> -//_______________________________________________ -// other includes #include <vcl/svapp.hxx> #include <rtl/ustrbuf.hxx> diff --git a/framework/source/xml/acceleratorconfigurationwriter.cxx b/framework/source/xml/acceleratorconfigurationwriter.cxx index 9d1a9748addd..aaef32458ebc 100644 --- a/framework/source/xml/acceleratorconfigurationwriter.cxx +++ b/framework/source/xml/acceleratorconfigurationwriter.cxx @@ -28,19 +28,13 @@ #include <xml/acceleratorconfigurationwriter.hxx> -//_______________________________________________ -// own includes #include <acceleratorconst.h> #include <threadhelp/readguard.hxx> -//_______________________________________________ -// interface includes #include <com/sun/star/xml/sax/XExtendedDocumentHandler.hpp> #include <com/sun/star/xml/sax/XAttributeList.hpp> #include <com/sun/star/awt/KeyModifier.hpp> -//_______________________________________________ -// other includes #include <vcl/svapp.hxx> #include <rtl/ustrbuf.hxx> diff --git a/framework/source/xml/imagesconfiguration.cxx b/framework/source/xml/imagesconfiguration.cxx index 1823283bff2b..40a61e3a0d4b 100644 --- a/framework/source/xml/imagesconfiguration.cxx +++ b/framework/source/xml/imagesconfiguration.cxx @@ -33,18 +33,11 @@ #include <xml/imagesdocumenthandler.hxx> #include <xml/saxnamespacefilter.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/xml/sax/XParser.hpp> #include <com/sun/star/io/XActiveDataSource.hpp> #include <com/sun/star/io/XInputStream.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ - #include <comphelper/processfactory.hxx> #include <unotools/streamwrap.hxx> diff --git a/framework/source/xml/imagesdocumenthandler.cxx b/framework/source/xml/imagesdocumenthandler.cxx index f613e17d4b19..e5c393b6ba5f 100644 --- a/framework/source/xml/imagesdocumenthandler.cxx +++ b/framework/source/xml/imagesdocumenthandler.cxx @@ -29,23 +29,12 @@ #include <stdio.h> -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <threadhelp/resetableguard.hxx> #include <xml/imagesdocumenthandler.hxx> #include <macros/debug.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ - #include <com/sun/star/xml/sax/XExtendedDocumentHandler.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <vcl/svapp.hxx> #include <vcl/toolbox.hxx> #include <rtl/ustrbuf.hxx> diff --git a/l10ntools/inc/helpmerge.hxx b/l10ntools/inc/helpmerge.hxx index 23523c727ece..3311e479305b 100644 --- a/l10ntools/inc/helpmerge.hxx +++ b/l10ntools/inc/helpmerge.hxx @@ -25,7 +25,7 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ -// local includes + #include "export.hxx" #include "xmlparse.hxx" #include <rtl/ustring.hxx> diff --git a/l10ntools/source/helpmerge.cxx b/l10ntools/source/helpmerge.cxx index 67db670a7f31..3ac3c57839e5 100644 --- a/l10ntools/source/helpmerge.cxx +++ b/l10ntools/source/helpmerge.cxx @@ -33,7 +33,7 @@ #include <osl/file.hxx> #include <sal/log.hxx> -// local includes + #include <stdio.h> #include <stdlib.h> #include "helpmerge.hxx" diff --git a/sal/qa/osl/process/osl_process_child.cxx b/sal/qa/osl/process/osl_process_child.cxx index 9cd59069e333..1cb8f142a5ae 100644 --- a/sal/qa/osl/process/osl_process_child.cxx +++ b/sal/qa/osl/process/osl_process_child.cxx @@ -28,7 +28,7 @@ //######################################## -// includes + #if ( defined WNT ) // Windows # define UNICODE diff --git a/sal/workben/clipboardwben/testcopy/XTDataObject.cxx b/sal/workben/clipboardwben/testcopy/XTDataObject.cxx index 3b65f141ce49..5408fe131c1c 100644 --- a/sal/workben/clipboardwben/testcopy/XTDataObject.cxx +++ b/sal/workben/clipboardwben/testcopy/XTDataObject.cxx @@ -17,10 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ #include <osl/diagnose.h> #include "XTDataObject.hxx" diff --git a/sal/workben/clipboardwben/testcopy/XTDataObject.hxx b/sal/workben/clipboardwben/testcopy/XTDataObject.hxx index e1964e8ae0e4..48b3a33c26d4 100644 --- a/sal/workben/clipboardwben/testcopy/XTDataObject.hxx +++ b/sal/workben/clipboardwben/testcopy/XTDataObject.hxx @@ -21,11 +21,6 @@ #ifndef _XTDATAOBJECT_HXX_ #define _XTDATAOBJECT_HXX_ - -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - /* #include <com/sun/star/datatransfer/XTransferable.hpp> #include <com/sun/star/datatransfer/clipboard/XClipboardOwner.hpp> diff --git a/salhelper/inc/salhelper/singletonref.hxx b/salhelper/inc/salhelper/singletonref.hxx index ba53896f42fd..62cd36bd0b0c 100644 --- a/salhelper/inc/salhelper/singletonref.hxx +++ b/salhelper/inc/salhelper/singletonref.hxx @@ -20,9 +20,6 @@ #ifndef _SALHELPER_SINGLETONREF_HXX_ #define _SALHELPER_SINGLETONREF_HXX_ -//_______________________________________________ -// includes - #include <osl/mutex.hxx> #include "rtl/instance.hxx" #include "osl/diagnose.h" diff --git a/sc/inc/scabstdlg.hxx b/sc/inc/scabstdlg.hxx index 7ecad756e22a..58e46596e989 100644 --- a/sc/inc/scabstdlg.hxx +++ b/sc/inc/scabstdlg.hxx @@ -28,8 +28,6 @@ #ifndef _SC_ABSTDLG_HXX #define _SC_ABSTDLG_HXX -// include --------------------------------------------------------------- - #include <tools/solar.h> #include <tools/string.hxx> #include <sfx2/sfxdlg.hxx> diff --git a/sc/source/ui/attrdlg/scdlgfact.hxx b/sc/source/ui/attrdlg/scdlgfact.hxx index fcf000d7fa39..f5b2e91b6a0c 100644 --- a/sc/source/ui/attrdlg/scdlgfact.hxx +++ b/sc/source/ui/attrdlg/scdlgfact.hxx @@ -28,7 +28,6 @@ #ifndef _SC_DLGFACT_HXX #define _SC_DLGFACT_HXX -// include --------------------------------------------------------------- #include "scabstdlg.hxx" class Dialog; class ScImportAsciiDlg; diff --git a/sd/inc/sdabstdlg.hxx b/sd/inc/sdabstdlg.hxx index 11342a89cddd..66dcc97eb353 100644 --- a/sd/inc/sdabstdlg.hxx +++ b/sd/inc/sdabstdlg.hxx @@ -28,8 +28,6 @@ #ifndef _SD_ABSTDLG_HXX #define _SD_ABSTDLG_HXX -// include --------------------------------------------------------------- - #include <vector> #include <rtl/ref.hxx> diff --git a/sd/source/ui/dlg/sddlgfact.hxx b/sd/source/ui/dlg/sddlgfact.hxx index e4805414cd35..7fd17813f2f8 100644 --- a/sd/source/ui/dlg/sddlgfact.hxx +++ b/sd/source/ui/dlg/sddlgfact.hxx @@ -28,7 +28,6 @@ #ifndef _SD_DLGFACT_HXX #define _SD_DLGFACT_HXX -// include --------------------------------------------------------------- #include "sdabstdlg.hxx" #include <sfx2/basedlgs.hxx> diff --git a/sfx2/inc/inettbc.hxx b/sfx2/inc/inettbc.hxx index 1255bae0a579..56023e9024ba 100644 --- a/sfx2/inc/inettbc.hxx +++ b/sfx2/inc/inettbc.hxx @@ -20,7 +20,6 @@ #ifndef _SFX_INETTBC_HXX #define _SFX_INETTBC_HXX -// includes ***************************************************************** #include <tools/string.hxx> #include <vcl/combobox.hxx> diff --git a/sfx2/inc/sfx2/dialogs.hrc b/sfx2/inc/sfx2/dialogs.hrc index cd77803d82b6..59acf6c6d3e8 100644 --- a/sfx2/inc/sfx2/dialogs.hrc +++ b/sfx2/inc/sfx2/dialogs.hrc @@ -18,8 +18,6 @@ #ifndef _SFX2_DIALOGS_HRC #define _SFX2_DIALOGS_HRC -// include ------------------------------------------------------------------ - #include <sfx2/sfxsids.hrc> #include <sfx2/tabpage.hrc> diff --git a/sfx2/inc/sfx2/dinfedt.hxx b/sfx2/inc/sfx2/dinfedt.hxx index 0a3117133c3c..b24908a7d081 100644 --- a/sfx2/inc/sfx2/dinfedt.hxx +++ b/sfx2/inc/sfx2/dinfedt.hxx @@ -19,8 +19,6 @@ #ifndef _SFX_DINFEDT_HXX #define _SFX_DINFEDT_HXX -// include --------------------------------------------------------------- - #include <vcl/button.hxx> #include <vcl/dialog.hxx> #include <vcl/edit.hxx> diff --git a/sfx2/inc/sfx2/navigat.hxx b/sfx2/inc/sfx2/navigat.hxx index 20b7ddcd51c0..b1cada954d2b 100644 --- a/sfx2/inc/sfx2/navigat.hxx +++ b/sfx2/inc/sfx2/navigat.hxx @@ -20,8 +20,6 @@ #ifndef _SFXNAVI_HXX #define _SFXNAVI_HXX -// includes ******************************************************************* - #include <sfx2/childwin.hxx> #include <sfx2/dockwin.hxx> diff --git a/sfx2/inc/sfx2/sfxbasecontroller.hxx b/sfx2/inc/sfx2/sfxbasecontroller.hxx index 10462e3b9db7..c1e86e413bb4 100644 --- a/sfx2/inc/sfx2/sfxbasecontroller.hxx +++ b/sfx2/inc/sfx2/sfxbasecontroller.hxx @@ -45,9 +45,6 @@ #include <com/sun/star/awt/XKeyHandler.hpp> #include <com/sun/star/awt/XUserInputInterception.hpp> -//________________________________________________________________________________________________________ -// include of my own project -//________________________________________________________________________________________________________ #include <sfx2/viewsh.hxx> #include <sfx2/sfxuno.hxx> diff --git a/sfx2/inc/sfx2/sfxbasemodel.hxx b/sfx2/inc/sfx2/sfxbasemodel.hxx index 844bc33ab726..621836f89b6b 100644 --- a/sfx2/inc/sfx2/sfxbasemodel.hxx +++ b/sfx2/inc/sfx2/sfxbasemodel.hxx @@ -93,8 +93,6 @@ #include <comphelper/implbase_var.hxx> #endif -// include of my own project -//________________________________________________________________________________________________________ #include <svl/lstner.hxx> //________________________________________________________________________________________________________ diff --git a/sfx2/inc/sfx2/sfxsids.hrc b/sfx2/inc/sfx2/sfxsids.hrc index f627d08931b6..772b56110a48 100644 --- a/sfx2/inc/sfx2/sfxsids.hrc +++ b/sfx2/inc/sfx2/sfxsids.hrc @@ -18,8 +18,6 @@ #ifndef _SFXSIDS_HRC #define _SFXSIDS_HRC -// include --------------------------------------------------------------- - #include <svl/solar.hrc> #include <sfx2/cntids.hrc> #include <svl/memberid.hrc> diff --git a/sfx2/source/appl/app.src b/sfx2/source/appl/app.src index 0cd0b0419a0a..f3782c7ede5f 100644 --- a/sfx2/source/appl/app.src +++ b/sfx2/source/appl/app.src @@ -16,8 +16,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - // include ------------------------------------------------------------------ - #include <sfx2/sfx.hrc> #include "app.hrc" #include "helpid.hrc" diff --git a/sfx2/source/bastyp/fltfnc.src b/sfx2/source/bastyp/fltfnc.src index 28bc41840be1..c5c603fbe4f1 100644 --- a/sfx2/source/bastyp/fltfnc.src +++ b/sfx2/source/bastyp/fltfnc.src @@ -16,7 +16,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - // include --------------------------------------------------------------- #include <sfx2/sfx.hrc> #include "bastyp.hrc" #include "helpid.hrc" diff --git a/sfx2/source/bastyp/fltlst.cxx b/sfx2/source/bastyp/fltlst.cxx index 3d8bb52fd387..cb14f1f73014 100644 --- a/sfx2/source/bastyp/fltlst.cxx +++ b/sfx2/source/bastyp/fltlst.cxx @@ -20,9 +20,6 @@ #include "fltlst.hxx" -//***************************************************************************************************************** -// includes -//***************************************************************************************************************** #include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/uno/Any.hxx> #include <comphelper/processfactory.hxx> diff --git a/sfx2/source/bastyp/fltlst.hxx b/sfx2/source/bastyp/fltlst.hxx index 2281701c66e8..00155b8553e0 100644 --- a/sfx2/source/bastyp/fltlst.hxx +++ b/sfx2/source/bastyp/fltlst.hxx @@ -20,9 +20,6 @@ #ifndef _SFX_FLTLST_HXX #define _SFX_FLTLST_HXX -//***************************************************************************************************************** -// includes -//***************************************************************************************************************** #include <sfx2/fcontnr.hxx> #include <cppuhelper/implbase1.hxx> #include <rtl/ustring.hxx> diff --git a/sfx2/source/dialog/dialog.src b/sfx2/source/dialog/dialog.src index 2ae47bac56bc..725d519012cc 100644 --- a/sfx2/source/dialog/dialog.src +++ b/sfx2/source/dialog/dialog.src @@ -16,7 +16,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - // include --------------------------------------------------------------- #include <sfx2/sfx.hrc> #include "dialog.hrc" #include "helpid.hrc" diff --git a/sfx2/source/dialog/dinfdlg.src b/sfx2/source/dialog/dinfdlg.src index 2f7dd5f5a13a..8f358c114ad0 100644 --- a/sfx2/source/dialog/dinfdlg.src +++ b/sfx2/source/dialog/dinfdlg.src @@ -16,8 +16,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - // include --------------------------------------------------------------- - #include "sfx2/sfx.hrc" #include "sfx2/tabpage.hrc" #include "helpid.hrc" diff --git a/sfx2/source/dialog/navigat.cxx b/sfx2/source/dialog/navigat.cxx index d1d808307c6a..73af8af6f2e0 100644 --- a/sfx2/source/dialog/navigat.cxx +++ b/sfx2/source/dialog/navigat.cxx @@ -17,9 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - -// includes ******************************************************************* - #include <sfx2/navigat.hxx> #include <sfx2/sfx.hrc> #include <sfx2/app.hxx> diff --git a/sfx2/source/dialog/partwnd.cxx b/sfx2/source/dialog/partwnd.cxx index 620a934b92b2..2d0013b09cf5 100644 --- a/sfx2/source/dialog/partwnd.cxx +++ b/sfx2/source/dialog/partwnd.cxx @@ -17,8 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - -// includes ****************************************************************** #include <com/sun/star/awt/XWindow.hpp> #include <com/sun/star/task/XStatusIndicator.hpp> #include <com/sun/star/uno/Reference.h> diff --git a/sfx2/source/dialog/passwd.src b/sfx2/source/dialog/passwd.src index b5710e5f546a..cc0393f7d9b9 100644 --- a/sfx2/source/dialog/passwd.src +++ b/sfx2/source/dialog/passwd.src @@ -16,7 +16,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - // include --------------------------------------------------------------- #include "helpid.hrc" #include "dialog.hrc" #include "passwd.hrc" diff --git a/sfx2/source/dialog/printopt.src b/sfx2/source/dialog/printopt.src index 6c4ca9185102..a21e09b618a6 100644 --- a/sfx2/source/dialog/printopt.src +++ b/sfx2/source/dialog/printopt.src @@ -16,8 +16,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -// include --------------------------------------------------------------- - #include <sfx2/sfx.hrc> #include <sfx2/tabpage.hrc> #include "printopt.hrc" diff --git a/sfx2/source/dialog/recfloat.cxx b/sfx2/source/dialog/recfloat.cxx index 64cd39ffb9a3..10ff4e34ab7c 100644 --- a/sfx2/source/dialog/recfloat.cxx +++ b/sfx2/source/dialog/recfloat.cxx @@ -17,8 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - -// includes ******************************************************************* #include <com/sun/star/frame/XDispatchRecorderSupplier.hpp> #include <com/sun/star/frame/XModuleManager.hpp> #include <com/sun/star/container/XNameAccess.hpp> diff --git a/sfx2/source/dialog/recfloat.src b/sfx2/source/dialog/recfloat.src index 71f6236d9c44..e7f91170e9ab 100644 --- a/sfx2/source/dialog/recfloat.src +++ b/sfx2/source/dialog/recfloat.src @@ -15,7 +15,7 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - // include --------------------------------------------------------------- + #include "helpid.hrc" #include "dialog.hrc" diff --git a/sfx2/source/dialog/templdlg.src b/sfx2/source/dialog/templdlg.src index 1f8a456c3288..5e8d7ac6bada 100644 --- a/sfx2/source/dialog/templdlg.src +++ b/sfx2/source/dialog/templdlg.src @@ -15,7 +15,7 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - // include --------------------------------------------------------------- + #include <sfx2/sfx.hrc> #include "dialog.hrc" #include "templdlg.hrc" diff --git a/sfx2/source/doc/sfxbasemodel.cxx b/sfx2/source/doc/sfxbasemodel.cxx index 1641a6f1a660..3e7479c4751a 100644 --- a/sfx2/source/doc/sfxbasemodel.cxx +++ b/sfx2/source/doc/sfxbasemodel.cxx @@ -17,17 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - -//________________________________________________________________________________________________________ -// my own includes -//________________________________________________________________________________________________________ - #include <sfx2/sfxbasemodel.hxx> -//________________________________________________________________________________________________________ -// include of other projects -//________________________________________________________________________________________________________ - #include <com/sun/star/task/XInteractionHandler.hpp> #include <com/sun/star/task/ErrorCodeRequest.hpp> #include <com/sun/star/view/XSelectionSupplier.hpp> @@ -89,10 +80,6 @@ #include <unotools/ucbstreamhelper.hxx> #include <unotools/ucbhelper.hxx> -//________________________________________________________________________________________________________ -// includes of my own project -//________________________________________________________________________________________________________ - #include <sfx2/sfxbasecontroller.hxx> #include "sfx2/viewfac.hxx" #include "workwin.hxx" diff --git a/sfx2/source/inc/helper.hxx b/sfx2/source/inc/helper.hxx index 7107e587c4af..30a710336b96 100644 --- a/sfx2/source/inc/helper.hxx +++ b/sfx2/source/inc/helper.hxx @@ -19,8 +19,6 @@ #ifndef _SFX_HELPER_HXX #define _SFX_HELPER_HXX -// include --------------------------------------------------------------- - #include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/ucb/NameClash.hpp> diff --git a/sfx2/source/inc/helpid.hrc b/sfx2/source/inc/helpid.hrc index 4237a379f935..c8c8ea40fbc3 100644 --- a/sfx2/source/inc/helpid.hrc +++ b/sfx2/source/inc/helpid.hrc @@ -18,8 +18,6 @@ #ifndef _SFX_HELPID_HRC #define _SFX_HELPID_HRC -// include ------------------------------------------------------------------ - #include <sfx2/sfxcommands.h> // Help-Ids ----------------------------------------------------------------- diff --git a/sfx2/source/inc/recfloat.hxx b/sfx2/source/inc/recfloat.hxx index b1fe567b7d40..47a30361a008 100644 --- a/sfx2/source/inc/recfloat.hxx +++ b/sfx2/source/inc/recfloat.hxx @@ -20,8 +20,6 @@ #ifndef _RECFLOAT_HXX #define _RECFLOAT_HXX -// includes ******************************************************************* - #include <sfx2/childwin.hxx> #include <sfx2/basedlgs.hxx> diff --git a/sfx2/source/view/sfxbasecontroller.cxx b/sfx2/source/view/sfxbasecontroller.cxx index 594044b586c8..b66ef6718cec 100644 --- a/sfx2/source/view/sfxbasecontroller.cxx +++ b/sfx2/source/view/sfxbasecontroller.cxx @@ -17,17 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - -//________________________________________________________________________________________________________ -// my own includes -//________________________________________________________________________________________________________ - #include <time.h> #include <sfx2/sfxbasecontroller.hxx> -//________________________________________________________________________________________________________ -// include of other projects -//________________________________________________________________________________________________________ #include <com/sun/star/awt/KeyEvent.hpp> #include <com/sun/star/awt/KeyModifier.hpp> #include <com/sun/star/awt/MouseEvent.hpp> diff --git a/sfx2/source/view/view.src b/sfx2/source/view/view.src index c311085415ac..a4fa3110ac72 100644 --- a/sfx2/source/view/view.src +++ b/sfx2/source/view/view.src @@ -15,7 +15,7 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - // include --------------------------------------------------------------- + #include "view.hrc" #include <sfx2/sfx.hrc> #include "helpid.hrc" diff --git a/shell/source/cmdmail/cmdmailentry.cxx b/shell/source/cmdmail/cmdmailentry.cxx index cdad68b5339e..f601284f41fa 100644 --- a/shell/source/cmdmail/cmdmailentry.cxx +++ b/shell/source/cmdmail/cmdmailentry.cxx @@ -26,10 +26,6 @@ * ************************************************************************/ - -//----------------------------------------------------------------------- -// includes of other projects -//----------------------------------------------------------------------- #include <cppuhelper/factory.hxx> #include <com/sun/star/container/XSet.hpp> #include <osl/diagnose.h> diff --git a/shell/source/cmdmail/cmdmailmsg.cxx b/shell/source/cmdmail/cmdmailmsg.cxx index 60e3439c9a43..021ebbcca6d6 100644 --- a/shell/source/cmdmail/cmdmailmsg.cxx +++ b/shell/source/cmdmail/cmdmailmsg.cxx @@ -26,10 +26,6 @@ * ************************************************************************/ - -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ #include <osl/diagnose.h> #include "cmdmailmsg.hxx" #include <com/sun/star/uri/XExternalUriReferenceTranslator.hpp> diff --git a/shell/source/cmdmail/cmdmailsuppl.cxx b/shell/source/cmdmail/cmdmailsuppl.cxx index c0531e3f887e..f21584b2f488 100644 --- a/shell/source/cmdmail/cmdmailsuppl.cxx +++ b/shell/source/cmdmail/cmdmailsuppl.cxx @@ -26,10 +26,6 @@ * ************************************************************************/ - -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ #include <osl/diagnose.h> #include <osl/thread.h> diff --git a/shell/source/cmdmail/cmdmailsuppl.hxx b/shell/source/cmdmail/cmdmailsuppl.hxx index b013e7947717..3b2fc1422227 100644 --- a/shell/source/cmdmail/cmdmailsuppl.hxx +++ b/shell/source/cmdmail/cmdmailsuppl.hxx @@ -20,10 +20,6 @@ #ifndef _CMDMAILSUPPL_HXX_ #define _CMDMAILSUPPL_HXX_ -//---------------------------------------------------------- -// includes of other projects -//---------------------------------------------------------- - #include <cppuhelper/implbase3.hxx> #include <osl/mutex.hxx> #include <com/sun/star/lang/XServiceInfo.hpp> diff --git a/shell/source/unix/exec/shellexecentry.cxx b/shell/source/unix/exec/shellexecentry.cxx index ca767a1be97a..ee986e07d8c8 100644 --- a/shell/source/unix/exec/shellexecentry.cxx +++ b/shell/source/unix/exec/shellexecentry.cxx @@ -26,10 +26,6 @@ * ************************************************************************/ - -//----------------------------------------------------------------------- -// includes of other projects -//----------------------------------------------------------------------- #include <cppuhelper/factory.hxx> #include <osl/diagnose.h> #include "shellexec.hxx" diff --git a/shell/source/win32/SysShExec.cxx b/shell/source/win32/SysShExec.cxx index a764a6575262..90fe47d455a2 100644 --- a/shell/source/win32/SysShExec.cxx +++ b/shell/source/win32/SysShExec.cxx @@ -26,10 +26,6 @@ * ************************************************************************/ - -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ #include <osl/diagnose.h> #include "SysShExec.hxx" #include <osl/file.hxx> diff --git a/shell/source/win32/SysShExec.hxx b/shell/source/win32/SysShExec.hxx index 3ba357f2ff1b..c6571d3dc26a 100644 --- a/shell/source/win32/SysShExec.hxx +++ b/shell/source/win32/SysShExec.hxx @@ -29,10 +29,6 @@ #ifndef _SYSSHEXEC_HXX_ #define _SYSSHEXEC_HXX_ -//_______________________________________________________________________________________________________________________ -// includes of other projects -//_______________________________________________________________________________________________________________________ - #include <cppuhelper/compbase2.hxx> #include <osl/mutex.hxx> #include <com/sun/star/lang/XServiceInfo.hpp> diff --git a/shell/source/win32/SysShentry.cxx b/shell/source/win32/SysShentry.cxx index b161adaf35a2..8e40fb14ead9 100644 --- a/shell/source/win32/SysShentry.cxx +++ b/shell/source/win32/SysShentry.cxx @@ -26,10 +26,6 @@ * ************************************************************************/ - -//----------------------------------------------------------------------- -// includes of other projects -//----------------------------------------------------------------------- #include <cppuhelper/factory.hxx> #include <com/sun/star/container/XSet.hpp> #include <osl/diagnose.h> diff --git a/shell/source/win32/shlxthandler/propsheets/listviewbuilder.cxx b/shell/source/win32/shlxthandler/propsheets/listviewbuilder.cxx index 583d480aac41..0f1889a1f35d 100644 --- a/shell/source/win32/shlxthandler/propsheets/listviewbuilder.cxx +++ b/shell/source/win32/shlxthandler/propsheets/listviewbuilder.cxx @@ -31,9 +31,6 @@ #pragma warning (disable : 4786 4503) #endif -//------------------------------------ -// include -//------------------------------------ #include "listviewbuilder.hxx" #include "document_statistic.hxx" #include "internal/utilities.hxx" diff --git a/shell/source/win32/shlxthandler/propsheets/listviewbuilder.hxx b/shell/source/win32/shlxthandler/propsheets/listviewbuilder.hxx index c72a7a3aa8b6..0bfe65198cef 100644 --- a/shell/source/win32/shlxthandler/propsheets/listviewbuilder.hxx +++ b/shell/source/win32/shlxthandler/propsheets/listviewbuilder.hxx @@ -20,10 +20,6 @@ #ifndef LISTVIEWBUILDER_HXX_INCLUDED #define LISTVIEWBUILDER_HXX_INCLUDED -//------------------------------------ -// include -//------------------------------------ - #if defined _MSC_VER #pragma warning(push, 1) #endif diff --git a/shell/source/win32/simplemail/smplmailentry.cxx b/shell/source/win32/simplemail/smplmailentry.cxx index bc6737049338..374971e21ddb 100644 --- a/shell/source/win32/simplemail/smplmailentry.cxx +++ b/shell/source/win32/simplemail/smplmailentry.cxx @@ -26,10 +26,6 @@ * ************************************************************************/ - -//----------------------------------------------------------------------- -// includes of other projects -//----------------------------------------------------------------------- #include <cppuhelper/factory.hxx> #include <com/sun/star/container/XSet.hpp> #include <osl/diagnose.h> diff --git a/shell/source/win32/simplemail/smplmailmsg.cxx b/shell/source/win32/simplemail/smplmailmsg.cxx index 9975ff2da9eb..d5f23844a055 100644 --- a/shell/source/win32/simplemail/smplmailmsg.cxx +++ b/shell/source/win32/simplemail/smplmailmsg.cxx @@ -17,10 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ #include <osl/diagnose.h> #include <osl/file.h> diff --git a/shell/source/win32/simplemail/smplmailmsg.hxx b/shell/source/win32/simplemail/smplmailmsg.hxx index 237996bf2c08..c385467b7aaa 100644 --- a/shell/source/win32/simplemail/smplmailmsg.hxx +++ b/shell/source/win32/simplemail/smplmailmsg.hxx @@ -29,10 +29,6 @@ #ifndef _SMPLMAILMSG_HXX_ #define _SMPLMAILMSG_HXX_ -//_______________________________________________________________________________________________________________________ -// includes of other projects -//_______________________________________________________________________________________________________________________ - #include <cppuhelper/compbase1.hxx> #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/IllegalArgumentException.hpp> diff --git a/shell/source/win32/workbench/TestProxySet.cxx b/shell/source/win32/workbench/TestProxySet.cxx index bea8dba937b2..b5b4204d311e 100644 --- a/shell/source/win32/workbench/TestProxySet.cxx +++ b/shell/source/win32/workbench/TestProxySet.cxx @@ -26,11 +26,6 @@ * ************************************************************************/ - - -//----------------------------------------------------------- -// interface includes -//----------------------------------------------------------- #include <com/sun/star/lang/XComponent.hpp> #include <com/sun/star/registry/XSimpleRegistry.hpp> #include <com/sun/star/system/XProxySettings.hpp> diff --git a/shell/source/win32/workbench/TestSmplMail.cxx b/shell/source/win32/workbench/TestSmplMail.cxx index c5eb1cbe4f0f..0ef670e2485d 100644 --- a/shell/source/win32/workbench/TestSmplMail.cxx +++ b/shell/source/win32/workbench/TestSmplMail.cxx @@ -26,11 +26,6 @@ * ************************************************************************/ - - -//----------------------------------------------------------- -// interface includes -//----------------------------------------------------------- #include <com/sun/star/lang/XComponent.hpp> #include <com/sun/star/registry/XSimpleRegistry.hpp> #include <com/sun/star/system/XSimpleMailClientSupplier.hpp> diff --git a/shell/source/win32/workbench/TestSysShExec.cxx b/shell/source/win32/workbench/TestSysShExec.cxx index b969a46acc6f..9946a5d1f428 100644 --- a/shell/source/win32/workbench/TestSysShExec.cxx +++ b/shell/source/win32/workbench/TestSysShExec.cxx @@ -26,11 +26,6 @@ * ************************************************************************/ - - -//----------------------------------------------------------- -// interface includes -//----------------------------------------------------------- #include <com/sun/star/lang/XComponent.hpp> #include <com/sun/star/registry/XSimpleRegistry.hpp> @@ -40,9 +35,6 @@ #include <osl/file.hxx> -//-------------------------------------------------------------- -// other includes -//-------------------------------------------------------------- #include <cppuhelper/servicefactory.hxx> #include <rtl/ustring.hxx> #include <sal/types.h> diff --git a/svl/source/config/itemholder2.cxx b/svl/source/config/itemholder2.cxx index 97c6c3f81494..82c8ad0d0b15 100644 --- a/svl/source/config/itemholder2.cxx +++ b/svl/source/config/itemholder2.cxx @@ -20,8 +20,6 @@ #include "itemholder2.hxx" -//----------------------------------------------- -// includes #include <comphelper/processfactory.hxx> #include <com/sun/star/lang/XComponent.hpp> diff --git a/svl/source/config/itemholder2.hxx b/svl/source/config/itemholder2.hxx index c6b95b486f1c..5c98b5d11dd8 100644 --- a/svl/source/config/itemholder2.hxx +++ b/svl/source/config/itemholder2.hxx @@ -20,9 +20,6 @@ #ifndef INCLUDED_SVTOOLS_ITEMHOLDER2_HXX_ #define INCLUDED_SVTOOLS_ITEMHOLDER2_HXX_ -//----------------------------------------------- -// includes - #include <unotools/itemholderbase.hxx> #include <cppuhelper/implbase1.hxx> #include <com/sun/star/lang/XEventListener.hpp> diff --git a/svtools/inc/svtools/acceleratorexecute.hxx b/svtools/inc/svtools/acceleratorexecute.hxx index 66a025de4731..55fca03968e7 100644 --- a/svtools/inc/svtools/acceleratorexecute.hxx +++ b/svtools/inc/svtools/acceleratorexecute.hxx @@ -29,9 +29,6 @@ #ifndef INCLUDED_SVTOOLS_ACCELERATOREXECUTE_HXX #define INCLUDED_SVTOOLS_ACCELERATOREXECUTE_HXX -//=============================================== -// includes - #include "svtools/svtdllapi.h" #include <vector> diff --git a/svtools/inc/svtools/generictoolboxcontroller.hxx b/svtools/inc/svtools/generictoolboxcontroller.hxx index 8eebc7b2e69f..e86ca6d3fa4e 100644 --- a/svtools/inc/svtools/generictoolboxcontroller.hxx +++ b/svtools/inc/svtools/generictoolboxcontroller.hxx @@ -20,10 +20,6 @@ #ifndef __SVTOOLS_GENERICTOOLBOXCONTROLLER_HXX_ #define __SVTOOLS_GENERICTOOLBOXCONTROLLER_HXX_ -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ - #include "svtools/svtdllapi.h" #include <svtools/toolboxcontroller.hxx> #include <vcl/toolbox.hxx> diff --git a/svtools/inc/svtools/imagemgr.hrc b/svtools/inc/svtools/imagemgr.hrc index ac4fe8b4776e..89653dd6db4a 100644 --- a/svtools/inc/svtools/imagemgr.hrc +++ b/svtools/inc/svtools/imagemgr.hrc @@ -19,8 +19,6 @@ #ifndef _SVTOOLS_IMAGEMGR_HRC #define _SVTOOLS_IMAGEMGR_HRC -// includes ****************************************************************** - #define IMAGELIST_START 3076 // must match to old Id's in SFX! #define IMG_IMPRESS (IMAGELIST_START + 47) diff --git a/svtools/inc/svtools/imagemgr.hxx b/svtools/inc/svtools/imagemgr.hxx index eca8b658e5cb..80c76645b6a3 100644 --- a/svtools/inc/svtools/imagemgr.hxx +++ b/svtools/inc/svtools/imagemgr.hxx @@ -29,8 +29,6 @@ #ifndef _SVTOOLS_IMAGEMGR_HXX #define _SVTOOLS_IMAGEMGR_HXX -// includes ****************************************************************** - #include "svtools/svtdllapi.h" #include "sal/types.h" diff --git a/svtools/inc/svtools/inettbc.hxx b/svtools/inc/svtools/inettbc.hxx index 9d54c68b871d..a9647dc03d2e 100644 --- a/svtools/inc/svtools/inettbc.hxx +++ b/svtools/inc/svtools/inettbc.hxx @@ -29,8 +29,6 @@ #ifndef _SVTOOLS_INETTBC_HXX #define _SVTOOLS_INETTBC_HXX -// includes ***************************************************************** - #include "rtl/ref.hxx" #include "svtools/svtdllapi.h" #include <tools/string.hxx> diff --git a/svtools/inc/svtools/optionsdrawinglayer.hxx b/svtools/inc/svtools/optionsdrawinglayer.hxx index cb1bfd4279ab..9dadcbdcc619 100644 --- a/svtools/inc/svtools/optionsdrawinglayer.hxx +++ b/svtools/inc/svtools/optionsdrawinglayer.hxx @@ -29,10 +29,6 @@ #ifndef INCLUDED_SVTOOLS_OPTIONSDRAWINGLAYER_HXX #define INCLUDED_SVTOOLS_OPTIONSDRAWINGLAYER_HXX -//_________________________________________________________________________________________________________________ -// includes -//_________________________________________________________________________________________________________________ - #include "svtools/svtdllapi.h" #include <sal/types.h> #include <osl/mutex.hxx> diff --git a/svtools/inc/svtools/popupmenucontrollerbase.hxx b/svtools/inc/svtools/popupmenucontrollerbase.hxx index 3252b3abe31d..39d607ebb416 100644 --- a/svtools/inc/svtools/popupmenucontrollerbase.hxx +++ b/svtools/inc/svtools/popupmenucontrollerbase.hxx @@ -31,9 +31,6 @@ #include "svtools/svtdllapi.h" -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/lang/XInitialization.hpp> @@ -46,9 +43,7 @@ #include <com/sun/star/uri/XUriReferenceFactory.hpp> #include <com/sun/star/uri/XUriReference.hpp> #include <com/sun/star/util/XURLTransformer.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ + #include <toolkit/awt/vclxmenu.hxx> #include <cppuhelper/compbase7.hxx> #include <comphelper/broadcasthelper.hxx> diff --git a/svtools/inc/svtools/svxbox.hxx b/svtools/inc/svtools/svxbox.hxx index 7e0bc8649f46..06dbd6075098 100644 --- a/svtools/inc/svtools/svxbox.hxx +++ b/svtools/inc/svtools/svxbox.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_BOX_HXX #define _SVX_BOX_HXX -// include --------------------------------------------------------------- - #include <tools/string.hxx> #include <vcl/lstbox.hxx> #include <vcl/combobox.hxx> diff --git a/svtools/inc/svtools/unitconv.hxx b/svtools/inc/svtools/unitconv.hxx index d50c89dc7c19..9140a2fd2a7f 100644 --- a/svtools/inc/svtools/unitconv.hxx +++ b/svtools/inc/svtools/unitconv.hxx @@ -28,7 +28,6 @@ #ifndef _SVT_UNITCONV_HXX #define _SVT_UNITCONV_HXX -// include --------------------------------------------------------------- #include <vcl/field.hxx> #include "svtools/svtdllapi.h" #include <svl/poolitem.hxx> diff --git a/svtools/source/config/itemholder2.cxx b/svtools/source/config/itemholder2.cxx index 0811e40d4bda..99d7919f8df7 100644 --- a/svtools/source/config/itemholder2.cxx +++ b/svtools/source/config/itemholder2.cxx @@ -29,8 +29,6 @@ #include "itemholder2.hxx" -//----------------------------------------------- -// includes #include <comphelper/processfactory.hxx> #include <com/sun/star/lang/XComponent.hpp> diff --git a/svtools/source/config/itemholder2.hxx b/svtools/source/config/itemholder2.hxx index bd4ac34003e8..dead1fd51623 100644 --- a/svtools/source/config/itemholder2.hxx +++ b/svtools/source/config/itemholder2.hxx @@ -29,9 +29,6 @@ #ifndef INCLUDED_SVTOOLS_ITEMHOLDER2_HXX_ #define INCLUDED_SVTOOLS_ITEMHOLDER2_HXX_ -//----------------------------------------------- -// includes - #include <unotools/itemholderbase.hxx> #include <cppuhelper/implbase1.hxx> #include <com/sun/star/lang/XEventListener.hpp> diff --git a/svtools/source/config/optionsdrawinglayer.cxx b/svtools/source/config/optionsdrawinglayer.cxx index e990881fc2f5..33d1c2075e6e 100644 --- a/svtools/source/config/optionsdrawinglayer.cxx +++ b/svtools/source/config/optionsdrawinglayer.cxx @@ -30,10 +30,6 @@ #pragma hdrstop #endif -//_________________________________________________________________________________________________________________ -// includes -//_________________________________________________________________________________________________________________ - #include <svtools/optionsdrawinglayer.hxx> #include <unotools/configmgr.hxx> #include <unotools/configitem.hxx> diff --git a/svtools/source/config/printoptions.cxx b/svtools/source/config/printoptions.cxx index 105f767540dc..724ecb875c2b 100644 --- a/svtools/source/config/printoptions.cxx +++ b/svtools/source/config/printoptions.cxx @@ -26,11 +26,6 @@ * ************************************************************************/ - -//_________________________________________________________________________________________________________________ -// includes -//_________________________________________________________________________________________________________________ - #include <svtools/printoptions.hxx> #include <unotools/configmgr.hxx> #include <unotools/configitem.hxx> diff --git a/svtools/source/config/test/test.cxx b/svtools/source/config/test/test.cxx index 0cf4c7e3f19d..d67ee1fbc3e5 100644 --- a/svtools/source/config/test/test.cxx +++ b/svtools/source/config/test/test.cxx @@ -34,24 +34,13 @@ #define TEST_DYNAMICMENUOPTIONS -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include <unotools/dynamicmenuoptions.hxx> -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <cppuhelper/bootstrap.hxx> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/XInitialization.hpp> #include <com/sun/star/registry/XSimpleRegistry.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ - #include <cppuhelper/servicefactory.hxx> #include <comphelper/processfactory.hxx> #include <com/sun/star/uno/Reference.h> diff --git a/svtools/source/contnr/fileview.src b/svtools/source/contnr/fileview.src index a7e82cf15881..eb32c8f978f5 100644 --- a/svtools/source/contnr/fileview.src +++ b/svtools/source/contnr/fileview.src @@ -25,8 +25,6 @@ * ************************************************************************/ - // includes ------------------------------------------------------------------ - #include <svtools/svtools.hrc> #include "fileview.hrc" #include <svtools/helpid.hrc> diff --git a/svtools/source/contnr/templwin.src b/svtools/source/contnr/templwin.src index 4283ff3cab53..0b574c345cec 100644 --- a/svtools/source/contnr/templwin.src +++ b/svtools/source/contnr/templwin.src @@ -25,8 +25,6 @@ * ************************************************************************/ - // includes ------------------------------------------------------------------ - #include "templwin.hrc" #include <svtools/controldims.hrc> #include <svtools/helpid.hrc> diff --git a/svtools/source/misc/acceleratorexecute.cxx b/svtools/source/misc/acceleratorexecute.cxx index 181a1dc35c5d..950c41b44904 100644 --- a/svtools/source/misc/acceleratorexecute.cxx +++ b/svtools/source/misc/acceleratorexecute.cxx @@ -28,8 +28,6 @@ #include <svtools/acceleratorexecute.hxx> -//=============================================== -// includes #include <com/sun/star/frame/XModuleManager.hpp> #include <com/sun/star/frame/XDesktop.hpp> #include <com/sun/star/ui/XUIConfigurationManager.hpp> diff --git a/svtools/source/misc/imagemgr.src b/svtools/source/misc/imagemgr.src index 1ab37cbab723..e59dc1c50053 100644 --- a/svtools/source/misc/imagemgr.src +++ b/svtools/source/misc/imagemgr.src @@ -24,7 +24,6 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ - // includes ****************************************************************** #include <svtools/svtools.hrc> #include <svtools/imagemgr.hrc> diff --git a/svtools/source/misc/langtab.src b/svtools/source/misc/langtab.src index dfb5bcaf0ed9..f67f9de0dce6 100644 --- a/svtools/source/misc/langtab.src +++ b/svtools/source/misc/langtab.src @@ -25,7 +25,6 @@ * ************************************************************************/ - // include --------------------------------------------------------------- #include <svtools/svtools.hrc> #define RSC_RESOURCE_USAGE 1 diff --git a/svtools/source/misc/undo.src b/svtools/source/misc/undo.src index c16a0230c7e6..bc65eecbe5e2 100644 --- a/svtools/source/misc/undo.src +++ b/svtools/source/misc/undo.src @@ -16,8 +16,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - // include ------------------------------------------------------------------ - #include <svtools/svtools.hrc> String STR_UNDO diff --git a/svtools/source/uno/generictoolboxcontroller.cxx b/svtools/source/uno/generictoolboxcontroller.cxx index 9d7777836b05..91c99a70d3ee 100644 --- a/svtools/source/uno/generictoolboxcontroller.cxx +++ b/svtools/source/uno/generictoolboxcontroller.cxx @@ -28,13 +28,6 @@ #include <svtools/generictoolboxcontroller.hxx> -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/util/URLTransformer.hpp> #include <com/sun/star/util/XURLTransformer.hpp> #include <com/sun/star/frame/XDispatchProvider.hpp> @@ -43,9 +36,6 @@ #include <com/sun/star/frame/status/ItemStatus.hpp> #include <com/sun/star/frame/status/ItemState.hpp> -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include <comphelper/componentcontext.hxx> #include <osl/mutex.hxx> #include <vcl/svapp.hxx> diff --git a/svtools/source/uno/popupmenucontrollerbase.cxx b/svtools/source/uno/popupmenucontrollerbase.cxx index a20d4690ea9f..7f0c90211993 100644 --- a/svtools/source/uno/popupmenucontrollerbase.cxx +++ b/svtools/source/uno/popupmenucontrollerbase.cxx @@ -26,16 +26,8 @@ * ************************************************************************/ - -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include "svtools/popupmenucontrollerbase.hxx" - -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include <com/sun/star/awt/XDevice.hpp> #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/awt/MenuItemStyle.hpp> @@ -44,10 +36,6 @@ #include <com/sun/star/awt/XMenuExtended.hpp> #include <com/sun/star/util/URLTransformer.hpp> -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ - #include <vcl/menu.hxx> #include <vcl/svapp.hxx> #include <rtl/ustrbuf.hxx> diff --git a/svx/inc/svx/SmartTagCtl.hxx b/svx/inc/svx/SmartTagCtl.hxx index bd3ab78c3b9e..59a7c59168e3 100644 --- a/svx/inc/svx/SmartTagCtl.hxx +++ b/svx/inc/svx/SmartTagCtl.hxx @@ -20,8 +20,6 @@ #ifndef _SVX_SMARTTAGSCONTROL_HXX #define _SVX_SMARTTAGSCONTROL_HXX -// include --------------------------------------------------------------- - #include <tools/link.hxx> #include <sfx2/mnuitem.hxx> #include "svx/svxdllapi.h" diff --git a/svx/inc/svx/SmartTagItem.hxx b/svx/inc/svx/SmartTagItem.hxx index 1bda18a0f883..02172e17c0aa 100644 --- a/svx/inc/svx/SmartTagItem.hxx +++ b/svx/inc/svx/SmartTagItem.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_SMARTTAGITEM_HXX #define _SVX_SMARTTAGITEM_HXX -// include --------------------------------------------------------------- - #include <svl/poolitem.hxx> #include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/uno/Sequence.hxx> diff --git a/svx/inc/svx/algitem.hxx b/svx/inc/svx/algitem.hxx index d1d5c4a5ae7a..27b6a9e7fd24 100644 --- a/svx/inc/svx/algitem.hxx +++ b/svx/inc/svx/algitem.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_ALGITEM_HXX #define _SVX_ALGITEM_HXX -// include --------------------------------------------------------------- - #include <svx/svxids.hrc> #include <svl/poolitem.hxx> #include <svl/eitem.hxx> diff --git a/svx/inc/svx/charmap.hxx b/svx/inc/svx/charmap.hxx index f5bb08b26eee..c3efd8ebbddd 100644 --- a/svx/inc/svx/charmap.hxx +++ b/svx/inc/svx/charmap.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_CHARMAP_HXX #define _SVX_CHARMAP_HXX -// include --------------------------------------------------------------- - #include <vcl/ctrl.hxx> #include <vcl/metric.hxx> #include <vcl/scrbar.hxx> diff --git a/svx/inc/svx/checklbx.hxx b/svx/inc/svx/checklbx.hxx index fbedbd5a6f75..79d35ae7b1c4 100644 --- a/svx/inc/svx/checklbx.hxx +++ b/svx/inc/svx/checklbx.hxx @@ -28,9 +28,6 @@ #ifndef _SVX_CHECKLBX_HXX #define _SVX_CHECKLBX_HXX -// include --------------------------------------------------------------- - - #include <svtools/svtreebx.hxx> #include <svtools/svlbitm.hxx> diff --git a/svx/inc/svx/chrtitem.hxx b/svx/inc/svx/chrtitem.hxx index 11bc06dbaa6c..85db73e705a1 100644 --- a/svx/inc/svx/chrtitem.hxx +++ b/svx/inc/svx/chrtitem.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_CHRTITEM_HXX #define _SVX_CHRTITEM_HXX -// include --------------------------------------------------------------- - #include <svl/eitem.hxx> #include "svx/svxdllapi.h" diff --git a/svx/inc/svx/connctrl.hxx b/svx/inc/svx/connctrl.hxx index 7c0f1abea35b..a559f615c14c 100644 --- a/svx/inc/svx/connctrl.hxx +++ b/svx/inc/svx/connctrl.hxx @@ -19,8 +19,6 @@ #ifndef _SVX_CONNCTRL_HXX #define _SVX_CONNCTRL_HXX -// include --------------------------------------------------------------- - #include <vcl/ctrl.hxx> #include "svx/svxdllapi.h" diff --git a/svx/inc/svx/dialmgr.hxx b/svx/inc/svx/dialmgr.hxx index f43b348f1271..ba2941da2298 100644 --- a/svx/inc/svx/dialmgr.hxx +++ b/svx/inc/svx/dialmgr.hxx @@ -19,8 +19,6 @@ #ifndef _SVX_DIALMGR_HXX #define _SVX_DIALMGR_HXX -// include --------------------------------------------------------------- - #include <tools/resid.hxx> #include "svx/svxdllapi.h" diff --git a/svx/inc/svx/dlgctrl.hxx b/svx/inc/svx/dlgctrl.hxx index 8471b502f1ae..99862feb1018 100644 --- a/svx/inc/svx/dlgctrl.hxx +++ b/svx/inc/svx/dlgctrl.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_DLG_CTRL_HXX #define _SVX_DLG_CTRL_HXX -// include --------------------------------------------------------------- - #include <svtools/ctrlbox.hxx> #include <sfx2/tabdlg.hxx> #include "svx/svxdllapi.h" diff --git a/svx/inc/svx/dlgutil.hxx b/svx/inc/svx/dlgutil.hxx index 5393b6e9dc97..45fb77f69415 100644 --- a/svx/inc/svx/dlgutil.hxx +++ b/svx/inc/svx/dlgutil.hxx @@ -28,7 +28,6 @@ #ifndef _SVX_DLGUTIL_HXX #define _SVX_DLGUTIL_HXX -// include --------------------------------------------------------------- #include <svtools/unitconv.hxx> #include <svx/svxdllapi.h> diff --git a/svx/inc/svx/drawitem.hxx b/svx/inc/svx/drawitem.hxx index 8aaec07c864a..ea179e85434c 100644 --- a/svx/inc/svx/drawitem.hxx +++ b/svx/inc/svx/drawitem.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_DRAWITEM_HXX #define _SVX_DRAWITEM_HXX -// include --------------------------------------------------------------- - #include <svl/poolitem.hxx> #include <svx/xtable.hxx> #include <com/sun/star/uno/Sequence.hxx> diff --git a/svx/inc/svx/exthelpid.hrc b/svx/inc/svx/exthelpid.hrc index 85f6e9b710f6..c1211cef814f 100644 --- a/svx/inc/svx/exthelpid.hrc +++ b/svx/inc/svx/exthelpid.hrc @@ -17,7 +17,6 @@ */ #ifndef _SVX_EXTHELPID_HRC #define _SVX_EXTHELPID_HRC -// include --------------------------------------------------------------- // these HIDs are used in SVX and also in other modules, mainly CUI // the reason is that different controls have the same help texts assigned diff --git a/svx/inc/svx/fmresids.hrc b/svx/inc/svx/fmresids.hrc index e88680e005f2..7fee47dd6c06 100644 --- a/svx/inc/svx/fmresids.hrc +++ b/svx/inc/svx/fmresids.hrc @@ -18,7 +18,6 @@ #ifndef _SVX_FMRESIDS_HRC #define _SVX_FMRESIDS_HRC -// include ----------------------------------------------------------- #include <svl/solar.hrc> // unnamed resources ------------------------------------------------------- diff --git a/svx/inc/svx/fntctl.hxx b/svx/inc/svx/fntctl.hxx index 1ef0a850377a..08f9f798b066 100644 --- a/svx/inc/svx/fntctl.hxx +++ b/svx/inc/svx/fntctl.hxx @@ -19,8 +19,6 @@ #ifndef _SVX_FNTCTL_HXX #define _SVX_FNTCTL_HXX -// include --------------------------------------------------------------- - #include <sfx2/mnuitem.hxx> #include <svl/lstner.hxx> #include "svx/svxdllapi.h" diff --git a/svx/inc/svx/fntctrl.hxx b/svx/inc/svx/fntctrl.hxx index f292fa5173ec..2ba8483f3385 100644 --- a/svx/inc/svx/fntctrl.hxx +++ b/svx/inc/svx/fntctrl.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_FNTCTRL_HXX #define _SVX_FNTCTRL_HXX -// include --------------------------------------------------------------- - #include <vcl/window.hxx> #include <editeng/svxfont.hxx> #include "svx/svxdllapi.h" diff --git a/svx/inc/svx/fntszctl.hxx b/svx/inc/svx/fntszctl.hxx index 3fa1ef92e154..117553e8e07b 100644 --- a/svx/inc/svx/fntszctl.hxx +++ b/svx/inc/svx/fntszctl.hxx @@ -19,8 +19,6 @@ #ifndef _SVX_FNTSZCTL_HXX #define _SVX_FNTSZCTL_HXX -// include --------------------------------------------------------------- - #include <sfx2/mnuitem.hxx> #include "svx/svxdllapi.h" diff --git a/svx/inc/svx/fontwork.hxx b/svx/inc/svx/fontwork.hxx index 3ca520a94b7e..adfc6be7059f 100644 --- a/svx/inc/svx/fontwork.hxx +++ b/svx/inc/svx/fontwork.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_FONTWORK_HXX #define _SVX_FONTWORK_HXX -// include --------------------------------------------------------------- - #include <vcl/toolbox.hxx> #include <vcl/fixed.hxx> #include <svtools/valueset.hxx> diff --git a/svx/inc/svx/graphctl.hxx b/svx/inc/svx/graphctl.hxx index 21c376c0a15a..eb34a81ec373 100644 --- a/svx/inc/svx/graphctl.hxx +++ b/svx/inc/svx/graphctl.hxx @@ -28,8 +28,6 @@ #ifndef _GRAPHCTL_HXX #define _GRAPHCTL_HXX -// include --------------------------------------------------------------- - #include <vcl/ctrl.hxx> #include <vcl/graph.hxx> #include "svx/svxdllapi.h" diff --git a/svx/inc/svx/hdft.hxx b/svx/inc/svx/hdft.hxx index 1dfb8ab8c7fc..312f06e5ed6f 100644 --- a/svx/inc/svx/hdft.hxx +++ b/svx/inc/svx/hdft.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_HDFT_HXX #define _SVX_HDFT_HXX -// include --------------------------------------------------------------- - #include <sfx2/tabdlg.hxx> #include <vcl/fixed.hxx> diff --git a/svx/inc/svx/hyperdlg.hxx b/svx/inc/svx/hyperdlg.hxx index fa8c827c9f38..b7215ce1b732 100644 --- a/svx/inc/svx/hyperdlg.hxx +++ b/svx/inc/svx/hyperdlg.hxx @@ -20,8 +20,6 @@ #ifndef _SVX_TAB_HYPERLINK_HXX #define _SVX_TAB_HYPERLINK_HXX -// include --------------------------------------------------------------- - #include <sfx2/childwin.hxx> #include "svx/svxdllapi.h" diff --git a/svx/inc/svx/insctrl.hxx b/svx/inc/svx/insctrl.hxx index 0f94a0ed220a..9fe9074d3a22 100644 --- a/svx/inc/svx/insctrl.hxx +++ b/svx/inc/svx/insctrl.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_INSCTRL_HXX #define _SVX_INSCTRL_HXX -// include --------------------------------------------------------------- - #include <sfx2/stbitem.hxx> #include "svx/svxdllapi.h" diff --git a/svx/inc/svx/langbox.hxx b/svx/inc/svx/langbox.hxx index 37a7699ed51f..03f1839b0c72 100644 --- a/svx/inc/svx/langbox.hxx +++ b/svx/inc/svx/langbox.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_LANGBOX_HXX #define _SVX_LANGBOX_HXX -// include --------------------------------------------------------------- - #include <com/sun/star/uno/Sequence.hxx> #include <vcl/lstbox.hxx> #include "svx/svxdllapi.h" diff --git a/svx/inc/svx/layctrl.hxx b/svx/inc/svx/layctrl.hxx index c95db517c1dd..ccf3f5b21f43 100644 --- a/svx/inc/svx/layctrl.hxx +++ b/svx/inc/svx/layctrl.hxx @@ -28,9 +28,6 @@ #ifndef _SVX_LAYCTRL_HXX #define _SVX_LAYCTRL_HXX -// include --------------------------------------------------------------- - - #include <sfx2/tbxctrl.hxx> #include "svx/svxdllapi.h" diff --git a/svx/inc/svx/measctrl.hxx b/svx/inc/svx/measctrl.hxx index 9decaff10a3e..dfd1ff7202de 100644 --- a/svx/inc/svx/measctrl.hxx +++ b/svx/inc/svx/measctrl.hxx @@ -19,8 +19,6 @@ #ifndef _SVX_MEASCTRL_HXX #define _SVX_MEASCTRL_HXX -// include --------------------------------------------------------------- - #include <vcl/ctrl.hxx> #include "svx/svxdllapi.h" diff --git a/svx/inc/svx/modctrl.hxx b/svx/inc/svx/modctrl.hxx index b3c52936275a..784a135a26b0 100644 --- a/svx/inc/svx/modctrl.hxx +++ b/svx/inc/svx/modctrl.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_MODCTRL_HXX #define _SVX_MODCTRL_HXX -// include --------------------------------------------------------------- - #include <tools/link.hxx> #include <sfx2/stbitem.hxx> #include "svx/svxdllapi.h" diff --git a/svx/inc/svx/numinf.hxx b/svx/inc/svx/numinf.hxx index 1b0e9713ebcc..6571c97ac8ef 100644 --- a/svx/inc/svx/numinf.hxx +++ b/svx/inc/svx/numinf.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_NUMINF_HXX #define _SVX_NUMINF_HXX -// include --------------------------------------------------------------- - #include <svl/itempool.hxx> #include <svx/numfmtsh.hxx> #include "svx/svxdllapi.h" diff --git a/svx/inc/svx/numvset.hxx b/svx/inc/svx/numvset.hxx index 95731b6352d0..546644490226 100644 --- a/svx/inc/svx/numvset.hxx +++ b/svx/inc/svx/numvset.hxx @@ -19,10 +19,6 @@ #ifndef _SVX_NUMVSET_HXX #define _SVX_NUMVSET_HXX - -// include --------------------------------------------------------------- - - #include <svtools/valueset.hxx> #include <limits.h> #include <com/sun/star/uno/Reference.h> diff --git a/svx/inc/svx/ofaitem.hxx b/svx/inc/svx/ofaitem.hxx index f709d53cc732..802f4be4f228 100644 --- a/svx/inc/svx/ofaitem.hxx +++ b/svx/inc/svx/ofaitem.hxx @@ -28,8 +28,6 @@ #ifndef _OFF_OFAITEM_HXX #define _OFF_OFAITEM_HXX -// include ---------------------------------------------------------------- - #include <svl/poolitem.hxx> #include <rtl/ref.hxx> #include "svx/svxdllapi.h" diff --git a/svx/inc/svx/optgrid.hxx b/svx/inc/svx/optgrid.hxx index 5877be34af07..23c0f55b53ed 100644 --- a/svx/inc/svx/optgrid.hxx +++ b/svx/inc/svx/optgrid.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_OPTGRID_HXX #define _SVX_OPTGRID_HXX -// include --------------------------------------------------------------- - #include <sfx2/tabdlg.hxx> #include <svl/eitem.hxx> #include <vcl/group.hxx> diff --git a/svx/inc/svx/pagectrl.hxx b/svx/inc/svx/pagectrl.hxx index 96d8248cea63..cc941e1c7795 100644 --- a/svx/inc/svx/pagectrl.hxx +++ b/svx/inc/svx/pagectrl.hxx @@ -19,8 +19,6 @@ #ifndef _SVX_PAGECTRL_HXX #define _SVX_PAGECTRL_HXX -// include --------------------------------------------------------------- - #include <vcl/window.hxx> #include "svx/svxdllapi.h" diff --git a/svx/inc/svx/pageitem.hxx b/svx/inc/svx/pageitem.hxx index ee4054cd030c..12c952696a71 100644 --- a/svx/inc/svx/pageitem.hxx +++ b/svx/inc/svx/pageitem.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_PAGEITEM_HXX #define _SVX_PAGEITEM_HXX -// include --------------------------------------------------------------- - #include <svl/poolitem.hxx> #include <tools/string.hxx> #include "svx/svxdllapi.h" diff --git a/svx/inc/svx/paraprev.hxx b/svx/inc/svx/paraprev.hxx index 452f56e89b39..c13da392a731 100644 --- a/svx/inc/svx/paraprev.hxx +++ b/svx/inc/svx/paraprev.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_PARAPREV_HXX #define _SVX_PARAPREV_HXX -// include --------------------------------------------------------------- - #include <vcl/window.hxx> #include <editeng/svxenum.hxx> #include "svx/svxdllapi.h" diff --git a/svx/inc/svx/passwd.hxx b/svx/inc/svx/passwd.hxx index ab43e5009fa5..d6eaac02f6ad 100644 --- a/svx/inc/svx/passwd.hxx +++ b/svx/inc/svx/passwd.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_PASSWD_HXX #define _SVX_PASSWD_HXX -// include --------------------------------------------------------------- - #include <sfx2/basedlgs.hxx> #include <vcl/fixed.hxx> diff --git a/svx/inc/svx/pfiledlg.hxx b/svx/inc/svx/pfiledlg.hxx index 459187696b66..96fff1f376a2 100644 --- a/svx/inc/svx/pfiledlg.hxx +++ b/svx/inc/svx/pfiledlg.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_PFILEDLG_HXX #define _SVX_PFILEDLG_HXX -// include --------------------------------------------------------------- - #include <sfx2/filedlghelper.hxx> #include "svx/svxdllapi.h" diff --git a/svx/inc/svx/postattr.hxx b/svx/inc/svx/postattr.hxx index 4d2e66400408..a16c158388f0 100644 --- a/svx/inc/svx/postattr.hxx +++ b/svx/inc/svx/postattr.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_POSTATTR_HXX #define _SVX_POSTATTR_HXX -// include --------------------------------------------------------------- - #include <svl/stritem.hxx> #include "svx/svxdllapi.h" diff --git a/svx/inc/svx/pszctrl.hxx b/svx/inc/svx/pszctrl.hxx index 1cbe54dca78c..9374b2f9d320 100644 --- a/svx/inc/svx/pszctrl.hxx +++ b/svx/inc/svx/pszctrl.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_PSZCTRL_HXX #define _SVX_PSZCTRL_HXX -// include --------------------------------------------------------------- - #include <sfx2/stbitem.hxx> #include "svx/svxdllapi.h" diff --git a/svx/inc/svx/relfld.hxx b/svx/inc/svx/relfld.hxx index 8966b9a88db3..fe78af868531 100644 --- a/svx/inc/svx/relfld.hxx +++ b/svx/inc/svx/relfld.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_RELFLD_HXX #define _SVX_RELFLD_HXX -// include --------------------------------------------------------------- - #include <vcl/field.hxx> #include "svx/svxdllapi.h" diff --git a/svx/inc/svx/stddlg.hxx b/svx/inc/svx/stddlg.hxx index 961501a38634..66385d6cacae 100644 --- a/svx/inc/svx/stddlg.hxx +++ b/svx/inc/svx/stddlg.hxx @@ -19,8 +19,6 @@ #ifndef _SVX_STDDLG_HXX #define _SVX_STDDLG_HXX -// include --------------------------------------------------------------- - #include <sfx2/basedlgs.hxx> #include "svx/svxdllapi.h" diff --git a/svx/inc/svx/strarray.hxx b/svx/inc/svx/strarray.hxx index 5a6b1dfe5bf4..fbb0e5789ce3 100644 --- a/svx/inc/svx/strarray.hxx +++ b/svx/inc/svx/strarray.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_STRARRAY_HXX #define _SVX_STRARRAY_HXX -// include --------------------------------------------------------------- - #include <tools/resary.hxx> #include "svx/svxdllapi.h" diff --git a/svx/inc/svx/svxdlg.hxx b/svx/inc/svx/svxdlg.hxx index de5fc031fd80..fdb75d346a8c 100644 --- a/svx/inc/svx/svxdlg.hxx +++ b/svx/inc/svx/svxdlg.hxx @@ -27,7 +27,6 @@ ************************************************************************/ #ifndef _SVX_DIALOG_HXX #define _SVX_DIALOG_HXX -// include --------------------------------------------------------------- #include <sfx2/sfxdlg.hxx> #include <editeng/edtdlg.hxx> diff --git a/svx/inc/svx/svxerr.hxx b/svx/inc/svx/svxerr.hxx index e59697a05e6c..ccab2969e475 100644 --- a/svx/inc/svx/svxerr.hxx +++ b/svx/inc/svx/svxerr.hxx @@ -28,8 +28,6 @@ #ifndef _SVXERR_HXX #define _SVXERR_HXX -// include --------------------------------------------------------------- - #include <tools/errcode.hxx> // define ---------------------------------------------------------------- diff --git a/svx/inc/svx/tabline.hxx b/svx/inc/svx/tabline.hxx index e9f0cb0da6cd..aa415988e197 100644 --- a/svx/inc/svx/tabline.hxx +++ b/svx/inc/svx/tabline.hxx @@ -19,8 +19,6 @@ #ifndef _SVX_TAB_LINE_HXX #define _SVX_TAB_LINE_HXX -// include --------------------------------------------------------------- - #include <vcl/button.hxx> #include <vcl/group.hxx> #include <svtools/stdctrl.hxx> diff --git a/svx/inc/svx/tbcontrl.hxx b/svx/inc/svx/tbcontrl.hxx index fcf3e5d7cd1a..82b995c64007 100644 --- a/svx/inc/svx/tbcontrl.hxx +++ b/svx/inc/svx/tbcontrl.hxx @@ -149,8 +149,6 @@ \*--------------------------------------------------------------*/ -// include --------------------------------------------------------------- - // ITEMID_...-Defines i *.cxx #include <rsc/rscsfx.hxx> diff --git a/svx/inc/svx/tbxdraw.hxx b/svx/inc/svx/tbxdraw.hxx index 4ed6d6e1c950..f905cc657406 100644 --- a/svx/inc/svx/tbxdraw.hxx +++ b/svx/inc/svx/tbxdraw.hxx @@ -19,8 +19,6 @@ #ifndef _TBXDRAW_HXX #define _TBXDRAW_HXX -// include --------------------------------------------------------------- - #include <sfx2/tbxctrl.hxx> // class SvxPopupWindowTbxMgr -------------------------------------------- diff --git a/svx/inc/svx/txencbox.hxx b/svx/inc/svx/txencbox.hxx index c1bce0acaca6..858e1c7a2688 100644 --- a/svx/inc/svx/txencbox.hxx +++ b/svx/inc/svx/txencbox.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_TXENCBOX_HXX #define _SVX_TXENCBOX_HXX -// include --------------------------------------------------------------- - #include <vcl/lstbox.hxx> #include <rtl/textenc.h> #include "svx/svxdllapi.h" diff --git a/svx/inc/svx/txenctab.hxx b/svx/inc/svx/txenctab.hxx index eef76513351a..ef8350889f41 100644 --- a/svx/inc/svx/txenctab.hxx +++ b/svx/inc/svx/txenctab.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_TXENCTAB_HXX #define _SVX_TXENCTAB_HXX -// include --------------------------------------------------------------- - #include <tools/resary.hxx> #include <rtl/textenc.h> #include "svx/svxdllapi.h" diff --git a/svx/inc/svx/xpoly.hxx b/svx/inc/svx/xpoly.hxx index a4ec471affc0..d6cb320ae77b 100644 --- a/svx/inc/svx/xpoly.hxx +++ b/svx/inc/svx/xpoly.hxx @@ -28,8 +28,6 @@ #ifndef _XPOLY_HXX #define _XPOLY_HXX -// include --------------------------------------------------------------- - #include <tools/solar.h> #include <basegfx/polygon/b2dpolypolygon.hxx> #include "svx/svxdllapi.h" diff --git a/svx/inc/svx/xtable.hxx b/svx/inc/svx/xtable.hxx index f09b68e9e625..4d6fe4e3f5f6 100644 --- a/svx/inc/svx/xtable.hxx +++ b/svx/inc/svx/xtable.hxx @@ -28,8 +28,6 @@ #ifndef _XTABLE_HXX #define _XTABLE_HXX -// include --------------------------------------------------------------- - #include <rtl/ref.hxx> #include <svx/xpoly.hxx> #include <svx/xdash.hxx> diff --git a/svx/inc/svx/zoomctrl.hxx b/svx/inc/svx/zoomctrl.hxx index e27309207e0d..f35f4e25d0c6 100644 --- a/svx/inc/svx/zoomctrl.hxx +++ b/svx/inc/svx/zoomctrl.hxx @@ -28,8 +28,6 @@ #ifndef _SVX_ZOOMCTRL_HXX #define _SVX_ZOOMCTRL_HXX -// include --------------------------------------------------------------- - #include <sfx2/stbitem.hxx> #include "svx/svxdllapi.h" diff --git a/svx/inc/svx/zoomsliderctrl.hxx b/svx/inc/svx/zoomsliderctrl.hxx index c9b0c77286ba..f6be6ed760d5 100644 --- a/svx/inc/svx/zoomsliderctrl.hxx +++ b/svx/inc/svx/zoomsliderctrl.hxx @@ -20,8 +20,6 @@ #ifndef _ZOOMSLIDER_STBCONTRL_HXX #define _ZOOMSLIDER_STBCONTRL_HXX -// include --------------------------------------------------------------- - #include <sfx2/stbitem.hxx> #include "svx/svxdllapi.h" diff --git a/svx/source/dialog/bmpmask.src b/svx/source/dialog/bmpmask.src index d2fb4dc5d934..8547dc0abaaa 100644 --- a/svx/source/dialog/bmpmask.src +++ b/svx/source/dialog/bmpmask.src @@ -24,7 +24,7 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ - // include --------------------------------------------------------------- + #include <svx/svxids.hrc> #include <svx/dialogs.hrc> #include "bmpmask.hrc" diff --git a/svx/source/dialog/contdlg.src b/svx/source/dialog/contdlg.src index 98fee43aa155..df862f71221b 100644 --- a/svx/source/dialog/contdlg.src +++ b/svx/source/dialog/contdlg.src @@ -24,7 +24,7 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ - // include --------------------------------------------------------------- + #include "helpid.hrc" #include "contdlg.hrc" diff --git a/svx/source/dialog/dialmgr.cxx b/svx/source/dialog/dialmgr.cxx index fb6014dda174..cba29102d0b2 100644 --- a/svx/source/dialog/dialmgr.cxx +++ b/svx/source/dialog/dialmgr.cxx @@ -31,8 +31,6 @@ //#undef SVX_DLLIMPLEMENTATION //#endif -// include --------------------------------------------------------------- - #include <svx/dialmgr.hxx> #include <svl/solar.hrc> #include <vcl/svapp.hxx> diff --git a/svx/source/dialog/langbox.src b/svx/source/dialog/langbox.src index b7cc9c40fce5..7dfe8187c7ac 100644 --- a/svx/source/dialog/langbox.src +++ b/svx/source/dialog/langbox.src @@ -25,8 +25,6 @@ * ************************************************************************/ -// include --------------------------------------------------------------- - #include <svx/dialogs.hrc> Image RID_SVXIMG_NOTCHECKED diff --git a/svx/source/dialog/srchctrl.hxx b/svx/source/dialog/srchctrl.hxx index 84fdcef0e241..7567e9fd3e34 100644 --- a/svx/source/dialog/srchctrl.hxx +++ b/svx/source/dialog/srchctrl.hxx @@ -19,9 +19,6 @@ #ifndef _SVX_SRCHCTRL_HXX #define _SVX_SRCHCTRL_HXX -// include --------------------------------------------------------------- - - #include <sfx2/ctrlitem.hxx> // class SvxSearchFamilyController --------------------------------------- diff --git a/svx/source/dialog/srchdlg.src b/svx/source/dialog/srchdlg.src index 06e088b60b6b..63b901991c24 100644 --- a/svx/source/dialog/srchdlg.src +++ b/svx/source/dialog/srchdlg.src @@ -25,8 +25,6 @@ * ************************************************************************/ - // include --------------------------------------------------------------- - #include <svx/dialogs.hrc> #include "srchdlg.hrc" #include <sfx2/sfxcommands.h> diff --git a/svx/source/dialog/strarray.cxx b/svx/source/dialog/strarray.cxx index ec7960383548..2a630235d8cc 100644 --- a/svx/source/dialog/strarray.cxx +++ b/svx/source/dialog/strarray.cxx @@ -28,8 +28,6 @@ #include <tools/shl.hxx> -// include --------------------------------------------------------------- - #include <svx/dialogs.hrc> // -> RID_SVXSTR_LANGUAGE_TABLE #include <svx/dialmgr.hxx> #include <svx/strarray.hxx> diff --git a/svx/source/dialog/txenctab.src b/svx/source/dialog/txenctab.src index 3d015efe68b3..a35f66545067 100644 --- a/svx/source/dialog/txenctab.src +++ b/svx/source/dialog/txenctab.src @@ -16,8 +16,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - // include --------------------------------------------------------------- - #include <svx/dialogs.hrc> #define _SOLAR_RSC_INVOKED diff --git a/svx/source/dialog/ucsubset.src b/svx/source/dialog/ucsubset.src index 42309dd7c713..819c6a5c5e7a 100644 --- a/svx/source/dialog/ucsubset.src +++ b/svx/source/dialog/ucsubset.src @@ -25,7 +25,6 @@ * ************************************************************************/ - // include --------------------------------------------------------------- #include <svx/ucsubset.hrc> /* diff --git a/svx/source/inc/recoveryui.hxx b/svx/source/inc/recoveryui.hxx index a66ebc7e2561..51c8d67c53b9 100644 --- a/svx/source/inc/recoveryui.hxx +++ b/svx/source/inc/recoveryui.hxx @@ -20,9 +20,6 @@ #ifndef _RECOVERYUI_HXX #define _RECOVERYUI_HXX -//=============================================== -// includes - #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/frame/XSynchronousDispatch.hpp> diff --git a/svx/source/items/svxitems.src b/svx/source/items/svxitems.src index 182df54c1d2f..02799f14ce2c 100644 --- a/svx/source/items/svxitems.src +++ b/svx/source/items/svxitems.src @@ -24,7 +24,6 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ - // include ------------------------------------------------------------------ #include "svx/svxitems.hrc" #include "svx/svxids.hrc" diff --git a/svx/source/unodraw/recoveryui.cxx b/svx/source/unodraw/recoveryui.cxx index a792011a7b88..d8c84fd75397 100644 --- a/svx/source/unodraw/recoveryui.cxx +++ b/svx/source/unodraw/recoveryui.cxx @@ -26,9 +26,6 @@ * ************************************************************************/ - -//=============================================== -// includes #include "recoveryui.hxx" #include "docrecovery.hxx" #include <com/sun/star/lang/XInitialization.hpp> diff --git a/sw/source/ui/dialog/swdialmgr.cxx b/sw/source/ui/dialog/swdialmgr.cxx index edb98627eedc..2b5b38faa510 100644 --- a/sw/source/ui/dialog/swdialmgr.cxx +++ b/sw/source/ui/dialog/swdialmgr.cxx @@ -31,8 +31,6 @@ #undef SW_DLLIMPLEMENTATION #endif -// include --------------------------------------------------------------- - #include "dialmgr.hxx" #include "tools/string.hxx" #include <sfx2/app.hxx> diff --git a/sw/source/ui/inc/bookctrl.hxx b/sw/source/ui/inc/bookctrl.hxx index 96ac44ed49e5..59b605d5342b 100644 --- a/sw/source/ui/inc/bookctrl.hxx +++ b/sw/source/ui/inc/bookctrl.hxx @@ -19,8 +19,6 @@ #ifndef _BOOKCTRL_HXX #define _BOOKCTRL_HXX -// include --------------------------------------------------------------- - #include <sfx2/stbitem.hxx> #include <tools/string.hxx> diff --git a/sw/source/ui/inc/javaedit.hxx b/sw/source/ui/inc/javaedit.hxx index 57d8b9ae3692..612855612741 100644 --- a/sw/source/ui/inc/javaedit.hxx +++ b/sw/source/ui/inc/javaedit.hxx @@ -28,8 +28,6 @@ #ifndef _SW_JAVAEDIT_HXX #define _SW_JAVAEDIT_HXX -// include --------------------------------------------------------------- - #include <svx/stddlg.hxx> #include <vcl/fixed.hxx> diff --git a/sw/source/ui/inc/tmplctrl.hxx b/sw/source/ui/inc/tmplctrl.hxx index a9fe9d6bc9e0..6d745d2617e8 100644 --- a/sw/source/ui/inc/tmplctrl.hxx +++ b/sw/source/ui/inc/tmplctrl.hxx @@ -19,7 +19,6 @@ #ifndef _TMPLCTRL_HXX #define _TMPLCTRL_HXX -// include --------------------------------------------------------------- #include <sfx2/stbitem.hxx> // class BookmarkToolBoxControl ------------------------------------------- diff --git a/sw/source/ui/inc/viewlayoutctrl.hxx b/sw/source/ui/inc/viewlayoutctrl.hxx index d127f5118a22..f45bc18070a5 100644 --- a/sw/source/ui/inc/viewlayoutctrl.hxx +++ b/sw/source/ui/inc/viewlayoutctrl.hxx @@ -19,7 +19,6 @@ #ifndef _VIEWLAYOUTCTRL_HXX #define _VIEWLAYOUTCTRL_HXX -// include --------------------------------------------------------------- #include <sfx2/stbitem.hxx> // class SwViewLayoutControl ---------------------------------------------- diff --git a/sysui/source/win32/misc/AutoBuffer.cxx b/sysui/source/win32/misc/AutoBuffer.cxx index f4acf92cf7c3..f072df5a9666 100644 --- a/sysui/source/win32/misc/AutoBuffer.cxx +++ b/sysui/source/win32/misc/AutoBuffer.cxx @@ -17,10 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #include "AutoBuffer.hxx" #include <osl/diagnose.h> diff --git a/sysui/source/win32/misc/AutoBuffer.hxx b/sysui/source/win32/misc/AutoBuffer.hxx index bb0dde04df37..eb224e762bf7 100644 --- a/sysui/source/win32/misc/AutoBuffer.hxx +++ b/sysui/source/win32/misc/AutoBuffer.hxx @@ -20,10 +20,6 @@ #ifndef _AUTO_BUFFER_HXX_ #define _AUTO_BUFFER_HXX_ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #include <sal/types.h> #include <rtl/ustring> diff --git a/sysui/source/win32/misc/WinImplHelper.cxx b/sysui/source/win32/misc/WinImplHelper.cxx index 3999a52319b7..1d0f419f192e 100644 --- a/sysui/source/win32/misc/WinImplHelper.cxx +++ b/sysui/source/win32/misc/WinImplHelper.cxx @@ -26,10 +26,6 @@ * ************************************************************************/ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #include <osl/diagnose.h> #include "AutoBuffer.hxx" #include "WinImplHelper.hxx" diff --git a/sysui/source/win32/misc/WinImplHelper.hxx b/sysui/source/win32/misc/WinImplHelper.hxx index 09c707f87b4d..aef5413b41b4 100644 --- a/sysui/source/win32/misc/WinImplHelper.hxx +++ b/sysui/source/win32/misc/WinImplHelper.hxx @@ -21,10 +21,6 @@ #ifndef _WINIMPLHELPER_HXX_ #define _WINIMPLHELPER_HXX_ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #include <sal/types.h> #include <rtl/ustring> diff --git a/sysui/source/win32/misc/resourceprovider.cxx b/sysui/source/win32/misc/resourceprovider.cxx index 0188f9a64aeb..c131ba7d5b09 100644 --- a/sysui/source/win32/misc/resourceprovider.cxx +++ b/sysui/source/win32/misc/resourceprovider.cxx @@ -26,10 +26,6 @@ * ************************************************************************/ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #include <osl/diagnose.h> #include <rtl/ustrbuf.hxx> #include "resourceprovider.hxx" diff --git a/sysui/source/win32/misc/resourceprovider.hxx b/sysui/source/win32/misc/resourceprovider.hxx index ff5007afd935..4adc97dd7d90 100644 --- a/sysui/source/win32/misc/resourceprovider.hxx +++ b/sysui/source/win32/misc/resourceprovider.hxx @@ -21,10 +21,6 @@ #ifndef _RESOURCEPROVIDER_HXX_ #define _RESOURCEPROVIDER_HXX_ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #include <sal/types.h> #include <rtl/ustring> diff --git a/ucbhelper/inc/ucbhelper/interceptedinteraction.hxx b/ucbhelper/inc/ucbhelper/interceptedinteraction.hxx index 1175c9565c5b..2c087b503f4e 100644 --- a/ucbhelper/inc/ucbhelper/interceptedinteraction.hxx +++ b/ucbhelper/inc/ucbhelper/interceptedinteraction.hxx @@ -20,9 +20,6 @@ #ifndef _UCBHELPER_INTERCEPTEDINTERACTION_HXX_ #define _UCBHELPER_INTERCEPTEDINTERACTION_HXX_ -//_______________________________________________ -// includes - #include <vector> #include <com/sun/star/task/XInteractionHandler.hpp> diff --git a/ucbhelper/source/client/interceptedinteraction.cxx b/ucbhelper/source/client/interceptedinteraction.cxx index 661869c1b163..6be3f3159503 100644 --- a/ucbhelper/source/client/interceptedinteraction.cxx +++ b/ucbhelper/source/client/interceptedinteraction.cxx @@ -19,10 +19,6 @@ #include <ucbhelper/interceptedinteraction.hxx> -//_______________________________________________ -// includes - -//_______________________________________________ // namespace namespace ucbhelper{ diff --git a/unotools/inc/unotools/compatibility.hxx b/unotools/inc/unotools/compatibility.hxx index bee7009cec7c..8a47c8c69354 100644 --- a/unotools/inc/unotools/compatibility.hxx +++ b/unotools/inc/unotools/compatibility.hxx @@ -19,10 +19,6 @@ #ifndef INCLUDED_unotools_COMPATIBILITY_HXX #define INCLUDED_unotools_COMPATIBILITY_HXX -//_________________________________________________________________________________________________________________ -// includes -//_________________________________________________________________________________________________________________ - #include "unotools/unotoolsdllapi.h" #include <sal/types.h> #include <osl/mutex.hxx> diff --git a/unotools/inc/unotools/itemholderbase.hxx b/unotools/inc/unotools/itemholderbase.hxx index 239fd24f661a..7315281bb28b 100644 --- a/unotools/inc/unotools/itemholderbase.hxx +++ b/unotools/inc/unotools/itemholderbase.hxx @@ -20,9 +20,6 @@ #ifndef INCLUDED_unotools_ITEMHOLDERBASE_HXX_ #define INCLUDED_unotools_ITEMHOLDERBASE_HXX_ -//----------------------------------------------- -// includes - #include <vector> #include <osl/mutex.hxx> diff --git a/unotools/inc/unotools/viewoptions.hxx b/unotools/inc/unotools/viewoptions.hxx index fdd00f12142d..6a6dd03f4a69 100644 --- a/unotools/inc/unotools/viewoptions.hxx +++ b/unotools/inc/unotools/viewoptions.hxx @@ -19,10 +19,6 @@ #ifndef INCLUDED_unotools_VIEWOPTIONS_HXX #define INCLUDED_unotools_VIEWOPTIONS_HXX -//_________________________________________________________________________________________________________________ -// includes -//_________________________________________________________________________________________________________________ - #include "unotools/unotoolsdllapi.h" #include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/beans/NamedValue.hpp> diff --git a/unotools/inc/unotools/workingsetoptions.hxx b/unotools/inc/unotools/workingsetoptions.hxx index 2cd574d263fc..80b9a9251d73 100644 --- a/unotools/inc/unotools/workingsetoptions.hxx +++ b/unotools/inc/unotools/workingsetoptions.hxx @@ -19,10 +19,6 @@ #ifndef INCLUDED_unotools_WORKINGSETOPTIONS_HXX #define INCLUDED_unotools_WORKINGSETOPTIONS_HXX -//_________________________________________________________________________________________________________________ -// includes -//_________________________________________________________________________________________________________________ - #include <sal/types.h> #include <osl/mutex.hxx> #include <com/sun/star/uno/Sequence.h> diff --git a/unotools/source/config/compatibility.cxx b/unotools/source/config/compatibility.cxx index 5a65f693c939..88f6fcfa126f 100644 --- a/unotools/source/config/compatibility.cxx +++ b/unotools/source/config/compatibility.cxx @@ -17,11 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - -//_________________________________________________________________________________________________________________ -// includes -//_________________________________________________________________________________________________________________ - #include <unotools/compatibility.hxx> #include <unotools/configmgr.hxx> #include <unotools/configitem.hxx> diff --git a/unotools/source/config/itemholder1.cxx b/unotools/source/config/itemholder1.cxx index db99a26071d1..9ac0eee6833c 100644 --- a/unotools/source/config/itemholder1.cxx +++ b/unotools/source/config/itemholder1.cxx @@ -20,8 +20,6 @@ #include "itemholder1.hxx" -//----------------------------------------------- -// includes #include <comphelper/processfactory.hxx> #include <com/sun/star/lang/XComponent.hpp> diff --git a/unotools/source/config/itemholder1.hxx b/unotools/source/config/itemholder1.hxx index f84669dfc95a..390502530c46 100644 --- a/unotools/source/config/itemholder1.hxx +++ b/unotools/source/config/itemholder1.hxx @@ -20,9 +20,6 @@ #ifndef INCLUDED_unotools_ITEMHOLDER1_HXX_ #define INCLUDED_unotools_ITEMHOLDER1_HXX_ -//----------------------------------------------- -// includes - #include <unotools/itemholderbase.hxx> #include <cppuhelper/implbase1.hxx> #include <com/sun/star/lang/XEventListener.hpp> diff --git a/unotools/source/config/viewoptions.cxx b/unotools/source/config/viewoptions.cxx index d30c69efe3ec..de2289a5f087 100644 --- a/unotools/source/config/viewoptions.cxx +++ b/unotools/source/config/viewoptions.cxx @@ -17,10 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -//_________________________________________________________________________________________________________________ -// includes -//_________________________________________________________________________________________________________________ - #include <unotools/viewoptions.hxx> #include <com/sun/star/uno/Any.hxx> diff --git a/uui/source/fltdlg.cxx b/uui/source/fltdlg.cxx index 6e549f0b1725..2e333026fc19 100644 --- a/uui/source/fltdlg.cxx +++ b/uui/source/fltdlg.cxx @@ -17,19 +17,12 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include "fltdlg.hxx" #include "ids.hrc" #include "fltdlg.hrc" -//_________________________________________________________________________________________________________________ -// includes of other projects -//_________________________________________________________________________________________________________________ #include <com/sun/star/util/XStringWidth.hpp> #include <cppuhelper/implbase1.hxx> #include <unotools/localfilehelper.hxx> diff --git a/uui/source/fltdlg.hxx b/uui/source/fltdlg.hxx index c0bebfc7c1a8..de79c89a6469 100644 --- a/uui/source/fltdlg.hxx +++ b/uui/source/fltdlg.hxx @@ -20,10 +20,6 @@ #ifndef UUI_FLTDLG_HXX #define UUI_FLTDLG_HXX -//_________________________________________________________________________________________________________________ -// includes -//_________________________________________________________________________________________________________________ - #include <vcl/dialog.hxx> #include <vcl/msgbox.hxx> diff --git a/vcl/aqua/source/dtrans/OSXTransferable.hxx b/vcl/aqua/source/dtrans/OSXTransferable.hxx index 62784fa994ab..27885effd03f 100644 --- a/vcl/aqua/source/dtrans/OSXTransferable.hxx +++ b/vcl/aqua/source/dtrans/OSXTransferable.hxx @@ -21,10 +21,6 @@ #ifndef _TRANSFERABLE_HXX_ #define _TRANSFERABLE_HXX_ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #include <com/sun/star/datatransfer/XTransferable.hpp> #include <cppuhelper/implbase1.hxx> #include <com/sun/star/datatransfer/XMimeContentTypeFactory.hpp> diff --git a/vcl/inc/generic/gensys.h b/vcl/inc/generic/gensys.h index e485cc50f215..abe7fee3648a 100644 --- a/vcl/inc/generic/gensys.h +++ b/vcl/inc/generic/gensys.h @@ -26,7 +26,6 @@ * ************************************************************************/ -// -=-= includes -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= #ifndef _SV_GENSYS_H #define _SV_GENSYS_H diff --git a/vcl/inc/unx/saldata.hxx b/vcl/inc/unx/saldata.hxx index 121bdd0f665a..37482317fdea 100644 --- a/vcl/inc/unx/saldata.hxx +++ b/vcl/inc/unx/saldata.hxx @@ -29,7 +29,6 @@ #ifndef _SV_SALDATA_HXX #define _SV_SALDATA_HXX -// -=-= includes -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= #include <unx/salunx.h> #include <vcl/salgtype.hxx> #include <unx/salstd.hxx> diff --git a/vcl/inc/unx/saldisp.hxx b/vcl/inc/unx/saldisp.hxx index ddc21c5ab554..5278a8bace4e 100644 --- a/vcl/inc/unx/saldisp.hxx +++ b/vcl/inc/unx/saldisp.hxx @@ -35,7 +35,6 @@ class SalColormap; class SalVisual; class SalXLib; -// -=-= #includes =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= #include <unx/salunx.h> #include <unx/saltype.h> #include <vcl/salgtype.hxx> diff --git a/vcl/inc/unx/salframe.h b/vcl/inc/unx/salframe.h index 3adb3341e2a5..f3bb1e3f3ad9 100644 --- a/vcl/inc/unx/salframe.h +++ b/vcl/inc/unx/salframe.h @@ -28,7 +28,6 @@ #ifndef _SV_SALFRAME_H #define _SV_SALFRAME_H -// -=-= #includes -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- #include <unx/salstd.hxx> #include <unx/salunx.h> #include <unx/saltype.h> diff --git a/vcl/inc/unx/salgdi.h b/vcl/inc/unx/salgdi.h index 0836bf8d6151..3ffbd8701718 100644 --- a/vcl/inc/unx/salgdi.h +++ b/vcl/inc/unx/salgdi.h @@ -29,7 +29,6 @@ #ifndef _SV_SALGDI_H #define _SV_SALGDI_H -// -=-= includes -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= #include "tools/fract.hxx" #include "vcl/salgtype.hxx" diff --git a/vcl/inc/unx/salinst.h b/vcl/inc/unx/salinst.h index 00c4434c9219..4a270e770b5c 100644 --- a/vcl/inc/unx/salinst.h +++ b/vcl/inc/unx/salinst.h @@ -26,7 +26,6 @@ * ************************************************************************/ -// -=-= includes -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= #ifndef _SV_SALINST_H #define _SV_SALINST_H diff --git a/vcl/inc/unx/salstd.hxx b/vcl/inc/unx/salstd.hxx index 387ebc62c112..2417cfe4a2af 100644 --- a/vcl/inc/unx/salstd.hxx +++ b/vcl/inc/unx/salstd.hxx @@ -20,7 +20,6 @@ #ifndef _SALSTD_HXX #define _SALSTD_HXX -// -=-= includes -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= #include <tools/gen.hxx> #include <tools/solar.h> diff --git a/vcl/inc/unx/salvd.h b/vcl/inc/unx/salvd.h index d0d4623d5b19..eb08cd4fca13 100644 --- a/vcl/inc/unx/salvd.h +++ b/vcl/inc/unx/salvd.h @@ -29,7 +29,6 @@ #ifndef _SV_SALVD_H #define _SV_SALVD_H -// -=-= #includes -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- #include <unx/salstd.hxx> #include <unx/saltype.h> #include <salvd.hxx> diff --git a/vcl/inc/unx/x11/x11sys.hxx b/vcl/inc/unx/x11/x11sys.hxx index ca28acaa82d1..4fea46de5757 100644 --- a/vcl/inc/unx/x11/x11sys.hxx +++ b/vcl/inc/unx/x11/x11sys.hxx @@ -26,7 +26,6 @@ * ************************************************************************/ -// -=-= includes -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= #ifndef _SV_X11SYS_H #define _SV_X11SYS_H diff --git a/vcl/inc/vcl/abstdlg.hxx b/vcl/inc/vcl/abstdlg.hxx index 75d098b5dca0..5f92c74d5c08 100644 --- a/vcl/inc/vcl/abstdlg.hxx +++ b/vcl/inc/vcl/abstdlg.hxx @@ -19,8 +19,6 @@ #ifndef _VCL_ABSTDLG_HXX #define _VCL_ABSTDLG_HXX -// include --------------------------------------------------------------- - #include <tools/solar.h> #include <tools/string.hxx> #include <vcl/dllapi.h> diff --git a/vcl/unx/gtk/fpicker/SalGtkFilePicker.cxx b/vcl/unx/gtk/fpicker/SalGtkFilePicker.cxx index 4ee951282fcc..211c163bbcea 100644 --- a/vcl/unx/gtk/fpicker/SalGtkFilePicker.cxx +++ b/vcl/unx/gtk/fpicker/SalGtkFilePicker.cxx @@ -32,9 +32,6 @@ #undef _LINUX_SOURCE_COMPAT #endif -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ #include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/ui/dialogs/ExecutableDialogResults.hpp> #include <com/sun/star/ui/dialogs/CommonFilePickerElementIds.hpp> diff --git a/vcl/unx/gtk/fpicker/SalGtkFilePicker.hxx b/vcl/unx/gtk/fpicker/SalGtkFilePicker.hxx index 8d39e42fde82..5c9803d910b5 100644 --- a/vcl/unx/gtk/fpicker/SalGtkFilePicker.hxx +++ b/vcl/unx/gtk/fpicker/SalGtkFilePicker.hxx @@ -29,10 +29,6 @@ #ifndef _SALGTKFILEPICKER_HXX_ #define _SALGTKFILEPICKER_HXX_ -//_______________________________________________________________________________________________________________________ -// includes of other projects -//_______________________________________________________________________________________________________________________ - #include <cppuhelper/compbase9.hxx> #include <com/sun/star/lang/XInitialization.hpp> #include <com/sun/star/ui/dialogs/XFilePickerNotifier.hpp> diff --git a/vcl/unx/gtk/fpicker/SalGtkFolderPicker.cxx b/vcl/unx/gtk/fpicker/SalGtkFolderPicker.cxx index 672c25a0bb08..fb0d352ec6f6 100644 --- a/vcl/unx/gtk/fpicker/SalGtkFolderPicker.cxx +++ b/vcl/unx/gtk/fpicker/SalGtkFolderPicker.cxx @@ -32,9 +32,6 @@ #undef _LINUX_SOURCE_COMPAT #endif -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ #include <com/sun/star/lang/XMultiComponentFactory.hpp> #include <com/sun/star/ui/dialogs/ExecutableDialogResults.hpp> #include <com/sun/star/ui/dialogs/CommonFilePickerElementIds.hpp> diff --git a/vcl/unx/gtk/fpicker/SalGtkPicker.cxx b/vcl/unx/gtk/fpicker/SalGtkPicker.cxx index db173003e1e5..22aa1efdfcf3 100644 --- a/vcl/unx/gtk/fpicker/SalGtkPicker.cxx +++ b/vcl/unx/gtk/fpicker/SalGtkPicker.cxx @@ -32,9 +32,6 @@ #undef _LINUX_SOURCE_COMPAT #endif -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ #include <com/sun/star/lang/DisposedException.hpp> #include <com/sun/star/lang/XMultiComponentFactory.hpp> #include <com/sun/star/uri/XExternalUriReferenceTranslator.hpp> diff --git a/vcl/unx/gtk/fpicker/SalGtkPicker.hxx b/vcl/unx/gtk/fpicker/SalGtkPicker.hxx index a4fe68f98309..3a664cfbb472 100644 --- a/vcl/unx/gtk/fpicker/SalGtkPicker.hxx +++ b/vcl/unx/gtk/fpicker/SalGtkPicker.hxx @@ -29,10 +29,6 @@ #ifndef _SALGTKFPICKER_HXX_ #define _SALGTKFPICKER_HXX_ -//_____________________________________________________________________________ -// includes of other projects -//_____________________________________________________________________________ - #include <osl/mutex.hxx> #include <cppuhelper/compbase2.hxx> #include <com/sun/star/ui/dialogs/XFilePicker.hpp> diff --git a/vcl/unx/kde4/KDE4FilePicker.cxx b/vcl/unx/kde4/KDE4FilePicker.cxx index 4bd283699fb6..26f92df1fcc6 100644 --- a/vcl/unx/kde4/KDE4FilePicker.cxx +++ b/vcl/unx/kde4/KDE4FilePicker.cxx @@ -26,10 +26,6 @@ * ************************************************************************/ -////////////////////////////////////////////////////////////////////////// -// includes -////////////////////////////////////////////////////////////////////////// - #include <com/sun/star/lang/DisposedException.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <cppuhelper/interfacecontainer.h> diff --git a/xmloff/inc/DomBuilderContext.hxx b/xmloff/inc/DomBuilderContext.hxx index 16407417f6a1..c302d4444ca3 100644 --- a/xmloff/inc/DomBuilderContext.hxx +++ b/xmloff/inc/DomBuilderContext.hxx @@ -29,11 +29,6 @@ #ifndef _XMLOFF_DOMBUILDERCONTEXT_HXX #define _XMLOFF_DOMBUILDERCONTEXT_HXX - -// -// include for parent class and members -// - #include <xmloff/xmlictxt.hxx> diff --git a/xmloff/source/xforms/SchemaContext.hxx b/xmloff/source/xforms/SchemaContext.hxx index 3f81bd2bea01..916e762b2ba1 100644 --- a/xmloff/source/xforms/SchemaContext.hxx +++ b/xmloff/source/xforms/SchemaContext.hxx @@ -20,11 +20,6 @@ #ifndef _XMLOFF_SCHEMACONTEXT_HXX #define _XMLOFF_SCHEMACONTEXT_HXX - -// -// include for parent class and members -// - #include "TokenContext.hxx" #include <com/sun/star/uno/Reference.hxx> diff --git a/xmloff/source/xforms/SchemaRestrictionContext.hxx b/xmloff/source/xforms/SchemaRestrictionContext.hxx index ec5dc1f8f936..22f29946cb4c 100644 --- a/xmloff/source/xforms/SchemaRestrictionContext.hxx +++ b/xmloff/source/xforms/SchemaRestrictionContext.hxx @@ -20,11 +20,6 @@ #ifndef _XMLOFF_SCHEMARESTRICTIONCONTEXT_HXX #define _XMLOFF_SCHEMARESTRICTIONCONTEXT_HXX - -// -// include for parent class and members -// - #include "TokenContext.hxx" #include <com/sun/star/uno/Reference.hxx> diff --git a/xmloff/source/xforms/SchemaSimpleTypeContext.hxx b/xmloff/source/xforms/SchemaSimpleTypeContext.hxx index bdad80ff1861..f27f7ce2774b 100644 --- a/xmloff/source/xforms/SchemaSimpleTypeContext.hxx +++ b/xmloff/source/xforms/SchemaSimpleTypeContext.hxx @@ -20,11 +20,6 @@ #ifndef _XMLOFF_SCHEMASIMPLETYPECONTEXT_HXX #define _XMLOFF_SCHEMASIMPLETYPECONTEXT_HXX - -// -// include for parent class and members -// - #include "TokenContext.hxx" #include <com/sun/star/uno/Reference.hxx> diff --git a/xmloff/source/xforms/TokenContext.hxx b/xmloff/source/xforms/TokenContext.hxx index a0dca409b58f..a7ced8e7936b 100644 --- a/xmloff/source/xforms/TokenContext.hxx +++ b/xmloff/source/xforms/TokenContext.hxx @@ -20,11 +20,6 @@ #ifndef _XMLOFF_TOKENCONTEXT_HXX #define _XMLOFF_TOKENCONTEXT_HXX - -// -// include for parent class and members -// - #include <xmloff/xmlictxt.hxx> diff --git a/xmloff/source/xforms/XFormsBindContext.hxx b/xmloff/source/xforms/XFormsBindContext.hxx index bee26d4b0d86..0de4cdb2ee65 100644 --- a/xmloff/source/xforms/XFormsBindContext.hxx +++ b/xmloff/source/xforms/XFormsBindContext.hxx @@ -20,11 +20,6 @@ #ifndef _XMLOFF_XFORMSBINDCONTEXT_HXX #define _XMLOFF_XFORMSBINDCONTEXT_HXX - -// -// include for parent class and members -// - #include "TokenContext.hxx" #include <com/sun/star/uno/Reference.hxx> diff --git a/xmloff/source/xforms/XFormsInstanceContext.hxx b/xmloff/source/xforms/XFormsInstanceContext.hxx index 90a41d40b014..631c8f9c80cf 100644 --- a/xmloff/source/xforms/XFormsInstanceContext.hxx +++ b/xmloff/source/xforms/XFormsInstanceContext.hxx @@ -20,11 +20,6 @@ #ifndef _XMLOFF_XFORMSINSTANCECONTEXT_HXX #define _XMLOFF_XFORMSINSTANCECONTEXT_HXX - -// -// include for parent class and members -// - #include "TokenContext.hxx" #include <com/sun/star/uno/Reference.hxx> diff --git a/xmloff/source/xforms/XFormsModelContext.hxx b/xmloff/source/xforms/XFormsModelContext.hxx index 0a0f09fcb069..acbb99d8e43e 100644 --- a/xmloff/source/xforms/XFormsModelContext.hxx +++ b/xmloff/source/xforms/XFormsModelContext.hxx @@ -20,11 +20,6 @@ #ifndef _XMLOFF_XFORMSMODELCONTEXT_HXX #define _XMLOFF_XFORMSMODELCONTEXT_HXX - -// -// include for parent class and members -// - #include "TokenContext.hxx" #include <com/sun/star/uno/Reference.hxx> diff --git a/xmloff/source/xforms/XFormsSubmissionContext.hxx b/xmloff/source/xforms/XFormsSubmissionContext.hxx index d0159f66942d..6636d7bd6765 100644 --- a/xmloff/source/xforms/XFormsSubmissionContext.hxx +++ b/xmloff/source/xforms/XFormsSubmissionContext.hxx @@ -20,11 +20,6 @@ #ifndef _XMLOFF_XFORMSSUBMISSIONCONTEXT_HXX #define _XMLOFF_XFORMSSUBMISSIONCONTEXT_HXX - -// -// include for parent class and members -// - #include "TokenContext.hxx" #include <com/sun/star/uno/Reference.hxx> diff --git a/xmlsecurity/source/dialogs/helpids.hrc b/xmlsecurity/source/dialogs/helpids.hrc index 4c758bd6aa11..490d95547683 100644 --- a/xmlsecurity/source/dialogs/helpids.hrc +++ b/xmlsecurity/source/dialogs/helpids.hrc @@ -19,8 +19,6 @@ #ifndef _XMLSEC_HELPIDS_HRC #define _XMLSEC_HELPIDS_HRC -// include --------------------------------------------------------------- - #include <svl/solar.hrc> // Help-Ids -------------------------------------------------------------- |