diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2018-02-26 20:37:49 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-02-27 15:00:06 +0100 |
commit | 35fc4527210ed4b4faee1802ad23bc8da619a2d0 (patch) | |
tree | 7843449829c9e845a8d854d0cdbf8e105031d10a | |
parent | 1aa5a3874bf716acfbded2a09319dce5d4ce8c0d (diff) |
remove unused vclunohelper.hxx includes
Change-Id: I68178379e5493d0e738861a4dce5aa6e4b58cd22
Reviewed-on: https://gerrit.libreoffice.org/50393
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
79 files changed, 2 insertions, 80 deletions
diff --git a/accessibility/source/extended/AccessibleBrowseBoxTableCell.cxx b/accessibility/source/extended/AccessibleBrowseBoxTableCell.cxx index 2c8c4204a4d1..726f500e58e3 100644 --- a/accessibility/source/extended/AccessibleBrowseBoxTableCell.cxx +++ b/accessibility/source/extended/AccessibleBrowseBoxTableCell.cxx @@ -20,7 +20,6 @@ #include <extended/AccessibleBrowseBoxTableCell.hxx> #include <svtools/accessibletableprovider.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <com/sun/star/accessibility/AccessibleEventId.hpp> namespace accessibility diff --git a/accessibility/source/extended/AccessibleGridControl.cxx b/accessibility/source/extended/AccessibleGridControl.cxx index 70a9942a8150..c6554d2f00cf 100644 --- a/accessibility/source/extended/AccessibleGridControl.cxx +++ b/accessibility/source/extended/AccessibleGridControl.cxx @@ -25,7 +25,6 @@ #include <com/sun/star/accessibility/AccessibleTableModelChangeType.hpp> #include <svtools/accessibletable.hxx> #include <comphelper/types.hxx> -#include <toolkit/helper/vclunohelper.hxx> namespace accessibility diff --git a/accessibility/source/extended/AccessibleGridControlTableCell.cxx b/accessibility/source/extended/AccessibleGridControlTableCell.cxx index 0a08289eecb5..39d76363408e 100644 --- a/accessibility/source/extended/AccessibleGridControlTableCell.cxx +++ b/accessibility/source/extended/AccessibleGridControlTableCell.cxx @@ -21,7 +21,6 @@ #include <extended/AccessibleGridControlTableCell.hxx> #include <svtools/accessibletable.hxx> #include <tools/gen.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <com/sun/star/accessibility/AccessibleEventId.hpp> namespace accessibility diff --git a/accessibility/source/extended/accessiblelistboxentry.cxx b/accessibility/source/extended/accessiblelistboxentry.cxx index 7b001a5a07e7..ab16ca5e6f87 100644 --- a/accessibility/source/extended/accessiblelistboxentry.cxx +++ b/accessibility/source/extended/accessiblelistboxentry.cxx @@ -40,7 +40,6 @@ #include <cppuhelper/typeprovider.hxx> #include <comphelper/sequence.hxx> #include <comphelper/accessibleeventnotifier.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <helper/accresmgr.hxx> #include <strings.hrc> #include <com/sun/star/accessibility/XAccessibleValue.hpp> diff --git a/canvas/source/cairo/cairo_canvas.cxx b/canvas/source/cairo/cairo_canvas.cxx index 043b7b7860a3..13e5fd23c9ca 100644 --- a/canvas/source/cairo/cairo_canvas.cxx +++ b/canvas/source/cairo/cairo_canvas.cxx @@ -28,7 +28,6 @@ #include <com/sun/star/registry/XRegistryKey.hpp> #include <com/sun/star/uno/XComponentContext.hpp> #include <osl/mutex.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <tools/diagnose_ex.h> #include <vcl/sysdata.hxx> #include <vcl/opengl/OpenGLWrapper.hxx> diff --git a/canvas/source/cairo/cairo_devicehelper.cxx b/canvas/source/cairo/cairo_devicehelper.cxx index 258f81af88e9..63c89c5fcb9d 100644 --- a/canvas/source/cairo/cairo_devicehelper.cxx +++ b/canvas/source/cairo/cairo_devicehelper.cxx @@ -22,7 +22,6 @@ #include <basegfx/utils/canvastools.hxx> #include <basegfx/utils/unopolypolygon.hxx> #include <com/sun/star/lang/NoSupportException.hpp> -#include <toolkit/helper/vclunohelper.hxx> #include <tools/stream.hxx> #include <vcl/canvastools.hxx> #include <vcl/dibtools.hxx> diff --git a/canvas/source/cairo/cairo_spritedevicehelper.cxx b/canvas/source/cairo/cairo_spritedevicehelper.cxx index 483aaa13bbb2..5e14d3fc7e3f 100644 --- a/canvas/source/cairo/cairo_spritedevicehelper.cxx +++ b/canvas/source/cairo/cairo_spritedevicehelper.cxx @@ -22,7 +22,6 @@ #include <basegfx/utils/canvastools.hxx> #include <basegfx/utils/unopolypolygon.hxx> #include <com/sun/star/lang/NoSupportException.hpp> -#include <toolkit/helper/vclunohelper.hxx> #include <vcl/cairo.hxx> #include <vcl/canvastools.hxx> #include <vcl/syschild.hxx> diff --git a/canvas/source/directx/dx_canvas.cxx b/canvas/source/directx/dx_canvas.cxx index 03eb74bd8d6e..d2bfe126fb23 100644 --- a/canvas/source/directx/dx_canvas.cxx +++ b/canvas/source/directx/dx_canvas.cxx @@ -33,7 +33,6 @@ #include <cppuhelper/factory.hxx> #include <cppuhelper/implementationentry.hxx> #include <osl/mutex.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <tools/diagnose_ex.h> #include <vcl/sysdata.hxx> #include <vcl/opengl/OpenGLWrapper.hxx> diff --git a/canvas/source/directx/dx_devicehelper.cxx b/canvas/source/directx/dx_devicehelper.cxx index e73b8c68e65d..767488f75672 100644 --- a/canvas/source/directx/dx_devicehelper.cxx +++ b/canvas/source/directx/dx_devicehelper.cxx @@ -21,7 +21,6 @@ #include <basegfx/utils/canvastools.hxx> #include <com/sun/star/lang/NoSupportException.hpp> -#include <toolkit/helper/vclunohelper.hxx> #include <tools/diagnose_ex.h> #include <vcl/canvastools.hxx> #include <vcl/outdev.hxx> diff --git a/canvas/source/vcl/devicehelper.cxx b/canvas/source/vcl/devicehelper.cxx index 35e78123c6e7..b90cbdabb8b7 100644 --- a/canvas/source/vcl/devicehelper.cxx +++ b/canvas/source/vcl/devicehelper.cxx @@ -23,7 +23,6 @@ #include <basegfx/utils/unopolypolygon.hxx> #include <canvas/canvastools.hxx> #include <rtl/instance.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <tools/diagnose_ex.h> #include <vcl/canvastools.hxx> #include <vcl/dibtools.hxx> diff --git a/canvas/source/vcl/spritedevicehelper.cxx b/canvas/source/vcl/spritedevicehelper.cxx index 502b73280f7f..021abba778d8 100644 --- a/canvas/source/vcl/spritedevicehelper.cxx +++ b/canvas/source/vcl/spritedevicehelper.cxx @@ -21,7 +21,6 @@ #include <basegfx/utils/canvastools.hxx> #include <canvas/canvastools.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <vcl/canvastools.hxx> #include <vcl/dibtools.hxx> diff --git a/cui/source/customize/SvxMenuConfigPage.cxx b/cui/source/customize/SvxMenuConfigPage.cxx index a979233168b2..046a8eef0e68 100644 --- a/cui/source/customize/SvxMenuConfigPage.cxx +++ b/cui/source/customize/SvxMenuConfigPage.cxx @@ -49,7 +49,6 @@ #include <svtools/treelistentry.hxx> #include <svtools/viewdataentry.hxx> #include <tools/diagnose_ex.h> -#include <toolkit/helper/vclunohelper.hxx> #include <algorithm> #include <strings.hrc> diff --git a/cui/source/customize/SvxToolbarConfigPage.cxx b/cui/source/customize/SvxToolbarConfigPage.cxx index 5e2746ffc66d..26169bb8be80 100644 --- a/cui/source/customize/SvxToolbarConfigPage.cxx +++ b/cui/source/customize/SvxToolbarConfigPage.cxx @@ -49,7 +49,6 @@ #include <svtools/treelistentry.hxx> #include <svtools/viewdataentry.hxx> #include <tools/diagnose_ex.h> -#include <toolkit/helper/vclunohelper.hxx> #include <algorithm> #include <helpids.h> diff --git a/cui/source/customize/cfg.cxx b/cui/source/customize/cfg.cxx index 1e353f93d97d..2c25f1125153 100644 --- a/cui/source/customize/cfg.cxx +++ b/cui/source/customize/cfg.cxx @@ -49,7 +49,6 @@ #include <svtools/treelistentry.hxx> #include <svtools/viewdataentry.hxx> #include <tools/diagnose_ex.h> -#include <toolkit/helper/vclunohelper.hxx> #include <algorithm> #include <strings.hrc> diff --git a/dbaccess/source/filter/xml/dbloader2.cxx b/dbaccess/source/filter/xml/dbloader2.cxx index 6de682c0ff6a..96593afbf386 100644 --- a/dbaccess/source/filter/xml/dbloader2.cxx +++ b/dbaccess/source/filter/xml/dbloader2.cxx @@ -65,7 +65,6 @@ #include <sfx2/docfile.hxx> #include <unotools/moduleoptions.hxx> #include <toolkit/awt/vclxwindow.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <tools/diagnose_ex.h> #include <ucbhelper/commandenvironment.hxx> #include <ucbhelper/content.hxx> diff --git a/dbaccess/source/filter/xml/xmlfilter.cxx b/dbaccess/source/filter/xml/xmlfilter.cxx index 8684012c47ac..2fcbb3dc365c 100644 --- a/dbaccess/source/filter/xml/xmlfilter.cxx +++ b/dbaccess/source/filter/xml/xmlfilter.cxx @@ -52,7 +52,6 @@ #include <com/sun/star/util/XModifiable.hpp> #include <com/sun/star/lang/WrappedTargetRuntimeException.hpp> #include <svtools/sfxecode.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <tools/diagnose_ex.h> #include <osl/diagnose.h> #include <comphelper/processfactory.hxx> diff --git a/dbaccess/source/ui/browser/dataview.cxx b/dbaccess/source/ui/browser/dataview.cxx index 8f0586ec69fa..37c4f8e879cc 100644 --- a/dbaccess/source/ui/browser/dataview.cxx +++ b/dbaccess/source/ui/browser/dataview.cxx @@ -20,7 +20,6 @@ #include <com/sun/star/frame/XController.hpp> #include <com/sun/star/frame/XModel.hpp> #include <dbaccess/dataview.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <comphelper/types.hxx> #include <comphelper/namedvaluecollection.hxx> #include <sfx2/app.hxx> diff --git a/dbaccess/source/ui/browser/dbloader.cxx b/dbaccess/source/ui/browser/dbloader.cxx index fa8a4a1a8f97..0ac7cf20f331 100644 --- a/dbaccess/source/ui/browser/dbloader.cxx +++ b/dbaccess/source/ui/browser/dbloader.cxx @@ -46,7 +46,6 @@ #include <cppuhelper/implbase.hxx> #include <cppuhelper/supportsservice.hxx> #include <toolkit/awt/vclxwindow.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <tools/diagnose_ex.h> #include <tools/urlobj.hxx> #include <vcl/svapp.hxx> diff --git a/dbaccess/source/ui/browser/sbagrid.cxx b/dbaccess/source/ui/browser/sbagrid.cxx index f2ffb3947489..5d4583ae4eb5 100644 --- a/dbaccess/source/ui/browser/sbagrid.cxx +++ b/dbaccess/source/ui/browser/sbagrid.cxx @@ -60,7 +60,6 @@ #include <svl/rngitem.hxx> #include <vcl/waitobj.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <svl/zforlist.hxx> #include <cppuhelper/queryinterface.hxx> diff --git a/dbaccess/source/ui/dlg/dsselect.cxx b/dbaccess/source/ui/dlg/dsselect.cxx index 37d174dfc62e..4a9483eddd4b 100644 --- a/dbaccess/source/ui/dlg/dsselect.cxx +++ b/dbaccess/source/ui/dlg/dsselect.cxx @@ -27,7 +27,6 @@ #include <com/sun/star/ui/dialogs/XExecutableDialog.hpp> #include <com/sun/star/awt/XWindow.hpp> #include <stringconstants.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <comphelper/extract.hxx> #include <comphelper/types.hxx> #include <comphelper/processfactory.hxx> diff --git a/dbaccess/source/ui/querydesign/QueryTextView.cxx b/dbaccess/source/ui/querydesign/QueryTextView.cxx index f7fa0cd10a02..6c221380b2f6 100644 --- a/dbaccess/source/ui/querydesign/QueryTextView.cxx +++ b/dbaccess/source/ui/querydesign/QueryTextView.cxx @@ -26,7 +26,6 @@ #include <querycontroller.hxx> #include <strings.hrc> #include <stringconstants.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <vcl/split.hxx> #include <vcl/svapp.hxx> #include <comphelper/types.hxx> diff --git a/dbaccess/source/ui/uno/ColumnModel.cxx b/dbaccess/source/ui/uno/ColumnModel.cxx index 389bf3e1e6da..f1f2f64a33a4 100644 --- a/dbaccess/source/ui/uno/ColumnModel.cxx +++ b/dbaccess/source/ui/uno/ColumnModel.cxx @@ -27,7 +27,6 @@ #include <comphelper/extract.hxx> #include <stringconstants.hxx> #include <dbu_reghelper.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <comphelper/property.hxx> extern "C" void createRegistryInfo_OColumnControlModel() diff --git a/desktop/source/deployment/gui/dp_gui_updateinstalldialog.cxx b/desktop/source/deployment/gui/dp_gui_updateinstalldialog.cxx index 4f589f32c01b..eb5cce4025ec 100644 --- a/desktop/source/deployment/gui/dp_gui_updateinstalldialog.cxx +++ b/desktop/source/deployment/gui/dp_gui_updateinstalldialog.cxx @@ -65,7 +65,6 @@ #include <salhelper/thread.hxx> #include <com/sun/star/uno/Sequence.h> #include <comphelper/anytostring.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <vector> diff --git a/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx b/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx index 5d44610fef8d..e363baf032d3 100644 --- a/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx +++ b/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx @@ -51,7 +51,6 @@ #include <basegfx/matrix/b2dhommatrixtools.hxx> #include <drawinglayer/primitive2d/epsprimitive2d.hxx> #include <drawinglayer/primitive2d/svggradientprimitive2d.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <vcl/window.hxx> #include <svtools/borderhelper.hxx> #include <editeng/borderline.hxx> diff --git a/editeng/source/uno/unonrule.cxx b/editeng/source/uno/unonrule.cxx index a682132c5b01..2d16b96242b4 100644 --- a/editeng/source/uno/unonrule.cxx +++ b/editeng/source/uno/unonrule.cxx @@ -27,7 +27,6 @@ #include <vcl/svapp.hxx> #include <vcl/graph.hxx> #include <svtools/grfmgr.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <editeng/brushitem.hxx> #include <editeng/unoprnms.hxx> diff --git a/extensions/source/bibliography/bibcont.cxx b/extensions/source/bibliography/bibcont.cxx index f06869b2e314..81a2d8692b9a 100644 --- a/extensions/source/bibliography/bibcont.cxx +++ b/extensions/source/bibliography/bibcont.cxx @@ -19,7 +19,6 @@ #include <cppuhelper/weak.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <com/sun/star/awt/XWindow.hpp> #include <com/sun/star/awt/XWindowPeer.hpp> #include <com/sun/star/util/XURLTransformer.hpp> diff --git a/extensions/source/propctrlr/commoncontrol.cxx b/extensions/source/propctrlr/commoncontrol.cxx index be480faa8846..9ffdce95730c 100644 --- a/extensions/source/propctrlr/commoncontrol.cxx +++ b/extensions/source/propctrlr/commoncontrol.cxx @@ -22,7 +22,6 @@ #include <tools/debug.hxx> #include <tools/diagnose_ex.h> #include <vcl/combobox.hxx> -#include <toolkit/helper/vclunohelper.hxx> namespace pcr diff --git a/extensions/source/propctrlr/formcontroller.cxx b/extensions/source/propctrlr/formcontroller.cxx index a6532f8c0d83..031f818eaac2 100644 --- a/extensions/source/propctrlr/formcontroller.cxx +++ b/extensions/source/propctrlr/formcontroller.cxx @@ -27,7 +27,6 @@ #include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/util/VetoException.hpp> #include <cppuhelper/typeprovider.hxx> -#include <toolkit/helper/vclunohelper.hxx> extern "C" void createRegistryInfo_FormController() diff --git a/extensions/source/propctrlr/pcrcommon.hxx b/extensions/source/propctrlr/pcrcommon.hxx index 05dada04d7b3..9a596611330b 100644 --- a/extensions/source/propctrlr/pcrcommon.hxx +++ b/extensions/source/propctrlr/pcrcommon.hxx @@ -27,7 +27,6 @@ #include <com/sun/star/beans/XPropertyChangeListener.hpp> #include <com/sun/star/beans/PropertyChangeEvent.hpp> -#include <toolkit/helper/vclunohelper.hxx> #include <comphelper/listenernotification.hxx> diff --git a/filter/source/msfilter/eschesdo.cxx b/filter/source/msfilter/eschesdo.cxx index 35e72efc6725..e8a47aa877e5 100644 --- a/filter/source/msfilter/eschesdo.cxx +++ b/filter/source/msfilter/eschesdo.cxx @@ -30,7 +30,6 @@ #include <vcl/graph.hxx> #include <tools/debug.hxx> #include <svx/fmdpage.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <com/sun/star/style/VerticalAlignment.hpp> #include <com/sun/star/awt/Gradient.hpp> #include <com/sun/star/drawing/PointSequence.hpp> diff --git a/forms/source/component/Filter.cxx b/forms/source/component/Filter.cxx index 8cbdff0af0d0..5bce25c655b2 100644 --- a/forms/source/component/Filter.cxx +++ b/forms/source/component/Filter.cxx @@ -56,7 +56,6 @@ #include <connectivity/formattedcolumnvalue.hxx> #include <connectivity/predicateinput.hxx> #include <rtl/ustrbuf.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <tools/diagnose_ex.h> #include <unotools/localedatawrapper.hxx> #include <vcl/stdtext.hxx> diff --git a/fpicker/source/office/iodlg.cxx b/fpicker/source/office/iodlg.cxx index a481a56ba4e6..069877c4c1ea 100644 --- a/fpicker/source/office/iodlg.cxx +++ b/fpicker/source/office/iodlg.cxx @@ -40,7 +40,6 @@ #include <svtools/sfxecode.hxx> #include <svtools/svtabbx.hxx> #include <svtools/treelistentry.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <fpicker/strings.hrc> #include <svtools/helpids.h> diff --git a/framework/source/dispatch/startmoduledispatcher.cxx b/framework/source/dispatch/startmoduledispatcher.cxx index bdb36271f50e..4f7423c36a11 100644 --- a/framework/source/dispatch/startmoduledispatcher.cxx +++ b/framework/source/dispatch/startmoduledispatcher.cxx @@ -32,7 +32,6 @@ #include <com/sun/star/awt/XTopWindow.hpp> #include <com/sun/star/beans/XFastPropertySet.hpp> -#include <toolkit/helper/vclunohelper.hxx> #include <vcl/window.hxx> #include <vcl/svapp.hxx> #include <unotools/moduleoptions.hxx> diff --git a/framework/source/uielement/genericstatusbarcontroller.cxx b/framework/source/uielement/genericstatusbarcontroller.cxx index b73648102971..669e84b880a4 100644 --- a/framework/source/uielement/genericstatusbarcontroller.cxx +++ b/framework/source/uielement/genericstatusbarcontroller.cxx @@ -23,7 +23,6 @@ #include <vcl/svapp.hxx> #include <vcl/status.hxx> #include <vcl/image.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <toolkit/helper/convert.hxx> #include <com/sun/star/ui/ItemStyle.hpp> diff --git a/framework/source/uielement/langselectionstatusbarcontroller.cxx b/framework/source/uielement/langselectionstatusbarcontroller.cxx index e2084c782172..6fa44adb5100 100644 --- a/framework/source/uielement/langselectionstatusbarcontroller.cxx +++ b/framework/source/uielement/langselectionstatusbarcontroller.cxx @@ -26,7 +26,6 @@ #include <toolkit/helper/convert.hxx> #include <cppuhelper/supportsservice.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <com/sun/star/awt/PopupMenu.hpp> #include <com/sun/star/awt/PopupMenuDirection.hpp> #include <svtools/langtab.hxx> diff --git a/framework/source/uielement/notebookbarmenucontroller.cxx b/framework/source/uielement/notebookbarmenucontroller.cxx index 05b87d3e1c4e..60e59c9b10d7 100644 --- a/framework/source/uielement/notebookbarmenucontroller.cxx +++ b/framework/source/uielement/notebookbarmenucontroller.cxx @@ -37,7 +37,6 @@ #include <vcl/svapp.hxx> #include <vcl/settings.hxx> #include <rtl/ustrbuf.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <vcl/window.hxx> #include <svtools/menuoptions.hxx> #include <svtools/miscopt.hxx> diff --git a/framework/source/uielement/toolbarmodemenucontroller.cxx b/framework/source/uielement/toolbarmodemenucontroller.cxx index cc5659a84067..300d386855a8 100644 --- a/framework/source/uielement/toolbarmodemenucontroller.cxx +++ b/framework/source/uielement/toolbarmodemenucontroller.cxx @@ -36,7 +36,6 @@ #include <vcl/svapp.hxx> #include <vcl/settings.hxx> #include <rtl/ustrbuf.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <vcl/window.hxx> #include <svtools/menuoptions.hxx> #include <svtools/miscopt.hxx> diff --git a/reportdesign/source/core/sdr/RptObject.cxx b/reportdesign/source/core/sdr/RptObject.cxx index 37a0f763b51b..563457987da3 100644 --- a/reportdesign/source/core/sdr/RptObject.cxx +++ b/reportdesign/source/core/sdr/RptObject.cxx @@ -24,7 +24,6 @@ #include <svx/unoshape.hxx> #include <RptModel.hxx> #include <RptObjectListener.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <toolkit/helper/convert.hxx> #include <RptPage.hxx> #include <dbaccess/dbsubcomponentcontroller.hxx> diff --git a/reportdesign/source/filter/xml/dbloader2.hxx b/reportdesign/source/filter/xml/dbloader2.hxx index 3cf929369ada..1bbe47cd4b99 100644 --- a/reportdesign/source/filter/xml/dbloader2.hxx +++ b/reportdesign/source/filter/xml/dbloader2.hxx @@ -20,7 +20,6 @@ #ifndef INCLUDED_REPORTDESIGN_SOURCE_FILTER_XML_DBLOADER2_HXX #define INCLUDED_REPORTDESIGN_SOURCE_FILTER_XML_DBLOADER2_HXX -#include <toolkit/helper/vclunohelper.hxx> #include <toolkit/awt/vclxwindow.hxx> #include <com/sun/star/task/XStatusIndicatorFactory.hpp> #include <com/sun/star/task/XStatusIndicator.hpp> diff --git a/reportdesign/source/ui/inspection/DataProviderHandler.cxx b/reportdesign/source/ui/inspection/DataProviderHandler.cxx index da2a70cff388..96269a3cf568 100644 --- a/reportdesign/source/ui/inspection/DataProviderHandler.cxx +++ b/reportdesign/source/ui/inspection/DataProviderHandler.cxx @@ -24,7 +24,6 @@ #include <comphelper/propertysequence.hxx> #include <cppuhelper/supportsservice.hxx> #include <strings.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <unotools/syslocale.hxx> #include <com/sun/star/form/inspection/FormComponentPropertyHandler.hpp> #include <com/sun/star/inspection/PropertyControlType.hpp> diff --git a/reportdesign/source/ui/inspection/ReportComponentHandler.cxx b/reportdesign/source/ui/inspection/ReportComponentHandler.cxx index 7f65e22a4525..65bfc1bd0af7 100644 --- a/reportdesign/source/ui/inspection/ReportComponentHandler.cxx +++ b/reportdesign/source/ui/inspection/ReportComponentHandler.cxx @@ -23,7 +23,6 @@ #include <strings.hxx> #include <comphelper/types.hxx> #include <cppuhelper/supportsservice.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <unotools/syslocale.hxx> #include <com/sun/star/form/inspection/FormComponentPropertyHandler.hpp> #include <com/sun/star/container/XNameContainer.hpp> diff --git a/reportdesign/source/ui/report/ReportWindow.cxx b/reportdesign/source/ui/report/ReportWindow.cxx index a710f34f62e6..afda8e28079d 100644 --- a/reportdesign/source/ui/report/ReportWindow.cxx +++ b/reportdesign/source/ui/report/ReportWindow.cxx @@ -41,7 +41,6 @@ #include <helpids.h> #include <dlgedfac.hxx> -#include <toolkit/helper/vclunohelper.hxx> #define SECTION_OFFSET 3 diff --git a/reportdesign/source/ui/report/StartMarker.cxx b/reportdesign/source/ui/report/StartMarker.cxx index 82f36400ef08..af7abc6f75ac 100644 --- a/reportdesign/source/ui/report/StartMarker.cxx +++ b/reportdesign/source/ui/report/StartMarker.cxx @@ -30,7 +30,6 @@ #include <vcl/lineinfo.hxx> #include <vcl/settings.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <unotools/syslocale.hxx> #define CORNER_SPACE 5 diff --git a/sc/source/ui/app/drwtrans.cxx b/sc/source/ui/app/drwtrans.cxx index f379f963fc7f..1e4c9c868bfc 100644 --- a/sc/source/ui/app/drwtrans.cxx +++ b/sc/source/ui/app/drwtrans.cxx @@ -24,7 +24,6 @@ #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/beans/XPropertySetInfo.hpp> #include <com/sun/star/form/FormButtonType.hpp> -#include <toolkit/helper/vclunohelper.hxx> #include <unotools/streamwrap.hxx> #include <svx/unomodel.hxx> diff --git a/sc/source/ui/unoobj/ChartTools.cxx b/sc/source/ui/unoobj/ChartTools.cxx index 8257aed6aa5c..5243de995024 100644 --- a/sc/source/ui/unoobj/ChartTools.cxx +++ b/sc/source/ui/unoobj/ChartTools.cxx @@ -19,7 +19,6 @@ #include <sfx2/app.hxx> #include <unotools/moduleoptions.hxx> #include <comphelper/classids.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <tools/globname.hxx> #include <svx/charthelper.hxx> #include <svtools/embedhlp.hxx> diff --git a/sc/source/ui/unoobj/docuno.cxx b/sc/source/ui/unoobj/docuno.cxx index a42a0ea3b70c..9ba07778b89b 100644 --- a/sc/source/ui/unoobj/docuno.cxx +++ b/sc/source/ui/unoobj/docuno.cxx @@ -50,7 +50,6 @@ #include <unotools/charclass.hxx> #include <tools/multisel.hxx> #include <toolkit/awt/vclxdevice.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <unotools/saveopt.hxx> #include <float.h> diff --git a/sc/source/ui/vba/vbaapplication.cxx b/sc/source/ui/vba/vbaapplication.cxx index e576308bcdfe..58cc3e9451cf 100644 --- a/sc/source/ui/vba/vbaapplication.cxx +++ b/sc/source/ui/vba/vbaapplication.cxx @@ -72,7 +72,6 @@ #include <comphelper/processfactory.hxx> #include <toolkit/awt/vclxwindow.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <tools/diagnose_ex.h> #include <tools/urlobj.hxx> diff --git a/sd/source/filter/eppt/epptso.cxx b/sd/source/filter/eppt/epptso.cxx index a6394aa458d8..3124929fe615 100644 --- a/sd/source/filter/eppt/epptso.cxx +++ b/sd/source/filter/eppt/epptso.cxx @@ -67,7 +67,6 @@ #include <vcl/cvtgrf.hxx> #include <tools/urlobj.hxx> #include <comphelper/extract.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <rtl/crc.h> #include <comphelper/classids.hxx> #include <unotools/ucbstreamhelper.hxx> diff --git a/sd/source/ui/accessibility/AccessibleDrawDocumentView.cxx b/sd/source/ui/accessibility/AccessibleDrawDocumentView.cxx index 3973c821ea5c..f4dd53e5eb15 100644 --- a/sd/source/ui/accessibility/AccessibleDrawDocumentView.cxx +++ b/sd/source/ui/accessibility/AccessibleDrawDocumentView.cxx @@ -39,7 +39,6 @@ #include <svx/svdobj.hxx> #include <svx/svdmodel.hxx> #include <svx/unoapi.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <Window.hxx> #include <vcl/svapp.hxx> diff --git a/sd/source/ui/accessibility/AccessibleOutlineView.cxx b/sd/source/ui/accessibility/AccessibleOutlineView.cxx index 5c20c1cf8747..a704c8190de7 100644 --- a/sd/source/ui/accessibility/AccessibleOutlineView.cxx +++ b/sd/source/ui/accessibility/AccessibleOutlineView.cxx @@ -35,7 +35,6 @@ #include <svx/svdobj.hxx> #include <svx/svdmodel.hxx> #include <svx/unoapi.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <vcl/svapp.hxx> #include <Window.hxx> #include <ViewShell.hxx> diff --git a/sd/source/ui/controller/slidelayoutcontroller.cxx b/sd/source/ui/controller/slidelayoutcontroller.cxx index 13f694b99834..2f51e50c0f90 100644 --- a/sd/source/ui/controller/slidelayoutcontroller.cxx +++ b/sd/source/ui/controller/slidelayoutcontroller.cxx @@ -34,7 +34,6 @@ #include <svtools/toolbarmenu.hxx> #include <svtools/valueset.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <comphelper/processfactory.hxx> #include <xmloff/autolayout.hxx> diff --git a/sd/source/ui/docshell/sdclient.cxx b/sd/source/ui/docshell/sdclient.cxx index e5a4e97278cd..af9f5fb03557 100644 --- a/sd/source/ui/docshell/sdclient.cxx +++ b/sd/source/ui/docshell/sdclient.cxx @@ -23,8 +23,6 @@ #include <svx/svdograf.hxx> #include <svx/svdpagv.hxx> -#include <toolkit/helper/vclunohelper.hxx> - #include <strings.hrc> #include <ViewShell.hxx> #include <DrawViewShell.hxx> diff --git a/sd/source/ui/slideshow/slideshow.cxx b/sd/source/ui/slideshow/slideshow.cxx index f738688983a9..920d2a35164f 100644 --- a/sd/source/ui/slideshow/slideshow.cxx +++ b/sd/source/ui/slideshow/slideshow.cxx @@ -32,7 +32,6 @@ #include <sfx2/viewfrm.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <svx/unoprov.hxx> #include <framework/FrameworkHelper.hxx> diff --git a/sd/source/ui/slideshow/slideshowimpl.hxx b/sd/source/ui/slideshow/slideshowimpl.hxx index 171e4cd1d6bf..5ba37185e27f 100644 --- a/sd/source/ui/slideshow/slideshowimpl.hxx +++ b/sd/source/ui/slideshow/slideshowimpl.hxx @@ -45,8 +45,6 @@ #include <com/sun/star/media/XManager.hpp> #include <com/sun/star/media/XPlayer.hpp> -#include <toolkit/helper/vclunohelper.hxx> - #include <basegfx/matrix/b2dhommatrix.hxx> #include <basegfx/utils/canvastools.hxx> #include <vcl/help.hxx> diff --git a/sd/source/ui/slideshow/slideshowviewimpl.cxx b/sd/source/ui/slideshow/slideshowviewimpl.cxx index f63e1012c749..bc1828521f42 100644 --- a/sd/source/ui/slideshow/slideshowviewimpl.cxx +++ b/sd/source/ui/slideshow/slideshowviewimpl.cxx @@ -31,6 +31,8 @@ #include <cppcanvas/vclfactory.hxx> #include <cppcanvas/basegfxfactory.hxx> +#include <toolkit/helper/vclunohelper.hxx> + using ::com::sun::star::uno::Reference; using ::com::sun::star::uno::WeakReference; using ::com::sun::star::uno::RuntimeException; diff --git a/sd/source/ui/slideshow/slideshowviewimpl.hxx b/sd/source/ui/slideshow/slideshowviewimpl.hxx index 777ddeb7e232..cbf1d8805e63 100644 --- a/sd/source/ui/slideshow/slideshowviewimpl.hxx +++ b/sd/source/ui/slideshow/slideshowviewimpl.hxx @@ -24,7 +24,6 @@ #include <cppuhelper/compbase.hxx> #include <cppuhelper/basemutex.hxx> #include <comphelper/listenernotification.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <comphelper/processfactory.hxx> #include <com/sun/star/awt/WindowEvent.hpp> #include <com/sun/star/awt/XWindowListener.hpp> diff --git a/sd/source/ui/view/ToolBarManager.cxx b/sd/source/ui/view/ToolBarManager.cxx index 772fab4c878e..91db27743b2a 100644 --- a/sd/source/ui/view/ToolBarManager.cxx +++ b/sd/source/ui/view/ToolBarManager.cxx @@ -41,7 +41,6 @@ #include <svx/dialogs.hrc> #include <svx/extrusionbar.hxx> #include <svx/fontworkbar.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <tools/link.hxx> #include <map> diff --git a/sd/source/ui/view/drviewse.cxx b/sd/source/ui/view/drviewse.cxx index 7abbb36c82a9..29ee6b262045 100644 --- a/sd/source/ui/view/drviewse.cxx +++ b/sd/source/ui/view/drviewse.cxx @@ -57,7 +57,6 @@ #include <tools/urlobj.hxx> #include <svl/slstitm.hxx> #include <sfx2/ipclient.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <avmedia/mediawindow.hxx> #include <svl/urihelper.hxx> #include <sfx2/docfile.hxx> diff --git a/sd/source/ui/view/viewshe2.cxx b/sd/source/ui/view/viewshe2.cxx index 861bb2d1db82..6a2d2eec54e2 100644 --- a/sd/source/ui/view/viewshe2.cxx +++ b/sd/source/ui/view/viewshe2.cxx @@ -69,7 +69,6 @@ #include <sfx2/viewfrm.hxx> #include <svtools/soerr.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <svx/charthelper.hxx> #include <comphelper/lok.hxx> diff --git a/sfx2/source/appl/app.cxx b/sfx2/source/appl/app.cxx index b572ff23cb61..f10f257c3131 100644 --- a/sfx2/source/appl/app.cxx +++ b/sfx2/source/appl/app.cxx @@ -45,7 +45,6 @@ #include <com/sun/star/uri/UriReferenceFactory.hpp> #include <com/sun/star/uri/XVndSunStarScriptUrl.hpp> #include <basic/basmgr.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <vcl/svapp.hxx> #include <sfx2/sfxhelp.hxx> #include <sfx2/request.hxx> diff --git a/sfx2/source/appl/workwin.cxx b/sfx2/source/appl/workwin.cxx index f18c271cdeb8..1da8891f4146 100644 --- a/sfx2/source/appl/workwin.cxx +++ b/sfx2/source/appl/workwin.cxx @@ -39,7 +39,6 @@ #include <vcl/taskpanelist.hxx> #include <vcl/toolbox.hxx> #include <tools/diagnose_ex.h> -#include <toolkit/helper/vclunohelper.hxx> #include <svl/itempool.hxx> #include <svl/itemiter.hxx> #include <svl/whiter.hxx> diff --git a/sfx2/source/sidebar/Panel.cxx b/sfx2/source/sidebar/Panel.cxx index a8671c13f459..f1057ad2027b 100644 --- a/sfx2/source/sidebar/Panel.cxx +++ b/sfx2/source/sidebar/Panel.cxx @@ -33,7 +33,6 @@ #endif #include <tools/svborder.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <com/sun/star/awt/XWindowPeer.hpp> #include <com/sun/star/awt/PosSize.hpp> diff --git a/sfx2/source/view/frame.cxx b/sfx2/source/view/frame.cxx index 08c404f6fb04..605f7a1e90f1 100644 --- a/sfx2/source/view/frame.cxx +++ b/sfx2/source/view/frame.cxx @@ -32,7 +32,6 @@ #include <vcl/splitwin.hxx> #include <svl/eitem.hxx> #include <svl/stritem.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <tools/globname.hxx> #include <com/sun/star/awt/PosSize.hpp> #include <comphelper/processfactory.hxx> diff --git a/sfx2/source/view/frmload.cxx b/sfx2/source/view/frmload.cxx index 7849fd1463c7..80a6cbb1c37d 100644 --- a/sfx2/source/view/frmload.cxx +++ b/sfx2/source/view/frmload.cxx @@ -65,7 +65,6 @@ #include <unotools/moduleoptions.hxx> #include <svtools/sfxecode.hxx> #include <svl/stritem.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <tools/diagnose_ex.h> #include <ucbhelper/simpleinteractionrequest.hxx> diff --git a/svtools/source/brwbox/brwbox3.cxx b/svtools/source/brwbox/brwbox3.cxx index 7e69688c814c..e43f634e36bd 100644 --- a/svtools/source/brwbox/brwbox3.cxx +++ b/svtools/source/brwbox/brwbox3.cxx @@ -25,7 +25,6 @@ #include "brwimpl.hxx" #include <com/sun/star/accessibility/AccessibleStateType.hpp> #include <com/sun/star/accessibility/AccessibleRole.hpp> -#include <toolkit/helper/vclunohelper.hxx> // Accessibility ============================================================== diff --git a/svtools/source/control/accessibleruler.cxx b/svtools/source/control/accessibleruler.cxx index b82355cb88ac..c1eb425106de 100644 --- a/svtools/source/control/accessibleruler.cxx +++ b/svtools/source/control/accessibleruler.cxx @@ -26,7 +26,6 @@ #include <comphelper/accessibleeventnotifier.hxx> #include <cppuhelper/supportsservice.hxx> #include <cppuhelper/typeprovider.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <toolkit/helper/convert.hxx> #include <vcl/svapp.hxx> #include <osl/mutex.hxx> diff --git a/svtools/source/misc/acceleratorexecute.cxx b/svtools/source/misc/acceleratorexecute.cxx index b96a4171a75e..96444c1e3987 100644 --- a/svtools/source/misc/acceleratorexecute.cxx +++ b/svtools/source/misc/acceleratorexecute.cxx @@ -32,7 +32,6 @@ #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/lang/DisposedException.hpp> #include <com/sun/star/util/URLTransformer.hpp> -#include <toolkit/helper/vclunohelper.hxx> #include <comphelper/processfactory.hxx> #include <cppuhelper/implbase.hxx> diff --git a/svtools/source/uno/svtxgridcontrol.cxx b/svtools/source/uno/svtxgridcontrol.cxx index e6de4f65c100..981461fd8b97 100644 --- a/svtools/source/uno/svtxgridcontrol.cxx +++ b/svtools/source/uno/svtxgridcontrol.cxx @@ -27,7 +27,6 @@ #include <rtl/ref.hxx> #include <tools/diagnose_ex.h> #include <toolkit/helper/property.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <comphelper/processfactory.hxx> #include <com/sun/star/awt/grid/XGridColumn.hpp> #include <com/sun/star/awt/XControl.hpp> diff --git a/svx/source/accessibility/AccessibleControlShape.cxx b/svx/source/accessibility/AccessibleControlShape.cxx index e078468d0e36..b97f164292cb 100644 --- a/svx/source/accessibility/AccessibleControlShape.cxx +++ b/svx/source/accessibility/AccessibleControlShape.cxx @@ -40,7 +40,6 @@ #include <svx/unoapi.hxx> #include <svx/ShapeTypeHandler.hxx> #include <svx/SvxShapeTypes.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <comphelper/accessiblewrapper.hxx> #include <svx/svdview.hxx> #include <svx/svdpagv.hxx> diff --git a/svx/source/accessibility/GraphCtlAccessibleContext.cxx b/svx/source/accessibility/GraphCtlAccessibleContext.cxx index f42477c0899d..57585a5715f3 100644 --- a/svx/source/accessibility/GraphCtlAccessibleContext.cxx +++ b/svx/source/accessibility/GraphCtlAccessibleContext.cxx @@ -26,7 +26,6 @@ #include <unotools/accessiblestatesethelper.hxx> #include <cppuhelper/supportsservice.hxx> #include <cppuhelper/typeprovider.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <vcl/svapp.hxx> #include <vcl/settings.hxx> #include <osl/mutex.hxx> diff --git a/svx/source/accessibility/svxpixelctlaccessiblecontext.cxx b/svx/source/accessibility/svxpixelctlaccessiblecontext.cxx index 6c02fc7bc9ca..c97f280eb1c3 100644 --- a/svx/source/accessibility/svxpixelctlaccessiblecontext.cxx +++ b/svx/source/accessibility/svxpixelctlaccessiblecontext.cxx @@ -25,7 +25,6 @@ #include <com/sun/star/awt/XWindow.hpp> #include <cppuhelper/supportsservice.hxx> #include <cppuhelper/typeprovider.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <toolkit/helper/convert.hxx> #include <vcl/svapp.hxx> #include <vcl/settings.hxx> diff --git a/svx/source/accessibility/svxrectctaccessiblecontext.cxx b/svx/source/accessibility/svxrectctaccessiblecontext.cxx index bb652eed0f52..4405b70bcaa8 100644 --- a/svx/source/accessibility/svxrectctaccessiblecontext.cxx +++ b/svx/source/accessibility/svxrectctaccessiblecontext.cxx @@ -26,7 +26,6 @@ #include <com/sun/star/awt/XWindow.hpp> #include <cppuhelper/typeprovider.hxx> #include <cppuhelper/supportsservice.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <toolkit/helper/convert.hxx> #include <vcl/svapp.hxx> #include <osl/mutex.hxx> diff --git a/svx/source/xoutdev/xattrbmp.cxx b/svx/source/xoutdev/xattrbmp.cxx index 0687628bf84c..ed65981097f3 100644 --- a/svx/source/xoutdev/xattrbmp.cxx +++ b/svx/source/xoutdev/xattrbmp.cxx @@ -23,7 +23,6 @@ #include <vcl/window.hxx> #include <vcl/virdev.hxx> #include <vcl/bitmapex.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <svl/style.hxx> #include <editeng/memberids.h> #include <svx/strings.hrc> diff --git a/sw/source/core/ole/ndole.cxx b/sw/source/core/ole/ndole.cxx index e9bb428a56ec..5023a5b93a04 100644 --- a/sw/source/core/ole/ndole.cxx +++ b/sw/source/core/ole/ndole.cxx @@ -26,7 +26,6 @@ #include <com/sun/star/chart2/XChartDocument.hpp> #include <cppuhelper/implbase.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <tools/globname.hxx> #include <hintids.hxx> #include <sfx2/docfile.hxx> diff --git a/sw/source/core/unocore/unosett.cxx b/sw/source/core/unocore/unosett.cxx index ce39098a3bd2..4be67d59a1fd 100644 --- a/sw/source/core/unocore/unosett.cxx +++ b/sw/source/core/unocore/unosett.cxx @@ -60,7 +60,6 @@ #include <vcl/metric.hxx> #include <svtools/ctrltool.hxx> #include <vcl/svapp.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <editeng/unofdesc.hxx> #include <fmtornt.hxx> #include <SwStyleNameMapper.hxx> diff --git a/toolkit/source/controls/controlmodelcontainerbase.cxx b/toolkit/source/controls/controlmodelcontainerbase.cxx index 1135c52c68fe..0b730e366fb6 100644 --- a/toolkit/source/controls/controlmodelcontainerbase.cxx +++ b/toolkit/source/controls/controlmodelcontainerbase.cxx @@ -44,7 +44,6 @@ #include <vcl/outdev.hxx> #include <comphelper/types.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <unotools/ucbstreamhelper.hxx> #include <vcl/graph.hxx> #include <vcl/image.hxx> diff --git a/toolkit/source/controls/dialogcontrol.cxx b/toolkit/source/controls/dialogcontrol.cxx index 05458dd13f05..8f32a6fcd9b0 100644 --- a/toolkit/source/controls/dialogcontrol.cxx +++ b/toolkit/source/controls/dialogcontrol.cxx @@ -38,7 +38,6 @@ #include <comphelper/sequence.hxx> #include <vcl/outdev.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <unotools/ucbstreamhelper.hxx> #include <vcl/graph.hxx> #include <vcl/image.hxx> diff --git a/toolkit/source/controls/tabpagemodel.cxx b/toolkit/source/controls/tabpagemodel.cxx index e80407ef5780..c7e75c5e9baf 100644 --- a/toolkit/source/controls/tabpagemodel.cxx +++ b/toolkit/source/controls/tabpagemodel.cxx @@ -35,7 +35,6 @@ #include <comphelper/sequence.hxx> #include <vcl/outdev.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <unotools/ucbstreamhelper.hxx> #include <vcl/graph.hxx> #include <vcl/image.hxx> diff --git a/toolkit/source/controls/unocontrolmodel.cxx b/toolkit/source/controls/unocontrolmodel.cxx index d767dec09e11..0feaf1e9f039 100644 --- a/toolkit/source/controls/unocontrolmodel.cxx +++ b/toolkit/source/controls/unocontrolmodel.cxx @@ -38,7 +38,6 @@ #include <tools/time.hxx> #include <tools/debug.hxx> #include <toolkit/helper/property.hxx> -#include <toolkit/helper/vclunohelper.hxx> #include <toolkit/helper/emptyfontdescriptor.hxx> #include <com/sun/star/lang/Locale.hpp> #include <unotools/localedatawrapper.hxx> |