vcl117: removed obsolete header
This commit is contained in:
parent
14f48dfabb
commit
eb2b6f7212
21 changed files with 19 additions and 123 deletions
|
@ -419,8 +419,8 @@
|
|||
#include <unotools/processfactory.hxx>
|
||||
|
||||
#include <vcl/dndhelp.hxx>
|
||||
#include <vcl/fldunit.hxx>
|
||||
#include <vcl/mapunit.hxx>
|
||||
#include <tools/fldunit.hxx>
|
||||
#include <tools/mapunit.hxx>
|
||||
#include <vcl/unohelp.hxx>
|
||||
|
||||
#include <vos/mutex.hxx>
|
||||
|
|
|
@ -34,9 +34,7 @@
|
|||
#include <com/sun/star/embed/Aspects.hpp>
|
||||
#include <com/sun/star/io/XInputStream.hpp>
|
||||
#include <vcl/graph.hxx>
|
||||
#ifndef _SV_MAPUNIT_HXX
|
||||
#include <vcl/mapunit.hxx>
|
||||
#endif
|
||||
#include <tools/mapunit.hxx>
|
||||
#include <rtl/ustring.hxx>
|
||||
|
||||
#define NS_UNO ::com::sun::star::uno
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#ifndef _SVEDIT_HXX
|
||||
#define _SVEDIT_HXX
|
||||
|
||||
#include <vcl/wintypes.hxx>
|
||||
#include <tools/wintypes.hxx>
|
||||
#include <vcl/edit.hxx>
|
||||
|
||||
#include <svtools/syntaxhighlight.hxx>
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#ifndef _SV_FILTER_OPTIONS_DIALOG_HXX_
|
||||
#define _SV_FILTER_OPTIONS_DIALOG_HXX_
|
||||
|
||||
#include <vcl/fldunit.hxx>
|
||||
#include <tools/fldunit.hxx>
|
||||
#include <cppuhelper/implbase5.hxx>
|
||||
#include <com/sun/star/lang/XInitialization.hpp>
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#include <vos/mutex.hxx>
|
||||
#include <tools/debug.hxx>
|
||||
#include <tools/rcid.h>
|
||||
#include <vcl/wintypes.hxx>
|
||||
#include <tools/wintypes.hxx>
|
||||
#include <vcl/msgbox.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
#if defined(OS2)
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
#include <com/sun/star/embed/Aspects.hpp>
|
||||
|
||||
#include <svtools/embedtransfer.hxx>
|
||||
#include <vcl/mapunit.hxx>
|
||||
#include <tools/mapunit.hxx>
|
||||
#include <vcl/outdev.hxx>
|
||||
#include <comphelper/storagehelper.hxx>
|
||||
#include <unotools/ucbstreamhelper.hxx>
|
||||
|
|
|
@ -38,9 +38,9 @@
|
|||
#include <tools/string.hxx>
|
||||
#include <vcl/bitmap.hxx>
|
||||
#include <vcl/combobox.h>
|
||||
#include <vcl/fldunit.hxx>
|
||||
#include <tools/fldunit.hxx>
|
||||
#include <vcl/lstbox.h>
|
||||
#include <vcl/wintypes.hxx>
|
||||
#include <tools/wintypes.hxx>
|
||||
|
||||
class Button;
|
||||
class ComboBox;
|
||||
|
|
|
@ -327,7 +327,7 @@
|
|||
#include "vcl/gradient.hxx"
|
||||
#include "vcl/image.hxx"
|
||||
#include "vcl/jobset.hxx"
|
||||
#include "vcl/mapunit.hxx"
|
||||
#include "tools/mapunit.hxx"
|
||||
#include "vcl/menu.hxx"
|
||||
#include "vcl/metric.hxx"
|
||||
#include "vcl/outdev.hxx"
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
#include <osl/mutex.hxx>
|
||||
#include <osl/module.h>
|
||||
#include <tools/link.hxx>
|
||||
#include <vcl/wintypes.hxx>
|
||||
#include <tools/wintypes.hxx>
|
||||
|
||||
#include <toolkit/dllapi.h>
|
||||
|
||||
|
|
|
@ -64,8 +64,8 @@ namespace com { namespace sun { namespace star { namespace awt {
|
|||
#include <vcl/bitmapex.hxx>
|
||||
#include <vcl/region.hxx>
|
||||
#include <vcl/metric.hxx>
|
||||
#include <vcl/mapunit.hxx>
|
||||
#include <vcl/fldunit.hxx>
|
||||
#include <tools/mapunit.hxx>
|
||||
#include <tools/fldunit.hxx>
|
||||
#include <tools/poly.hxx>
|
||||
|
||||
class Window;
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#define LAYOUT_AWT_VCLXPLUGIN_HXX
|
||||
|
||||
#include <toolkit/awt/vclxwindow.hxx>
|
||||
#include <vcl/wintypes.hxx>
|
||||
#include <tools/wintypes.hxx>
|
||||
|
||||
class Control;
|
||||
namespace layoutimpl
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
#include <tools/time.hxx>
|
||||
#include <vcl/spinfld.hxx>
|
||||
#include <vcl/combobox.hxx>
|
||||
#include <vcl/fldunit.hxx>
|
||||
#include <tools/fldunit.hxx>
|
||||
|
||||
namespace com { namespace sun { namespace star { namespace lang { struct Locale; } } } }
|
||||
|
||||
|
|
|
@ -1,33 +0,0 @@
|
|||
/*************************************************************************
|
||||
*
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
||||
*
|
||||
* OpenOffice.org - a multi-platform office productivity suite
|
||||
*
|
||||
* This file is part of OpenOffice.org.
|
||||
*
|
||||
* OpenOffice.org is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Lesser General Public License version 3
|
||||
* only, as published by the Free Software Foundation.
|
||||
*
|
||||
* OpenOffice.org is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Lesser General Public License version 3 for more details
|
||||
* (a copy is included in the LICENSE file that accompanied this code).
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public License
|
||||
* version 3 along with OpenOffice.org. If not, see
|
||||
* <http://www.openoffice.org/license.html>
|
||||
* for a copy of the LGPLv3 License.
|
||||
*
|
||||
************************************************************************/
|
||||
|
||||
#ifndef _VCL_FLDUNIT_HXX
|
||||
#define _VCL_FLDUNIT_HXX
|
||||
|
||||
#include <tools/fldunit.hxx>
|
||||
|
||||
#endif // _VCL_FLDUNIT_HXX
|
|
@ -33,7 +33,7 @@
|
|||
#include <vcl/sv.h>
|
||||
#include <vcl/dllapi.h>
|
||||
#include <tools/resid.hxx>
|
||||
#include <vcl/mapunit.hxx>
|
||||
#include <tools/mapunit.hxx>
|
||||
|
||||
class SvStream;
|
||||
|
||||
|
|
|
@ -1,33 +0,0 @@
|
|||
/*************************************************************************
|
||||
*
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
||||
*
|
||||
* OpenOffice.org - a multi-platform office productivity suite
|
||||
*
|
||||
* This file is part of OpenOffice.org.
|
||||
*
|
||||
* OpenOffice.org is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Lesser General Public License version 3
|
||||
* only, as published by the Free Software Foundation.
|
||||
*
|
||||
* OpenOffice.org is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Lesser General Public License version 3 for more details
|
||||
* (a copy is included in the LICENSE file that accompanied this code).
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public License
|
||||
* version 3 along with OpenOffice.org. If not, see
|
||||
* <http://www.openoffice.org/license.html>
|
||||
* for a copy of the LGPLv3 License.
|
||||
*
|
||||
************************************************************************/
|
||||
|
||||
#ifndef _VCL_MAPUNIT_HXX
|
||||
#define _VCL_MAPUNIT_HXX
|
||||
|
||||
#include <tools/mapunit.hxx>
|
||||
|
||||
#endif // _VCL_MAPUNIT_HXX
|
|
@ -38,7 +38,7 @@
|
|||
#ifndef _SV_POINTR_HXX
|
||||
#include <vcl/pointr.hxx>
|
||||
#endif
|
||||
#include <vcl/wintypes.hxx>
|
||||
#include <tools/wintypes.hxx>
|
||||
#include <vcl/vclevent.hxx>
|
||||
#include <com/sun/star/uno/Reference.hxx>
|
||||
#include <cppuhelper/weakref.hxx>
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
#ifndef _SV_POINTR_HXX
|
||||
#include <vcl/pointr.hxx>
|
||||
#endif
|
||||
#include <vcl/wintypes.hxx>
|
||||
#include <tools/wintypes.hxx>
|
||||
#ifndef _SV_APPTYPES_HXX
|
||||
#include <vcl/apptypes.hxx>
|
||||
#endif
|
||||
|
|
|
@ -1,33 +0,0 @@
|
|||
/*************************************************************************
|
||||
*
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
||||
*
|
||||
* OpenOffice.org - a multi-platform office productivity suite
|
||||
*
|
||||
* This file is part of OpenOffice.org.
|
||||
*
|
||||
* OpenOffice.org is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Lesser General Public License version 3
|
||||
* only, as published by the Free Software Foundation.
|
||||
*
|
||||
* OpenOffice.org is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Lesser General Public License version 3 for more details
|
||||
* (a copy is included in the LICENSE file that accompanied this code).
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public License
|
||||
* version 3 along with OpenOffice.org. If not, see
|
||||
* <http://www.openoffice.org/license.html>
|
||||
* for a copy of the LGPLv3 License.
|
||||
*
|
||||
************************************************************************/
|
||||
#ifndef _SV_WINTYPES_HXX
|
||||
#define _SV_WINTYPES_HXX
|
||||
|
||||
#include <tools/wintypes.hxx>
|
||||
|
||||
#endif // _SV_WINTYPES_HXX
|
||||
|
|
@ -42,7 +42,6 @@ mkdir: %_DEST%\inc%_EXT%\vcl
|
|||
..\inc\vcl\field.hxx %_DEST%\inc%_EXT%\vcl\field.hxx
|
||||
..\inc\vcl\fixbrd.hxx %_DEST%\inc%_EXT%\vcl\fixbrd.hxx
|
||||
..\inc\vcl\fixed.hxx %_DEST%\inc%_EXT%\vcl\fixed.hxx
|
||||
..\inc\vcl\fldunit.hxx %_DEST%\inc%_EXT%\vcl\fldunit.hxx
|
||||
..\inc\vcl\floatwin.hxx %_DEST%\inc%_EXT%\vcl\floatwin.hxx
|
||||
..\inc\vcl\fntstyle.hxx %_DEST%\inc%_EXT%\vcl\fntstyle.hxx
|
||||
..\inc\vcl\font.hxx %_DEST%\inc%_EXT%\vcl\font.hxx
|
||||
|
@ -70,7 +69,6 @@ mkdir: %_DEST%\inc%_EXT%\vcl
|
|||
..\inc\vcl\lstbox.h %_DEST%\inc%_EXT%\vcl\lstbox.h
|
||||
..\inc\vcl\lstbox.hxx %_DEST%\inc%_EXT%\vcl\lstbox.hxx
|
||||
..\inc\vcl\mapmod.hxx %_DEST%\inc%_EXT%\vcl\mapmod.hxx
|
||||
..\inc\vcl\mapunit.hxx %_DEST%\inc%_EXT%\vcl\mapunit.hxx
|
||||
..\inc\vcl\menu.hxx %_DEST%\inc%_EXT%\vcl\menu.hxx
|
||||
..\inc\vcl\menubtn.hxx %_DEST%\inc%_EXT%\vcl\menubtn.hxx
|
||||
..\inc\vcl\metaact.hxx %_DEST%\inc%_EXT%\vcl\metaact.hxx
|
||||
|
@ -128,7 +126,6 @@ mkdir: %_DEST%\inc%_EXT%\vcl
|
|||
..\inc\vcl\waitobj.hxx %_DEST%\inc%_EXT%\vcl\waitobj.hxx
|
||||
..\inc\vcl\wall.hxx %_DEST%\inc%_EXT%\vcl\wall.hxx
|
||||
..\inc\vcl\window.hxx %_DEST%\inc%_EXT%\vcl\window.hxx
|
||||
..\inc\vcl\wintypes.hxx %_DEST%\inc%_EXT%\vcl\wintypes.hxx
|
||||
..\inc\vcl\wrkwin.hxx %_DEST%\inc%_EXT%\vcl\wrkwin.hxx
|
||||
..\inc\vcl\threadex.hxx %_DEST%\inc%_EXT%\vcl\threadex.hxx
|
||||
..\inc\vcl\evntpost.hxx %_DEST%\inc%_EXT%\vcl\evntpost.hxx
|
||||
|
|
|
@ -66,6 +66,7 @@
|
|||
#include "unotools/fontcfg.hxx"
|
||||
#include "vcl/sysdata.hxx"
|
||||
#include "vcl/sallayout.hxx"
|
||||
#include "vcl/salctype.hxx"
|
||||
#include "vcl/button.hxx" // Button::GetStandardText
|
||||
#include "vcl/taskpanelist.hxx"
|
||||
#include "com/sun/star/awt/XWindowPeer.hpp"
|
||||
|
|
|
@ -125,7 +125,6 @@ HXXDEPNLST= $(INC)$/vcl$/accel.hxx \
|
|||
$(INC)$/vcl$/virdev.hxx \
|
||||
$(INC)$/vcl$/wall.hxx \
|
||||
$(INC)$/vcl$/waitobj.hxx \
|
||||
$(INC)$/vcl$/wintypes.hxx \
|
||||
$(INC)$/vcl$/window.hxx \
|
||||
$(INC)$/vcl$/wrkwin.hxx
|
||||
|
||||
|
|
Loading…
Reference in a new issue