[Libreoffice-commits] .: basic/source sfx2/source

Norbert Thiebaud nthiebaud at kemper.freedesktop.org
Sat Oct 9 12:17:29 PDT 2010


 basic/source/runtime/step2.cxx   |    2 --
 sfx2/source/appl/app.cxx         |    2 --
 sfx2/source/appl/appchild.cxx    |    2 --
 sfx2/source/appl/appdde.cxx      |    2 --
 sfx2/source/appl/appinit.cxx     |    3 ---
 sfx2/source/appl/appmisc.cxx     |    2 --
 sfx2/source/appl/appquit.cxx     |    3 ---
 sfx2/source/appl/appreg.cxx      |    3 ---
 sfx2/source/appl/appuno.cxx      |    3 ---
 sfx2/source/appl/childwin.cxx    |    3 ---
 sfx2/source/appl/module.cxx      |    3 ---
 sfx2/source/appl/sfxdll.cxx      |    6 ------
 sfx2/source/appl/workwin.cxx     |    3 ---
 sfx2/source/bastyp/bitset.cxx    |    2 --
 sfx2/source/bastyp/minarray.cxx  |    3 ---
 sfx2/source/bastyp/misc.cxx      |    3 ---
 sfx2/source/bastyp/sfxresid.cxx  |    2 --
 sfx2/source/control/bindings.cxx |    3 ---
 sfx2/source/control/ctrlitem.cxx |    2 --
 sfx2/source/control/dispatch.cxx |    3 ---
 sfx2/source/control/macrconf.cxx |    3 ---
 sfx2/source/control/minfitem.cxx |    3 ---
 sfx2/source/control/msg.cxx      |    2 --
 sfx2/source/control/msgpool.cxx  |    2 --
 sfx2/source/control/objface.cxx  |    2 --
 sfx2/source/control/request.cxx  |    3 ---
 sfx2/source/control/shell.cxx    |    3 ---
 sfx2/source/control/statcach.cxx |    3 ---
 sfx2/source/dialog/about.cxx     |    2 --
 sfx2/source/dialog/dinfedt.cxx   |    3 ---
 sfx2/source/dialog/intro.cxx     |    3 ---
 sfx2/source/dialog/mgetempl.cxx  |    2 --
 sfx2/source/dialog/navigat.cxx   |    3 ---
 sfx2/source/dialog/newstyle.cxx  |    2 --
 sfx2/source/dialog/passwd.cxx    |    2 --
 sfx2/source/dialog/printopt.cxx  |    2 --
 sfx2/source/dialog/splitwin.cxx  |    2 --
 sfx2/source/dialog/styfitem.cxx  |    3 ---
 sfx2/source/dialog/styledlg.cxx  |    2 --
 sfx2/source/dialog/templdlg.cxx  |    2 --
 sfx2/source/dialog/tplcitem.cxx  |    3 ---
 sfx2/source/dialog/tplpitem.cxx  |    3 ---
 sfx2/source/doc/doctdlg.cxx      |    2 --
 sfx2/source/doc/frmdescr.cxx     |    2 --
 sfx2/source/doc/objitem.cxx      |    3 ---
 sfx2/source/inet/inettbc.cxx     |    2 --
 sfx2/source/menu/mnuitem.cxx     |    2 --
 sfx2/source/menu/mnumgr.cxx      |    2 --
 sfx2/source/menu/objmnctl.cxx    |    2 --
 sfx2/source/menu/virtmenu.cxx    |    3 ---
 sfx2/source/notify/hintpost.cxx  |    3 ---
 sfx2/source/statbar/stbitem.cxx  |    2 --
 sfx2/source/toolbox/imgmgr.cxx   |    3 ---
 sfx2/source/toolbox/tbxitem.cxx  |    3 ---
 sfx2/source/view/frame.cxx       |    3 ---
 sfx2/source/view/orgmgr.cxx      |    2 --
 sfx2/source/view/printer.cxx     |    3 ---
 sfx2/source/view/prnmon.cxx      |    3 ---
 sfx2/source/view/viewfrm.cxx     |    3 ---
 59 files changed, 153 deletions(-)

New commits:
commit 956257bc7e07eea3c447f04df2db676845c60587
Author: J. Graeme Lingard <jgraeme+git at gmail.com>
Date:   Sat Oct 9 18:48:33 2010 +0100

    Remove redundant #ifndef & #ifdef directives
    
    These unused directives are:-
    
    - multiple #ifndef GCC
    - one #ifdef WIN

diff --git a/basic/source/runtime/step2.cxx b/basic/source/runtime/step2.cxx
index 995c425..419f00b 100644
--- a/basic/source/runtime/step2.cxx
+++ b/basic/source/runtime/step2.cxx
@@ -29,8 +29,6 @@
 #include "precompiled_basic.hxx"
 
 #include "runtime.hxx"
