Kaydet (Commit) 6749dcc1 authored tarafından Takeshi Abe's avatar Takeshi Abe

removed duplicate includes in basic / canvas / chart2 / comphelper

üst 3397f7cf
...@@ -61,18 +61,13 @@ ...@@ -61,18 +61,13 @@
#include <cppuhelper/weakref.hxx> #include <cppuhelper/weakref.hxx>
#include <cppuhelper/component.hxx> #include <cppuhelper/component.hxx>
#include <cppuhelper/typeprovider.hxx> #include <cppuhelper/typeprovider.hxx>
#include <cppuhelper/interfacecontainer.hxx>
#include <cppuhelper/basemutex.hxx> #include <cppuhelper/basemutex.hxx>
#include <sot/storage.hxx> #include <sot/storage.hxx>
#include <comphelper/listenernotification.hxx> #include <comphelper/listenernotification.hxx>
#include <xmlscript/xmllib_imexp.hxx> #include <xmlscript/xmllib_imexp.hxx>
#include <com/sun/star/deployment/XPackage.hpp>
#include <cppuhelper/implbase2.hxx> #include <cppuhelper/implbase2.hxx>
#include <cppuhelper/compbase8.hxx>
#include <cppuhelper/compbase9.hxx> #include <cppuhelper/compbase9.hxx>
#include <cppuhelper/interfacecontainer.hxx>
#include <com/sun/star/script/vba/XVBACompatibility.hpp>
class BasicManager; class BasicManager;
......
...@@ -29,7 +29,6 @@ ...@@ -29,7 +29,6 @@
#ifndef _VCLCANVAS_TOOLS_HXX #ifndef _VCLCANVAS_TOOLS_HXX
#define _VCLCANVAS_TOOLS_HXX #define _VCLCANVAS_TOOLS_HXX
#include <osl/mutex.hxx>
#include <osl/mutex.hxx> #include <osl/mutex.hxx>
#include <vcl/svapp.hxx> #include <vcl/svapp.hxx>
......
...@@ -38,10 +38,7 @@ ...@@ -38,10 +38,7 @@
#include <com/sun/star/beans/Property.hpp> #include <com/sun/star/beans/Property.hpp>
#include <cppuhelper/implbase4.hxx> #include <cppuhelper/implbase4.hxx>
// header for class OPropertyArrayHelper // header for class OPropertyArrayHelper, OMultiTypeInterfaceContainerHelperInt32
#include <cppuhelper/propshlp.hxx>
// header for class OMultiTypeInterfaceContainerHelperInt32
#include <cppuhelper/propshlp.hxx> #include <cppuhelper/propshlp.hxx>
#include <vector> #include <vector>
......
...@@ -33,7 +33,6 @@ ...@@ -33,7 +33,6 @@
#include <utility> #include <utility>
#include <functional> #include <functional>
#include <vector> #include <vector>
#include <rtl/math.hxx>
#define NUMBER_TO_STR(number) (::rtl::OStringToOUString(::rtl::math::doubleToString( \ #define NUMBER_TO_STR(number) (::rtl::OStringToOUString(::rtl::math::doubleToString( \
number, rtl_math_StringFormat_G, 4, '.', true ),RTL_TEXTENCODING_ASCII_US )) number, rtl_math_StringFormat_G, 4, '.', true ),RTL_TEXTENCODING_ASCII_US ))
......
...@@ -32,7 +32,6 @@ ...@@ -32,7 +32,6 @@
#include <comphelper/uno3.hxx> #include <comphelper/uno3.hxx>
#include <comphelper/accessiblecomponenthelper.hxx> #include <comphelper/accessiblecomponenthelper.hxx>
#include <cppuhelper/implbase1.hxx> #include <cppuhelper/implbase1.hxx>
#include <comphelper/uno3.hxx>
#include <com/sun/star/accessibility/XAccessibleSelection.hpp> #include <com/sun/star/accessibility/XAccessibleSelection.hpp>
#include "comphelper/comphelperdllapi.h" #include "comphelper/comphelperdllapi.h"
......
...@@ -35,7 +35,6 @@ ...@@ -35,7 +35,6 @@
#include <com/sun/star/task/XInteractionHandler.hpp> #include <com/sun/star/task/XInteractionHandler.hpp>
#include <ucbhelper/interceptedinteraction.hxx>
#include "comphelper/comphelperdllapi.h" #include "comphelper/comphelperdllapi.h"
//_______________________________________________ //_______________________________________________
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment