Remove redundant #include directives & comments

This commit is contained in:
J. Graeme Lingard 2010-10-03 22:30:17 +01:00 committed by Cédric Bosdonnat
parent 08cf2c305b
commit 57500bd17b
15 changed files with 0 additions and 67 deletions

View file

@ -45,23 +45,6 @@
#include <vcl/svapp.hxx>
#include <rtl/ustrbuf.hxx>
// #ifndef _RTL_UUID_H_
// #include <rtl/uuid.h>
// #endif
// #ifndef _CPPUHELPER_QUERYINTERFACE_HXX_
// #include <cppuhelper/queryinterface.hxx>
// #endif
// #ifndef _TOOLKIT_HELPER_VCLUNOHELPER_HXX_
// #include <toolkit/helper/vclunohelper.hxx>
// #endif
// #ifndef _SV_WINDOW_HXX
// #include <vcl/window.hxx>
// #endif
// #ifndef _SVX_ACCESSILE_TEXT_HELPER_HXX_
// #include <svx/AccessibleTextHelper.hxx>
// #endif
using namespace ::com::sun::star;
using namespace ::com::sun::star::accessibility;

View file

@ -39,7 +39,6 @@
#include "LineProperties.hxx"
#include "FillProperties.hxx"
// #include "NamedProperties.hxx"
#include "UserDefinedProperties.hxx"
using namespace ::com::sun::star;

View file

@ -50,9 +50,6 @@
#include <com/sun/star/frame/XStorable.hpp>
#include <com/sun/star/chart2/XChartDocument.hpp>
// for storing/reading the position and size of the dialog
// #include <svtools/viewoptions.hxx>
using namespace ::com::sun::star;
using ::com::sun::star::uno::Reference;
using ::rtl::OUString;

View file

@ -30,9 +30,6 @@
#include "ModifyListenerCallBack.hxx"
#include "TimerTriggeredControllerLock.hxx"
// #ifndef _COM_SUN_STAR_CHART2_SCENEDESCRIPTOR_HPP_
// #include <com/sun/star/chart2/SceneDescriptor.hpp>
// #endif
#include <com/sun/star/beans/XPropertySet.hpp>
// header for class TabPage

View file

@ -33,13 +33,6 @@
#include "macros.hxx"
#include <com/sun/star/util/XModifyBroadcaster.hpp>
// #ifndef _VOS_MUTEX_HXX_
// #include <vos/mutex.hxx>
// #endif
// #ifndef _SV_SVAPP_HXX
// #include <vcl/svapp.hxx>
// #endif
// for ressource strings STR_UNDO and STR_REDO
#include <sfx2/sfx.hrc>

View file

@ -33,17 +33,11 @@
#include <cppuhelper/weak.hxx>
// interfaces and types
// #ifndef _COM_SUN_STAR_LANG_XSERVICEINFO_HPP_
// #include <com/sun/star/lang/XServiceInfo.hpp>
// #endif
#include <com/sun/star/lang/XTypeProvider.hpp>
#include <com/sun/star/beans/XPropertyState.hpp>
#include <com/sun/star/beans/XMultiPropertyStates.hpp>
#include <com/sun/star/beans/Property.hpp>
#include <com/sun/star/style/XStyleSupplier.hpp>
// #ifndef _COM_SUN_STAR_BEANS_XFASTPROPERTYSTATE_HPP_
// #include <com/sun/star/beans/XFastPropertyState.hpp>
// #endif
#include <osl/mutex.hxx>
#include "charttoolsdllapi.hxx"

View file

@ -34,14 +34,9 @@
#include "ServiceMacros.hxx"
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
// #ifndef _COM_SUN_STAR_LANG_XMULTICOMPONENTFACTORY_HPP_
// #include <com/sun/star/lang/XMultiComponentFactory.hpp>
// #endif
#include <com/sun/star/chart2/XChartTypeManager.hpp>
// #include <map>
namespace chart
{

View file

@ -32,24 +32,15 @@
#include "LineProperties.hxx"
#include "FillProperties.hxx"
// #ifndef _COM_SUN_STAR_AWT_GRADIENT_HPP_
// #include <com/sun/star/awt/Gradient.hpp>
// #endif
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <com/sun/star/drawing/FillStyle.hpp>
#include <com/sun/star/drawing/LineStyle.hpp>
#include <com/sun/star/drawing/LineDash.hpp>
#include <com/sun/star/drawing/PolyPolygonBezierCoords.hpp>
// #ifndef _COM_SUN_STAR_DRAWING_HATCH_HPP_
// #include <com/sun/star/drawing/Hatch.hpp>
// #endif
#include <com/sun/star/style/XStyle.hpp>
#include <com/sun/star/drawing/BitmapMode.hpp>
#include <com/sun/star/drawing/RectanglePoint.hpp>
// #ifndef _COM_SUN_STAR_CHART2_FILLBITMAP_HPP_
// #include <com/sun/star/chart2/FillBitmap.hpp>
// #endif
#include <com/sun/star/chart2/DataPointGeometry3D.hpp>
#include <com/sun/star/chart2/DataPointLabel.hpp>
#include <com/sun/star/chart2/Symbol.hpp>

View file

@ -36,8 +36,6 @@
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/chart2/data/XDataSink.hpp>
// #include <deque>
#include <vector>
#include <algorithm>
#include <iterator>

View file

@ -37,8 +37,6 @@
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/chart2/data/XDataSink.hpp>
// #include <deque>
#include <vector>
#include <algorithm>
#include <iterator>

View file

@ -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>

View file

@ -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>

View file

@ -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"

View file

@ -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>

View file

@ -30,7 +30,6 @@
//------------------------------------------------------------------
// #include <math.h>
#include <rangelst.hxx>
#include <sfx2/app.hxx>
#include <sfx2/bindings.hxx>