-#ifndef GCC
-#endif
 #include "iosys.hxx"
 #include "image.hxx"
 #include "sbintern.hxx"
diff --git a/sfx2/source/appl/app.cxx b/sfx2/source/appl/app.cxx
index a06ab4d..5cb5ab2 100644
--- a/sfx2/source/appl/app.cxx
+++ b/sfx2/source/appl/app.cxx
@@ -54,8 +54,6 @@
 #include <tools/urlobj.hxx>
 #include <unotools/tempfile.hxx>
 #include <osl/file.hxx>
-#ifndef GCC
-#endif
 
 #define _SVSTDARR_STRINGSDTOR
 #include <svl/svstdarr.hxx>
diff --git a/sfx2/source/appl/appchild.cxx b/sfx2/source/appl/appchild.cxx
index dc3e6c4..e4b88a2 100644
--- a/sfx2/source/appl/appchild.cxx
+++ b/sfx2/source/appl/appchild.cxx
@@ -28,8 +28,6 @@
 // MARKER(update_precomp.py): autogen include statement, do not remove
 #include "precompiled_sfx2.hxx"
 
-#ifndef GCC
-#endif
 #include <svl/whiter.hxx>
 #include <svl/eitem.hxx>
 
diff --git a/sfx2/source/appl/appdde.cxx b/sfx2/source/appl/appdde.cxx
index 6134d9d..583f464 100644
--- a/sfx2/source/appl/appdde.cxx
+++ b/sfx2/source/appl/appdde.cxx
@@ -39,8 +39,6 @@
 
 #include <tools/urlobj.hxx>
 #include <unotools/pathoptions.hxx>
-#ifndef GCC
-#endif
 
 #include <sfx2/app.hxx>
 #include "appdata.hxx"
diff --git a/sfx2/source/appl/appinit.cxx b/sfx2/source/appl/appinit.cxx
index 6bdee82..82f2353 100644
--- a/sfx2/source/appl/appinit.cxx
+++ b/sfx2/source/appl/appinit.cxx
@@ -59,9 +59,6 @@
 #include <rtl/logfile.hxx>
 #include <vcl/edit.hxx>
 
-#ifndef GCC
-#endif
-
 #include <sfx2/unoctitm.hxx>
 #include "app.hrc"
 #include "sfxlocal.hrc"
diff --git a/sfx2/source/appl/appmisc.cxx b/sfx2/source/appl/appmisc.cxx
index c3868e4..f3c06e1 100644
--- a/sfx2/source/appl/appmisc.cxx
+++ b/sfx2/source/appl/appmisc.cxx
@@ -47,8 +47,6 @@
 #include <tools/config.hxx>
 #include <tools/rcid.h>
 #include <vos/mutex.hxx>
-#ifndef GCC
-#endif
 #include <unotools/configmgr.hxx>
 #include <com/sun/star/frame/XDesktop.hpp>
 
diff --git a/sfx2/source/appl/appquit.cxx b/sfx2/source/appl/appquit.cxx
index 388a3ae..24bf123 100644
--- a/sfx2/source/appl/appquit.cxx
+++ b/sfx2/source/appl/appquit.cxx
@@ -40,9 +40,6 @@
 #include <unotools/saveopt.hxx>
 #include <unotools/misccfg.hxx>
 
-#ifndef GCC
-#endif
-
 #include "app.hrc"
 #include <sfx2/app.hxx>
 #include <sfx2/unoctitm.hxx>
diff --git a/sfx2/source/appl/appreg.cxx b/sfx2/source/appl/appreg.cxx
index a80b014..95848d5 100644
--- a/sfx2/source/appl/appreg.cxx
+++ b/sfx2/source/appl/appreg.cxx
@@ -30,9 +30,6 @@
 
 #include <vcl/toolbox.hxx>
 
-#ifndef GCC
-#endif
-
 #include <sfx2/app.hxx>
 #include "appdata.hxx"
 #include "arrdecl.hxx"
diff --git a/sfx2/source/appl/appuno.cxx b/sfx2/source/appl/appuno.cxx
index dd63f16..f38aabd 100644
--- a/sfx2/source/appl/appuno.cxx
+++ b/sfx2/source/appl/appuno.cxx
@@ -104,9 +104,6 @@ using namespace ::com::sun::star::frame;
 using namespace ::com::sun::star::beans;
 using namespace ::com::sun::star::io;
 
-#ifndef GCC
-#endif
-
 #include "sfxtypes.hxx"
 #include <sfx2/sfxuno.hxx>
 #include <sfx2/app.hxx>
