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 @@
#include <cppuhelper/weakref.hxx>
#include <cppuhelper/component.hxx>
#include <cppuhelper/typeprovider.hxx>
#include <cppuhelper/interfacecontainer.hxx>
#include <cppuhelper/basemutex.hxx>
#include <sot/storage.hxx>
#include <comphelper/listenernotification.hxx>
#include <xmlscript/xmllib_imexp.hxx>
#include <com/sun/star/deployment/XPackage.hpp>
#include <cppuhelper/implbase2.hxx>
#include <cppuhelper/compbase8.hxx>
#include <cppuhelper/compbase9.hxx>
#include <cppuhelper/interfacecontainer.hxx>
#include <com/sun/star/script/vba/XVBACompatibility.hpp>
class BasicManager;
......
......@@ -29,7 +29,6 @@
#ifndef _VCLCANVAS_TOOLS_HXX
#define _VCLCANVAS_TOOLS_HXX
#include <osl/mutex.hxx>
#include <osl/mutex.hxx>
#include <vcl/svapp.hxx>
......
......@@ -38,10 +38,7 @@
#include <com/sun/star/beans/Property.hpp>
#include <cppuhelper/implbase4.hxx>
// header for class OPropertyArrayHelper
#include <cppuhelper/propshlp.hxx>
// header for class OMultiTypeInterfaceContainerHelperInt32
// header for class OPropertyArrayHelper, OMultiTypeInterfaceContainerHelperInt32
#include <cppuhelper/propshlp.hxx>
#include <vector>
......
......@@ -33,7 +33,6 @@
#include <utility>
#include <functional>
#include <vector>
#include <rtl/math.hxx>
#define NUMBER_TO_STR(number) (::rtl::OStringToOUString(::rtl::math::doubleToString( \
number, rtl_math_StringFormat_G, 4, '.', true ),RTL_TEXTENCODING_ASCII_US ))
......
......@@ -32,7 +32,6 @@
#include <comphelper/uno3.hxx>
#include <comphelper/accessiblecomponenthelper.hxx>
#include <cppuhelper/implbase1.hxx>
#include <comphelper/uno3.hxx>
#include <com/sun/star/accessibility/XAccessibleSelection.hpp>
#include "comphelper/comphelperdllapi.h"
......
......@@ -35,7 +35,6 @@
#include <com/sun/star/task/XInteractionHandler.hpp>
#include <ucbhelper/interceptedinteraction.hxx>
#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