diff options
author | J. Graeme Lingard <jgraeme+git@gmail.com> | 2010-10-03 22:30:17 +0100 |
---|---|---|
committer | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2010-10-04 11:03:38 +0200 |
commit | e97bff820b226b1a44823f96aef4d162e793a7d1 (patch) | |
tree | 7c2551693319fbf5d2a84a6e93336823136d6fa2 /sc | |
parent | fbba6e7ffb3dad1285e1f74d0ebb10e78eb18f31 (diff) |
Remove redundant #include directives & comments
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/chart2uno.hxx | 3 | ||||
-rw-r--r-- | sc/source/core/inc/core_pch.hxx | 5 | ||||
-rw-r--r-- | sc/source/core/tool/interpr6.cxx | 2 | ||||
-rw-r--r-- | sc/source/ui/inc/ui_pch.hxx | 1 | ||||
-rw-r--r-- | sc/source/ui/navipi/navipi.cxx | 1 |
5 files changed, 0 insertions, 12 deletions
diff --git a/sc/inc/chart2uno.hxx b/sc/inc/chart2uno.hxx index fe4e63499..8ef24ea16 100644 --- a/sc/inc/chart2uno.hxx +++ b/sc/inc/chart2uno.hxx @@ -48,9 +48,6 @@ #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/util/XCloneable.hpp> #include <com/sun/star/util/XModifyBroadcaster.hpp> -// #ifndef _COM_SUN_STAR_LANG_XUNOTUNNEL_HPP_ -// #include <com/sun/star/lang/XUnoTunnel.hpp> -// #endif #include <cppuhelper/implbase2.hxx> #include <cppuhelper/implbase4.hxx> #include <cppuhelper/implbase6.hxx> diff --git a/sc/source/core/inc/core_pch.hxx b/sc/source/core/inc/core_pch.hxx index 62be1adcd..c130d5a64 100644 --- a/sc/source/core/inc/core_pch.hxx +++ b/sc/source/core/inc/core_pch.hxx @@ -34,10 +34,6 @@ #define SC_PROGRESS_CXX -// Automatically generated by makepch -// The following is not to be included: -// setjmp.h - #include <tools/solar.h> #include <string.h> #include <tools/string.hxx> @@ -146,7 +142,6 @@ #include <vcl/prntypes.hxx> #include <vcl/jobset.hxx> #include <vcl/gdimtf.hxx> -//#include <setjmp.h> #include <tools/urlobj.hxx> #include <vcl/print.hxx> #include <docoptio.hxx> diff --git a/sc/source/core/tool/interpr6.cxx b/sc/source/core/tool/interpr6.cxx index 9596d52ce..50e2ed9b8 100644 --- a/sc/source/core/tool/interpr6.cxx +++ b/sc/source/core/tool/interpr6.cxx @@ -28,8 +28,6 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_sc.hxx" -// #include <math.h> - #include <tools/debug.hxx> #include <rtl/logfile.hxx> #include "interpre.hxx" diff --git a/sc/source/ui/inc/ui_pch.hxx b/sc/source/ui/inc/ui_pch.hxx index cfa1ac075..088df66d0 100644 --- a/sc/source/ui/inc/ui_pch.hxx +++ b/sc/source/ui/inc/ui_pch.hxx @@ -184,7 +184,6 @@ #include <scresid.hxx> #include <sfx2/ipfrm.hxx> #include <docsh.hxx> -//REMOVE #include <sfx2/interno.hxx> #include <vcl/wintypes.hxx> #include <sfx2/docfac.hxx> #include <scitems.hxx> diff --git a/sc/source/ui/navipi/navipi.cxx b/sc/source/ui/navipi/navipi.cxx index d01ee0375..74739d862 100644 --- a/sc/source/ui/navipi/navipi.cxx +++ b/sc/source/ui/navipi/navipi.cxx @@ -30,7 +30,6 @@ //------------------------------------------------------------------ -// #include <math.h> #include <rangelst.hxx> #include <sfx2/app.hxx> #include <sfx2/bindings.hxx> |