diff --git a/sfx2/source/appl/childwin.cxx b/sfx2/source/appl/childwin.cxx
index 8da8302..5137cf0 100644
--- a/sfx2/source/appl/childwin.cxx
+++ b/sfx2/source/appl/childwin.cxx
@@ -36,9 +36,6 @@
 #include <com/sun/star/util/XCloseable.hpp>
 #include <cppuhelper/implbase1.hxx>
 
-#ifndef GCC
-#endif
-
 #include <sfx2/childwin.hxx>
 #include <sfx2/app.hxx>
 #include "arrdecl.hxx"
diff --git a/sfx2/source/appl/module.cxx b/sfx2/source/appl/module.cxx
index 7d1b8e7..293e536 100644
--- a/sfx2/source/appl/module.cxx
+++ b/sfx2/source/appl/module.cxx
@@ -28,9 +28,6 @@
 // MARKER(update_precomp.py): autogen include statement, do not remove
 #include "precompiled_sfx2.hxx"
 
-#ifndef GCC
-#endif
-
 #include <stdio.h>
 #include <tools/rcid.h>
 
diff --git a/sfx2/source/appl/sfxdll.cxx b/sfx2/source/appl/sfxdll.cxx
index 3635770..14510c0 100644
--- a/sfx2/source/appl/sfxdll.cxx
+++ b/sfx2/source/appl/sfxdll.cxx
@@ -30,12 +30,6 @@
 
 #ifdef WIN
 #include <svwin.h>
-#endif
-
-#ifndef GCC
-#endif
-
-#ifdef WIN
 
 // Statische DLL-Verwaltungs-Variablen
 static HINSTANCE hDLLInst = 0;
diff --git a/sfx2/source/appl/workwin.cxx b/sfx2/source/appl/workwin.cxx
index ea18d5b..ebacbec 100644
--- a/sfx2/source/appl/workwin.cxx
+++ b/sfx2/source/appl/workwin.cxx
@@ -28,9 +28,6 @@
 // MARKER(update_precomp.py): autogen include statement, do not remove
 #include "precompiled_sfx2.hxx"
 
-#ifndef GCC
-#endif
-
 #include <stdio.h>
 #include <hash_map>
 
diff --git a/sfx2/source/bastyp/bitset.cxx b/sfx2/source/bastyp/bitset.cxx
index f304291..d2a9b47 100644
--- a/sfx2/source/bastyp/bitset.cxx
+++ b/sfx2/source/bastyp/bitset.cxx
@@ -28,8 +28,6 @@
 // MARKER(update_precomp.py): autogen include statement, do not remove
 #include "precompiled_sfx2.hxx"
 #include <tools/debug.hxx>
-#ifndef GCC
-#endif
 
 #include "bitset.hxx"
 
diff --git a/sfx2/source/bastyp/minarray.cxx b/sfx2/source/bastyp/minarray.cxx
index 3fa4ddf..3716bd2 100644
--- a/sfx2/source/bastyp/minarray.cxx
+++ b/sfx2/source/bastyp/minarray.cxx
@@ -28,9 +28,6 @@
 // MARKER(update_precomp.py): autogen include statement, do not remove
 #include "precompiled_sfx2.hxx"
 
-#ifndef GCC
-#endif
-
 #include <sfx2/minarray.hxx>
 
 // -----------------------------------------------------------------------
diff --git a/sfx2/source/bastyp/misc.cxx b/sfx2/source/bastyp/misc.cxx
index 822d337..8f0d976 100644
--- a/sfx2/source/bastyp/misc.cxx
+++ b/sfx2/source/bastyp/misc.cxx
@@ -28,9 +28,6 @@
 // MARKER(update_precomp.py): autogen include statement, do not remove
 #include "precompiled_sfx2.hxx"
 
-#ifndef GCC
-#endif
-
 #include "sfxtypes.hxx"
 
 //--------------------------------------------------------------------
diff --git a/sfx2/source/bastyp/sfxresid.cxx b/sfx2/source/bastyp/sfxresid.cxx
index 471f752..ce2961e 100644
--- a/sfx2/source/bastyp/sfxresid.cxx
+++ b/sfx2/source/bastyp/sfxresid.cxx
@@ -28,8 +28,6 @@
 // MARKER(update_precomp.py): autogen include statement, do not remove
 #include "precompiled_sfx2.hxx"
 
-#ifndef GCC
-#endif
 #include <tools/simplerm.hxx>
 
 #include "sfxresid.hxx"
diff --git a/sfx2/source/control/bindings.cxx b/sfx2/source/control/bindings.cxx
index d3a1a69..5eb1905 100644
--- a/sfx2/source/control/bindings.cxx
+++ b/sfx2/source/control/bindings.cxx
@@ -49,9 +49,6 @@
 #include <comphelper/processfactory.hxx>
 #include <svtools/itemdel.hxx>
 
