summaryrefslogtreecommitdiff
path: root/sfx2/source
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source')
-rw-r--r--sfx2/source/appl/app.src2
-rw-r--r--sfx2/source/bastyp/fltfnc.src1
-rw-r--r--sfx2/source/bastyp/fltlst.cxx3
-rw-r--r--sfx2/source/bastyp/fltlst.hxx3
-rw-r--r--sfx2/source/dialog/dialog.src1
-rw-r--r--sfx2/source/dialog/dinfdlg.src2
-rw-r--r--sfx2/source/dialog/navigat.cxx3
-rw-r--r--sfx2/source/dialog/partwnd.cxx2
-rw-r--r--sfx2/source/dialog/passwd.src1
-rw-r--r--sfx2/source/dialog/printopt.src2
-rw-r--r--sfx2/source/dialog/recfloat.cxx2
-rw-r--r--sfx2/source/dialog/recfloat.src2
-rw-r--r--sfx2/source/dialog/templdlg.src2
-rw-r--r--sfx2/source/doc/sfxbasemodel.cxx13
-rw-r--r--sfx2/source/inc/helper.hxx2
-rw-r--r--sfx2/source/inc/helpid.hrc2
-rw-r--r--sfx2/source/inc/recfloat.hxx2
-rw-r--r--sfx2/source/view/sfxbasecontroller.cxx8
-rw-r--r--sfx2/source/view/view.src2
19 files changed, 3 insertions, 52 deletions
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"