summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazunov <vg@openoffice.org>2011-01-06 12:12:27 +0100
committerVladimir Glazunov <vg@openoffice.org>2011-01-06 12:12:27 +0100
commit3889d57e72b5e43a1d5e3a7151632a7e7c8c5ab9 (patch)
treebaea51138ec8401474c2c6c9b40c12184128edf1
parent208dacec9ebab57d09f12a88d29ea524a3e155ea (diff)
parent6f7a22f5344affc059f7cdeeece207d1b3ab375a (diff)
CWS-TOOLING: integrate CWS vcl117binfilter_ooo/DEV300_m97
-rw-r--r--binfilter/bf_forms/source/component/forms_Filter.cxx4
-rw-r--r--binfilter/bf_sc/source/ui/inc/ui_pch.hxx3
-rw-r--r--binfilter/bf_sch/source/ui/inc/globopt.hxx4
-rw-r--r--binfilter/bf_svtools/source/misc/svt_ehdl.cxx4
-rw-r--r--binfilter/bf_svx/source/unodraw/svx_unoprov.cxx4
-rw-r--r--binfilter/bf_sw/source/filter/xml/sw_xmliteme.cxx4
-rw-r--r--binfilter/bf_sw/source/ui/inc/modcfg.hxx4
-rw-r--r--binfilter/bf_sw/source/ui/inc/uitool.hxx4
-rw-r--r--binfilter/bf_sw/source/ui/inc/usrpref.hxx4
-rw-r--r--binfilter/bf_xmloff/source/core/xmloff_xmluconv.cxx4
-rw-r--r--binfilter/bf_xmloff/source/forms/xmloff_elementexport.cxx4
-rw-r--r--binfilter/bf_xmloff/source/forms/xmloff_formenums.cxx4
-rw-r--r--binfilter/bf_xmloff/source/forms/xmloff_layerimport.cxx4
-rw-r--r--binfilter/inc/bf_sfx2/saveopt.hxx4
-rw-r--r--binfilter/inc/bf_so3/ipenv.hxx4
-rw-r--r--binfilter/inc/bf_sw/swmodule.hxx4
-rw-r--r--binfilter/inc/bf_xmloff/VisAreaContext.hxx4
-rw-r--r--binfilter/inc/bf_xmloff/styleexp.hxx4
-rw-r--r--binfilter/inc/bf_xmloff/xmlehelp.hxx4
-rw-r--r--binfilter/inc/bf_xmloff/xmlexp.hxx4
-rw-r--r--binfilter/inc/bf_xmloff/xmlnume.hxx4
-rw-r--r--binfilter/inc/bf_xmloff/xmluconv.hxx4
22 files changed, 21 insertions, 66 deletions
diff --git a/binfilter/bf_forms/source/component/forms_Filter.cxx b/binfilter/bf_forms/source/component/forms_Filter.cxx
index 2f14495fe..ccd87673e 100644
--- a/binfilter/bf_forms/source/component/forms_Filter.cxx
+++ b/binfilter/bf_forms/source/component/forms_Filter.cxx
@@ -94,9 +94,7 @@
#ifndef _TOOLKIT_HELPER_VCLUNOHELPER_HXX_
#include <toolkit/helper/vclunohelper.hxx>
#endif
-#ifndef _SV_WINTYPES_HXX
-#include <vcl/wintypes.hxx>
-#endif
+#include <tools/wintypes.hxx>
#ifndef _SV_SVAPP_HXX
#include <vcl/svapp.hxx>
#endif
diff --git a/binfilter/bf_sc/source/ui/inc/ui_pch.hxx b/binfilter/bf_sc/source/ui/inc/ui_pch.hxx
index 63223de98..e5de6bb68 100644
--- a/binfilter/bf_sc/source/ui/inc/ui_pch.hxx
+++ b/binfilter/bf_sc/source/ui/inc/ui_pch.hxx
@@ -86,7 +86,7 @@
#include <vcl/outdev.hxx>
#include <vcl/pointr.hxx>
#include <vcl/ptrstyle.hxx>
-#include <vcl/wintypes.hxx>
+#include <tools/wintypes.hxx>
#include <vcl/event.hxx>
#include <limits.h>
#include <tools/errinf.hxx>
@@ -202,7 +202,6 @@
#include <scresid.hxx>
#include <docsh.hxx>
#include <bf_sfx2/interno.hxx>
-#include <vcl/wintypes.hxx>
#include <bf_sfx2/docfac.hxx>
#include <scitems.hxx>
#include <vcl/virdev.hxx>
diff --git a/binfilter/bf_sch/source/ui/inc/globopt.hxx b/binfilter/bf_sch/source/ui/inc/globopt.hxx
index 21e245744..9d7ee8722 100644
--- a/binfilter/bf_sch/source/ui/inc/globopt.hxx
+++ b/binfilter/bf_sch/source/ui/inc/globopt.hxx
@@ -27,9 +27,7 @@
#ifndef _SCH_GLOBOPT_HXX
#define _SCH_GLOBOPT_HXX
-#ifndef _VCL_FLDUNIT_HXX
-#include <vcl/fldunit.hxx>
-#endif
+#include <tools/fldunit.hxx>
namespace binfilter {
namespace sch
diff --git a/binfilter/bf_svtools/source/misc/svt_ehdl.cxx b/binfilter/bf_svtools/source/misc/svt_ehdl.cxx
index 89741fa17..d767a6be3 100644
--- a/binfilter/bf_svtools/source/misc/svt_ehdl.cxx
+++ b/binfilter/bf_svtools/source/misc/svt_ehdl.cxx
@@ -37,9 +37,7 @@
#ifndef _TOOLS_RCID_H //autogen
#include <tools/rcid.h>
#endif
-#ifndef _SV_WINTYPES_HXX //autogen
-#include <vcl/wintypes.hxx>
-#endif
+#include <tools/wintypes.hxx>
#ifndef _SV_MSGBOX_HXX //autogen
#include <vcl/msgbox.hxx>
#endif
diff --git a/binfilter/bf_svx/source/unodraw/svx_unoprov.cxx b/binfilter/bf_svx/source/unodraw/svx_unoprov.cxx
index 039009f4e..4cae5c88d 100644
--- a/binfilter/bf_svx/source/unodraw/svx_unoprov.cxx
+++ b/binfilter/bf_svx/source/unodraw/svx_unoprov.cxx
@@ -35,9 +35,7 @@
#include <com/sun/star/util/MeasureUnit.hpp>
#endif
-#ifndef _VCL_FLDUNIT_HXX
-#include <vcl/fldunit.hxx>
-#endif
+#include <tools/fldunit.hxx>
#ifndef _SHL_HXX
#include <tools/shl.hxx>
diff --git a/binfilter/bf_sw/source/filter/xml/sw_xmliteme.cxx b/binfilter/bf_sw/source/filter/xml/sw_xmliteme.cxx
index 1668f789d..576d4ed43 100644
--- a/binfilter/bf_sw/source/filter/xml/sw_xmliteme.cxx
+++ b/binfilter/bf_sw/source/filter/xml/sw_xmliteme.cxx
@@ -69,9 +69,7 @@
#include <bf_svx/unomid.hxx>
#endif
-#ifndef _VCL_FLDUNIT_HXX
-#include <vcl/fldunit.hxx>
-#endif
+#include <tools/fldunit.hxx>
#ifndef _SWMODULE_HXX //autogen wg. SW_MOD
#include <swmodule.hxx>
diff --git a/binfilter/bf_sw/source/ui/inc/modcfg.hxx b/binfilter/bf_sw/source/ui/inc/modcfg.hxx
index 81f9f70f6..086025770 100644
--- a/binfilter/bf_sw/source/ui/inc/modcfg.hxx
+++ b/binfilter/bf_sw/source/ui/inc/modcfg.hxx
@@ -31,9 +31,7 @@
#ifndef _STRING_HXX //autogen
#include <tools/string.hxx>
#endif
-#ifndef _SV_WINTYPES_HXX
-#include <vcl/wintypes.hxx>
-#endif
+#include <tools/wintypes.hxx>
#ifndef _SV_FIELD_HXX
#include <vcl/field.hxx>
#endif
diff --git a/binfilter/bf_sw/source/ui/inc/uitool.hxx b/binfilter/bf_sw/source/ui/inc/uitool.hxx
index 16264dbd1..8b1470195 100644
--- a/binfilter/bf_sw/source/ui/inc/uitool.hxx
+++ b/binfilter/bf_sw/source/ui/inc/uitool.hxx
@@ -28,9 +28,7 @@
#ifndef _UITOOL_HXX
#define _UITOOL_HXX
-#ifndef _SV_WINTYPES_HXX //autogen
-#include <vcl/wintypes.hxx>
-#endif
+#include <tools/wintypes.hxx>
#ifndef _SV_FIELD_HXX
#include <vcl/field.hxx>
#endif
diff --git a/binfilter/bf_sw/source/ui/inc/usrpref.hxx b/binfilter/bf_sw/source/ui/inc/usrpref.hxx
index 4bb92b439..a6afa2e73 100644
--- a/binfilter/bf_sw/source/ui/inc/usrpref.hxx
+++ b/binfilter/bf_sw/source/ui/inc/usrpref.hxx
@@ -37,9 +37,7 @@
#endif
#include "viewopt.hxx"
-#ifndef _VCL_FLDUNIT_HXX
-#include <vcl/fldunit.hxx>
-#endif
+#include <tools/fldunit.hxx>
namespace binfilter {
/* -----------------------------28.09.00 09:45--------------------------------
diff --git a/binfilter/bf_xmloff/source/core/xmloff_xmluconv.cxx b/binfilter/bf_xmloff/source/core/xmloff_xmluconv.cxx
index fca4f7fe1..60677cca7 100644
--- a/binfilter/bf_xmloff/source/core/xmloff_xmluconv.cxx
+++ b/binfilter/bf_xmloff/source/core/xmloff_xmluconv.cxx
@@ -57,9 +57,7 @@
#endif
-#ifndef _VCL_FLDUNIT_HXX
-#include <vcl/fldunit.hxx>
-#endif
+#include <tools/fldunit.hxx>
// #110680#
//#ifndef _COMPHELPER_PROCESSFACTORY_HXX_
diff --git a/binfilter/bf_xmloff/source/forms/xmloff_elementexport.cxx b/binfilter/bf_xmloff/source/forms/xmloff_elementexport.cxx
index c0de6a2ad..a455dfc08 100644
--- a/binfilter/bf_xmloff/source/forms/xmloff_elementexport.cxx
+++ b/binfilter/bf_xmloff/source/forms/xmloff_elementexport.cxx
@@ -72,9 +72,7 @@
#ifndef _COM_SUN_STAR_FORM_LISTSOURCETYPE_HPP_
#include <com/sun/star/form/ListSourceType.hpp>
#endif
-#ifndef _SV_WINTYPES_HXX
-#include <vcl/wintypes.hxx> // for check states
-#endif
+#include <tools/wintypes.hxx> // for check states
#ifndef _XMLOFF_XMLEVENTEXPORT_HXX
#include "XMLEventExport.hxx"
#endif
diff --git a/binfilter/bf_xmloff/source/forms/xmloff_formenums.cxx b/binfilter/bf_xmloff/source/forms/xmloff_formenums.cxx
index 9e3f9a1e4..fee0417ca 100644
--- a/binfilter/bf_xmloff/source/forms/xmloff_formenums.cxx
+++ b/binfilter/bf_xmloff/source/forms/xmloff_formenums.cxx
@@ -62,9 +62,7 @@
#ifndef _COM_SUN_STAR_AWT_FONTRELIEF_HPP_
#include <com/sun/star/awt/FontRelief.hpp>
#endif
-#ifndef _SV_WINTYPES_HXX
-#include <vcl/wintypes.hxx> // for check states
-#endif
+#include <tools/wintypes.hxx> // for check states
namespace binfilter {
//.........................................................................
diff --git a/binfilter/bf_xmloff/source/forms/xmloff_layerimport.cxx b/binfilter/bf_xmloff/source/forms/xmloff_layerimport.cxx
index 7fbc478ee..5d6a22277 100644
--- a/binfilter/bf_xmloff/source/forms/xmloff_layerimport.cxx
+++ b/binfilter/bf_xmloff/source/forms/xmloff_layerimport.cxx
@@ -73,9 +73,7 @@
#ifndef _COM_SUN_STAR_FORM_LISTSOURCETYPE_HPP_
#include <com/sun/star/form/ListSourceType.hpp>
#endif
-#ifndef _SV_WINTYPES_HXX
-#include <vcl/wintypes.hxx> // for check states
-#endif
+#include <tools/wintypes.hxx> // for check states
// #110680#
//#ifndef _COMPHELPER_PROCESSFACTORY_HXX_
diff --git a/binfilter/inc/bf_sfx2/saveopt.hxx b/binfilter/inc/bf_sfx2/saveopt.hxx
index fe2cde8d9..3b31e027c 100644
--- a/binfilter/inc/bf_sfx2/saveopt.hxx
+++ b/binfilter/inc/bf_sfx2/saveopt.hxx
@@ -28,9 +28,7 @@
#define _SFX_SAVEOPT_HXX
-#ifndef _SV_WINTYPES_HXX //autogen
-#include <vcl/wintypes.hxx>
-#endif
+#include <tools/wintypes.hxx>
#ifndef _SV_FIELD_HXX //autogen
#include <vcl/field.hxx>
#endif
diff --git a/binfilter/inc/bf_so3/ipenv.hxx b/binfilter/inc/bf_so3/ipenv.hxx
index 7d9714203..6e68555ae 100644
--- a/binfilter/inc/bf_so3/ipenv.hxx
+++ b/binfilter/inc/bf_so3/ipenv.hxx
@@ -29,9 +29,7 @@
#define _IPENV_HXX
#include <bf_so3/client.hxx>
-#ifndef _TOOLS_VCLRSC_HXX
-#include <vcl/mapunit.hxx>
-#endif
+//#include <tools/mapunit.hxx>
#ifndef INCLUDED_SO3DLLAPI_H
#include "bf_so3/so3dllapi.h"
diff --git a/binfilter/inc/bf_sw/swmodule.hxx b/binfilter/inc/bf_sw/swmodule.hxx
index fa4d0cf39..dc252dc86 100644
--- a/binfilter/inc/bf_sw/swmodule.hxx
+++ b/binfilter/inc/bf_sw/swmodule.hxx
@@ -48,9 +48,7 @@
#ifndef _COM_SUN_STAR_LINGUISTIC2_XLINGUSERVICEEVENTLISTENER_HPP_
#include <com/sun/star/linguistic2/XLinguServiceEventListener.hpp>
#endif
-#ifndef _VCL_FLDUNIT_HXX
-#include <vcl/fldunit.hxx>
-#endif
+#include <tools/fldunit.hxx>
namespace com{ namespace sun{ namespace star{ namespace scanner{
class XScannerManager;
}}}}
diff --git a/binfilter/inc/bf_xmloff/VisAreaContext.hxx b/binfilter/inc/bf_xmloff/VisAreaContext.hxx
index d2d5565a4..9dbfff14e 100644
--- a/binfilter/inc/bf_xmloff/VisAreaContext.hxx
+++ b/binfilter/inc/bf_xmloff/VisAreaContext.hxx
@@ -32,9 +32,7 @@
#include <bf_xmloff/xmlictxt.hxx>
#endif
-#ifndef _VCL_MAPUNIT_HXX
-#include <vcl/mapunit.hxx>
-#endif
+#include <tools/mapunit.hxx>
class Rectangle;
namespace com { namespace sun { namespace star { namespace awt {
struct Rectangle;
diff --git a/binfilter/inc/bf_xmloff/styleexp.hxx b/binfilter/inc/bf_xmloff/styleexp.hxx
index 04f9cea2d..bace07b01 100644
--- a/binfilter/inc/bf_xmloff/styleexp.hxx
+++ b/binfilter/inc/bf_xmloff/styleexp.hxx
@@ -34,10 +34,6 @@
#include <com/sun/star/uno/Reference.h>
#endif
-#ifndef _VCL_MAPUNIT_HXX
-//#include <vcl/mapunit.hxx>
-#endif
-
#ifndef _UNIVERSALL_REFERENCE_HXX
#include <bf_xmloff/uniref.hxx>
#endif
diff --git a/binfilter/inc/bf_xmloff/xmlehelp.hxx b/binfilter/inc/bf_xmloff/xmlehelp.hxx
index 7ada153cf..84070ef9f 100644
--- a/binfilter/inc/bf_xmloff/xmlehelp.hxx
+++ b/binfilter/inc/bf_xmloff/xmlehelp.hxx
@@ -28,9 +28,7 @@
#ifndef _XMLOFF_XMLEHELP_HXX
#define _XMLOFF_XMLEHELP_HXX
-#ifndef _VCL_MAPUNIT_HXX
-#include <vcl/mapunit.hxx>
-#endif
+#include <tools/mapunit.hxx>
namespace rtl { class OUStringBuffer; }
namespace binfilter {
diff --git a/binfilter/inc/bf_xmloff/xmlexp.hxx b/binfilter/inc/bf_xmloff/xmlexp.hxx
index 2b16f0cfd..859976836 100644
--- a/binfilter/inc/bf_xmloff/xmlexp.hxx
+++ b/binfilter/inc/bf_xmloff/xmlexp.hxx
@@ -56,9 +56,7 @@
#ifndef _RTL_USTRING_HXX_
#include <rtl/ustring.hxx>
#endif
-#ifndef _VCL_MAPUNIT_HXX
-#include <vcl/mapunit.hxx>
-#endif
+#include <tools/mapunit.hxx>
#ifndef _XMLOFF_TEXTPARAE_HXX_
#include <bf_xmloff/txtparae.hxx>
diff --git a/binfilter/inc/bf_xmloff/xmlnume.hxx b/binfilter/inc/bf_xmloff/xmlnume.hxx
index ea0333daa..be9e868f2 100644
--- a/binfilter/inc/bf_xmloff/xmlnume.hxx
+++ b/binfilter/inc/bf_xmloff/xmlnume.hxx
@@ -31,9 +31,7 @@
#ifndef _RTL_USTRING_HXX_
#include <rtl/ustring.hxx>
#endif
-#ifndef _VCL_MAPUNIT_HXX
-#include <vcl/mapunit.hxx>
-#endif
+#include <tools/mapunit.hxx>
#ifndef _XMLOFF_ATTRLIST_HXX
#include <bf_xmloff/attrlist.hxx>
diff --git a/binfilter/inc/bf_xmloff/xmluconv.hxx b/binfilter/inc/bf_xmloff/xmluconv.hxx
index f235467b0..1e8c0dd53 100644
--- a/binfilter/inc/bf_xmloff/xmluconv.hxx
+++ b/binfilter/inc/bf_xmloff/xmluconv.hxx
@@ -38,9 +38,7 @@
#include <tools/color.hxx>
#endif
-#ifndef _VCL_MAPUNIT_HXX
-#include <vcl/mapunit.hxx>
-#endif
+#include <tools/mapunit.hxx>
#ifndef _XMLOFF_XMLEMENT_HXX
#include <bf_xmloff/xmlement.hxx>