-#ifndef GCC
-#endif
-
 // wg. nInReschedule
 #include "appdata.hxx"
 #include <sfx2/bindings.hxx>
diff --git a/sfx2/source/control/ctrlitem.cxx b/sfx2/source/control/ctrlitem.cxx
index 99dd04f..51ebf1c 100644
--- a/sfx2/source/control/ctrlitem.cxx
+++ b/sfx2/source/control/ctrlitem.cxx
@@ -28,8 +28,6 @@
 // MARKER(update_precomp.py): autogen include statement, do not remove
 #include "precompiled_sfx2.hxx"
 #include <svl/itempool.hxx>
-#ifndef GCC
-#endif
 
 #include <sfx2/ctrlitem.hxx>
 #include <sfx2/bindings.hxx>
diff --git a/sfx2/source/control/dispatch.cxx b/sfx2/source/control/dispatch.cxx
index 0649cc1..b94d27c 100644
--- a/sfx2/source/control/dispatch.cxx
+++ b/sfx2/source/control/dispatch.cxx
@@ -48,9 +48,6 @@
 #include <com/sun/star/frame/XLayoutManager.hpp>
 #include <com/sun/star/beans/XPropertySet.hpp>
 
-#ifndef GCC
-#endif
-
 // wg. nAutoPageID
 #include "appdata.hxx"
 #include "sfxhelp.hxx"
diff --git a/sfx2/source/control/macrconf.cxx b/sfx2/source/control/macrconf.cxx
index fd9dad3..d851d4b 100644
--- a/sfx2/source/control/macrconf.cxx
+++ b/sfx2/source/control/macrconf.cxx
@@ -40,9 +40,6 @@
 #include <com/sun/star/script/XEngine.hpp>
 #include <com/sun/star/document/MacroExecMode.hpp>
 
-#ifndef GCC
-#endif
-
 #include <comphelper/processfactory.hxx>
 #include <unotools/intlwrapper.hxx>
 
diff --git a/sfx2/source/control/minfitem.cxx b/sfx2/source/control/minfitem.cxx
index a998e85..491f8fd 100644
--- a/sfx2/source/control/minfitem.cxx
+++ b/sfx2/source/control/minfitem.cxx
@@ -30,9 +30,6 @@
 
 // INCLUDE ---------------------------------------------------------------
 
-#ifndef GCC
-#endif
-
 #include "minfitem.hxx"
 
 // STATIC DATA -----------------------------------------------------------
diff --git a/sfx2/source/control/msg.cxx b/sfx2/source/control/msg.cxx
index 95ab30d..9f4194e 100644
--- a/sfx2/source/control/msg.cxx
+++ b/sfx2/source/control/msg.cxx
@@ -29,8 +29,6 @@
 #include "precompiled_sfx2.hxx"
 #include <svl/itempool.hxx>
 #include <svl/eitem.hxx>
-#ifndef GCC
-#endif
 
 #include <sfx2/msg.hxx>
 
diff --git a/sfx2/source/control/msgpool.cxx b/sfx2/source/control/msgpool.cxx
index e6b11ad..42db8ca 100644
--- a/sfx2/source/control/msgpool.cxx
+++ b/sfx2/source/control/msgpool.cxx
@@ -29,8 +29,6 @@
 #include "precompiled_sfx2.hxx"
 #include <tools/stream.hxx>
 #include <rsc/rscsfx.hxx>
-#ifndef GCC
-#endif
 
 // wg. pSlotPool
 #include "appdata.hxx"
diff --git a/sfx2/source/control/objface.cxx b/sfx2/source/control/objface.cxx
index 687d29b..f68bb29 100644
--- a/sfx2/source/control/objface.cxx
+++ b/sfx2/source/control/objface.cxx
@@ -30,8 +30,6 @@
 
 #include <stdlib.h>
 #include <tools/rcid.h>
-#ifndef GCC
-#endif
 #include <tools/stream.hxx>
 
 #include <sfx2/module.hxx>
diff --git a/sfx2/source/control/request.cxx b/sfx2/source/control/request.cxx
index 2d6b739..c19777d 100644
--- a/sfx2/source/control/request.cxx
+++ b/sfx2/source/control/request.cxx
@@ -43,9 +43,6 @@
 
 #include <comphelper/processfactory.hxx>
 
-#ifndef GCC
-#endif
-
 #include <svl/smplhint.hxx>
 
 #include <sfx2/request.hxx>
diff --git a/sfx2/source/control/shell.cxx b/sfx2/source/control/shell.cxx
index 3b5feaa..74a4a67 100644
--- a/sfx2/source/control/shell.cxx
+++ b/sfx2/source/control/shell.cxx
@@ -38,9 +38,6 @@
 
 #include <unotools/undoopt.hxx>
 
-#ifndef GCC
-#endif
-
 #include <sfx2/app.hxx>
 #include <sfx2/shell.hxx>
 #include <sfx2/bindings.hxx>
diff --git a/sfx2/source/control/statcach.cxx b/sfx2/source/control/statcach.cxx
index 5f908d6..ecc4a49 100644
--- a/sfx2/source/control/statcach.cxx
+++ b/sfx2/source/control/statcach.cxx
@@ -49,9 +49,6 @@
 #include <svl/visitem.hxx>
 #include <comphelper/processfactory.hxx>
 
-#ifndef GCC
-#endif
-
 #include <sfx2/app.hxx>
 #include <sfx2/appuno.hxx>
 #include "statcach.hxx"
diff --git a/sfx2/source/dialog/about.cxx b/sfx2/source/dialog/about.cxx
index 5cff80b..5c4b22e 100644
--- a/sfx2/source/dialog/about.cxx
+++ b/sfx2/source/dialog/about.cxx
@@ -33,8 +33,6 @@
 
 #include <vcl/svapp.hxx>
 #include <vcl/msgbox.hxx>
-#ifndef GCC
-#endif
 
 #include <tools/stream.hxx>
 #include <tools/urlobj.hxx>
diff --git a/sfx2/source/dialog/dinfedt.cxx b/sfx2/source/dialog/dinfedt.cxx
index bf91cb0..66c14aa 100644
--- a/sfx2/source/dialog/dinfedt.cxx
+++ b/sfx2/source/dialog/dinfedt.cxx
@@ -28,9 +28,6 @@
 // MARKER(update_precomp.py): autogen include statement, do not remove
 #include "precompiled_sfx2.hxx"
 
-#ifndef GCC
-#endif
-
 #include "dinfedt.hxx"
 #include "sfxresid.hxx"
 
diff --git a/sfx2/source/dialog/intro.cxx b/sfx2/source/dialog/intro.cxx
index b5926fd..1baa254 100644
--- a/sfx2/source/dialog/intro.cxx
+++ b/sfx2/source/dialog/intro.cxx
@@ -28,9 +28,6 @@
 // MARKER(update_precomp.py): autogen include statement, do not remove
 #include "precompiled_sfx2.hxx"
 
-#ifndef GCC
-#endif
-
 #include "intro.hxx"
 
 #include <tools/stream.hxx>
diff --git a/sfx2/source/dialog/mgetempl.cxx b/sfx2/source/dialog/mgetempl.cxx
index 8aa46da..a6f186a 100644
--- a/sfx2/source/dialog/mgetempl.cxx
+++ b/sfx2/source/dialog/mgetempl.cxx
@@ -35,8 +35,6 @@
 #include <svl/eitem.hxx>
 #include <svl/intitem.hxx>
 #include <svl/style.hxx>
-#ifndef GCC
-#endif
 
 #include <sfx2/styfitem.hxx>
 #include <sfx2/styledlg.hxx>
diff --git a/sfx2/source/dialog/navigat.cxx b/sfx2/source/dialog/navigat.cxx
index 4335893..6c2b506 100644
--- a/sfx2/source/dialog/navigat.cxx
+++ b/sfx2/source/dialog/navigat.cxx
@@ -30,9 +30,6 @@
 
 // includes *******************************************************************
 
-#ifndef GCC
-#endif
-
 #include <sfx2/navigat.hxx>
 #include <sfx2/sfx.hrc>
 #include <sfx2/app.hxx>
diff --git a/sfx2/source/dialog/newstyle.cxx b/sfx2/source/dialog/newstyle.cxx
index b4feb53..e692064 100644
--- a/sfx2/source/dialog/newstyle.cxx
+++ b/sfx2/source/dialog/newstyle.cxx
@@ -30,8 +30,6 @@
 
 // INCLUDE ---------------------------------------------------------------
 #include <svl/style.hxx>
-#ifndef GCC
-#endif
 
 #include <sfx2/newstyle.hxx>
 #include "dialog.hrc"
diff --git a/sfx2/source/dialog/passwd.cxx b/sfx2/source/dialog/passwd.cxx
index d454c8c..35bad90 100644
--- a/sfx2/source/dialog/passwd.cxx
+++ b/sfx2/source/dialog/passwd.cxx
@@ -30,8 +30,6 @@
 
 // Include ---------------------------------------------------------------
 #include <vcl/msgbox.hxx>
-#ifndef GCC
-#endif
 
 #include <sfx2/passwd.hxx>
 #include "sfxtypes.hxx"
diff --git a/sfx2/source/dialog/printopt.cxx b/sfx2/source/dialog/printopt.cxx
index f52f2db..a5bd5d1 100644
--- a/sfx2/source/dialog/printopt.cxx
+++ b/sfx2/source/dialog/printopt.cxx
@@ -28,8 +28,6 @@
 // MARKER(update_precomp.py): autogen include statement, do not remove
 #include "precompiled_sfx2.hxx"
 
-#ifndef GCC
-#endif
 #include <vcl/msgbox.hxx>
 #include <unotools/printwarningoptions.hxx>
 #include <svtools/printoptions.hxx>
diff --git a/sfx2/source/dialog/splitwin.cxx b/sfx2/source/dialog/splitwin.cxx
index 1e84b2c..e76869b 100644
--- a/sfx2/source/dialog/splitwin.cxx
+++ b/sfx2/source/dialog/splitwin.cxx
@@ -37,8 +37,6 @@
 
 #include <vcl/wrkwin.hxx>
 #include <unotools/viewoptions.hxx>
-#ifndef GCC
-#endif
 
 #include <vcl/timer.hxx>
 
diff --git a/sfx2/source/dialog/styfitem.cxx b/sfx2/source/dialog/styfitem.cxx
index 6c5d9f9..4d7707c 100644
--- a/sfx2/source/dialog/styfitem.cxx
+++ b/sfx2/source/dialog/styfitem.cxx
@@ -30,9 +30,6 @@
 
 // INCLUDE ---------------------------------------------------------------
 
-#ifndef GCC
-#endif
-
 #include <sfx2/styfitem.hxx>
 #include <svtools/localresaccess.hxx>
 #include <tools/debug.hxx>
diff --git a/sfx2/source/dialog/styledlg.cxx b/sfx2/source/dialog/styledlg.cxx
index 924c742..1f8b344 100644
--- a/sfx2/source/dialog/styledlg.cxx
+++ b/sfx2/source/dialog/styledlg.cxx
@@ -32,8 +32,6 @@
 #include <svl/whiter.hxx>
 #include <svl/style.hxx>
 #include <vcl/msgbox.hxx>
-#ifndef GCC
-#endif
 
 #include <sfx2/styledlg.hxx>
 #include <sfx2/mgetempl.hxx>
diff --git a/sfx2/source/dialog/templdlg.cxx b/sfx2/source/dialog/templdlg.cxx
index 7b76967..7126ab4 100644
--- a/sfx2/source/dialog/templdlg.cxx
+++ b/sfx2/source/dialog/templdlg.cxx
@@ -32,8 +32,6 @@
 #include <svl/intitem.hxx>
 #include <svl/stritem.hxx>
 #include <svl/style.hxx>
-#ifndef GCC
-#endif
 
 #define _SVSTDARR_STRINGSDTOR
 #include <svl/svstdarr.hxx>
diff --git a/sfx2/source/dialog/tplcitem.cxx b/sfx2/source/dialog/tplcitem.cxx
index 99f6fa1..0e7c83b 100644
--- a/sfx2/source/dialog/tplcitem.cxx
+++ b/sfx2/source/dialog/tplcitem.cxx
@@ -33,9 +33,6 @@
 #include <svl/intitem.hxx>
 #include <vcl/svapp.hxx>
 
-#ifndef GCC
-#endif
-
 #include <sfx2/templdlg.hxx>
 #include <sfx2/bindings.hxx>
 #include "tplpitem.hxx"
diff --git a/sfx2/source/dialog/tplpitem.cxx b/sfx2/source/dialog/tplpitem.cxx
index 83cd240..f062767 100644
--- a/sfx2/source/dialog/tplpitem.cxx
+++ b/sfx2/source/dialog/tplpitem.cxx
@@ -30,9 +30,6 @@
 
 // INCLUDE ---------------------------------------------------------------
 
-#ifndef GCC
-#endif
-
 #include "tplpitem.hxx"
 #include <com/sun/star/frame/status/Template.hpp>
 
diff --git a/sfx2/source/doc/doctdlg.cxx b/sfx2/source/doc/doctdlg.cxx
index 266972b..c7d104c 100644
--- a/sfx2/source/doc/doctdlg.cxx
+++ b/sfx2/source/doc/doctdlg.cxx
@@ -30,8 +30,6 @@
 
 #include <vcl/msgbox.hxx>
 #include <svl/stritem.hxx>
-#ifndef GCC
-#endif
 
 #include <sfx2/doctdlg.hxx>
 #include "docvor.hxx"
diff --git a/sfx2/source/doc/frmdescr.cxx b/sfx2/source/doc/frmdescr.cxx
index cffc983..82f0c22 100644
--- a/sfx2/source/doc/frmdescr.cxx
+++ b/sfx2/source/doc/frmdescr.cxx
@@ -32,8 +32,6 @@
 #include <tools/stream.hxx>
 #include <vcl/splitwin.hxx>
 #include <svl/itemset.hxx>
-#ifndef GCC
-#endif
 
 #include <sfx2/frmdescr.hxx>
 #include <sfx2/app.hxx>
diff --git a/sfx2/source/doc/objitem.cxx b/sfx2/source/doc/objitem.cxx
index d58dbd9..ca5c442 100644
--- a/sfx2/source/doc/objitem.cxx
+++ b/sfx2/source/doc/objitem.cxx
@@ -28,9 +28,6 @@
 // MARKER(update_precomp.py): autogen include statement, do not remove
 #include "precompiled_sfx2.hxx"
 
-#ifndef GCC
-#endif
-
 #include <sfx2/objsh.hxx>
 #include <sfx2/objitem.hxx>
 #include <com/sun/star/lang/XUnoTunnel.hpp>
diff --git a/sfx2/source/inet/inettbc.cxx b/sfx2/source/inet/inettbc.cxx
index 3019669..b58d12e 100644
--- a/sfx2/source/inet/inettbc.cxx
+++ b/sfx2/source/inet/inettbc.cxx
@@ -30,8 +30,6 @@
 
 #include "inettbc.hxx"
 
-#ifndef GCC
-#endif
 #include <com/sun/star/uno/Any.h>
 #include <com/sun/star/frame/XFramesSupplier.hpp>
 #include <com/sun/star/task/XInteractionHandler.hpp>
diff --git a/sfx2/source/menu/mnuitem.cxx b/sfx2/source/menu/mnuitem.cxx
index 6b75fcc..078f8f7 100644
--- a/sfx2/source/menu/mnuitem.cxx
+++ b/sfx2/source/menu/mnuitem.cxx
@@ -49,8 +49,6 @@
 #include <svtools/imagemgr.hxx>
 #include <svtools/menuoptions.hxx>
 #include <framework/menuconfiguration.hxx>
-#ifndef GCC
-#endif
 
 #include <sfx2/app.hxx>
 #include <sfx2/sfx.hrc>
diff --git a/sfx2/source/menu/mnumgr.cxx b/sfx2/source/menu/mnumgr.cxx
index e7fe67a..d72bfe7 100644
--- a/sfx2/source/menu/mnumgr.cxx
+++ b/sfx2/source/menu/mnumgr.cxx
@@ -41,8 +41,6 @@
 #include <cstdarg>	// std::va_list
 
 #include <vcl/pointr.hxx>
-#ifndef GCC
-#endif
 
 #include <unotools/streamwrap.hxx>
 #include <sfx2/objsh.hxx>
diff --git a/sfx2/source/menu/objmnctl.cxx b/sfx2/source/menu/objmnctl.cxx
index e09acab..80230e9 100644
--- a/sfx2/source/menu/objmnctl.cxx
+++ b/sfx2/source/menu/objmnctl.cxx
@@ -33,8 +33,6 @@
 #include <tools/list.hxx>
 #include <vcl/menu.hxx>
 #include <svl/stritem.hxx>
-#ifndef GCC
-#endif
 
 #include <sfx2/sfxsids.hrc>
 #include "objmnctl.hxx"
diff --git a/sfx2/source/menu/virtmenu.cxx b/sfx2/source/menu/virtmenu.cxx
index ebd23cf..291dab1 100644
--- a/sfx2/source/menu/virtmenu.cxx
+++ b/sfx2/source/menu/virtmenu.cxx
@@ -39,9 +39,6 @@
 #include <toolkit/unohlp.hxx>
 #include <tools/urlobj.hxx>
 
-#ifndef GCC
-#endif
-
 #include "virtmenu.hxx"
 #include <sfx2/msgpool.hxx>
 #include "statcach.hxx"
diff --git a/sfx2/source/notify/hintpost.cxx b/sfx2/source/notify/hintpost.cxx
index 12e78bd..3c52506 100644
--- a/sfx2/source/notify/hintpost.cxx
+++ b/sfx2/source/notify/hintpost.cxx
@@ -28,9 +28,6 @@
 // MARKER(update_precomp.py): autogen include statement, do not remove
 #include "precompiled_sfx2.hxx"
 
-#ifndef GCC
-#endif
-
 #include "arrdecl.hxx"
 #include <sfx2/hintpost.hxx>
 #include <sfx2/app.hxx>
diff --git a/sfx2/source/statbar/stbitem.cxx b/sfx2/source/statbar/stbitem.cxx
index 8446042..0266b9c 100644
--- a/sfx2/source/statbar/stbitem.cxx
+++ b/sfx2/source/statbar/stbitem.cxx
@@ -28,8 +28,6 @@
 // MARKER(update_precomp.py): autogen include statement, do not remove
 #include "precompiled_sfx2.hxx"
 #include <svl/stritem.hxx>
-#ifndef GCC
-#endif
 #include <com/sun/star/util/URL.hpp>
 #include <com/sun/star/util/XURLTransformer.hpp>
 #include <com/sun/star/frame/XController.hpp>
diff --git a/sfx2/source/toolbox/imgmgr.cxx b/sfx2/source/toolbox/imgmgr.cxx
index 7ca4168..3f6cf96 100644
--- a/sfx2/source/toolbox/imgmgr.cxx
+++ b/sfx2/source/toolbox/imgmgr.cxx
@@ -46,9 +46,6 @@
 #include <svtools/miscopt.hxx>
 #include <vos/mutex.hxx>
 
-#ifndef GCC
-#endif
-
 #include <comphelper/processfactory.hxx>
 
 const sal_uInt32 IMAGELIST_COUNT = 4; // small, small-hi, large, large-hi
diff --git a/sfx2/source/toolbox/tbxitem.cxx b/sfx2/source/toolbox/tbxitem.cxx
index 24a78ab..f2405a9 100644
--- a/sfx2/source/toolbox/tbxitem.cxx
+++ b/sfx2/source/toolbox/tbxitem.cxx
@@ -75,9 +75,6 @@
 #include <svtools/menuoptions.hxx>
 #include <svtools/miscopt.hxx>
 
-#ifndef GCC
-#endif
-
 #include <sfx2/tbxctrl.hxx>
 #include <sfx2/mnumgr.hxx>
 #include <sfx2/dispatch.hxx>
diff --git a/sfx2/source/view/frame.cxx b/sfx2/source/view/frame.cxx
index 4ffc4dd..4d17c5a 100644
--- a/sfx2/source/view/frame.cxx
+++ b/sfx2/source/view/frame.cxx
@@ -47,9 +47,6 @@
 #include <comphelper/processfactory.hxx>
 #include <vcl/msgbox.hxx>
 
-#ifndef GCC
-#endif
-
 // wg. pTopFrames
 #include "appdata.hxx"
 #include <sfx2/app.hxx>
diff --git a/sfx2/source/view/orgmgr.cxx b/sfx2/source/view/orgmgr.cxx
index 24e2453..3dc3ddc 100644
--- a/sfx2/source/view/orgmgr.cxx
+++ b/sfx2/source/view/orgmgr.cxx
@@ -33,8 +33,6 @@
 
 #include <vcl/msgbox.hxx>
 #include <tools/urlobj.hxx>
-#ifndef GCC
-#endif
 
 #include <comphelper/processfactory.hxx>
 #include <unotools/intlwrapper.hxx>
diff --git a/sfx2/source/view/printer.cxx b/sfx2/source/view/printer.cxx
index afae6ab..a029136 100644
--- a/sfx2/source/view/printer.cxx
+++ b/sfx2/source/view/printer.cxx
@@ -35,9 +35,6 @@
 #include <svtools/printoptions.hxx>
 #include <vector>
 
-#ifndef GCC
-#endif
-
 #include <sfx2/printer.hxx>
 #include <sfx2/printopt.hxx>
 #include "sfxtypes.hxx"
diff --git a/sfx2/source/view/prnmon.cxx b/sfx2/source/view/prnmon.cxx
index 2d7a0a9..fed62f4 100644
--- a/sfx2/source/view/prnmon.cxx
+++ b/sfx2/source/view/prnmon.cxx
@@ -39,9 +39,6 @@
 #include <unotools/printwarningoptions.hxx>
 #include <svl/eitem.hxx>
 
-#ifndef GCC
-#endif
-
 #include <sfx2/prnmon.hxx>
 #include <sfx2/viewsh.hxx>
 #include <sfx2/viewfrm.hxx>
diff --git a/sfx2/source/view/viewfrm.cxx b/sfx2/source/view/viewfrm.cxx
index 6a0e757..cd72f2a 100644
--- a/sfx2/source/view/viewfrm.cxx
+++ b/sfx2/source/view/viewfrm.cxx
@@ -107,9 +107,6 @@ using ::com::sun::star::document::XViewDataSupplier;
 using ::com::sun::star::container::XIndexContainer;
 namespace css = ::com::sun::star;
 
-#ifndef GCC
-#endif
-
 // wg. ViewFrame::Current
 #include "appdata.hxx"
 #include <sfx2/taskpane.hxx>


More information about the Libreoffice-commits mailing list