From 21123da759295d0b1ed0099f6ffa071417415480 Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Mon, 11 Nov 2013 22:30:35 -0600 Subject: xmloff: include <> for external includes Change-Id: Ic92d0121e928041bcff00b12706f794a4d8e25c8 --- xmloff/source/forms/controlpropertyhdl.cxx | 2 +- xmloff/source/forms/controlpropertymap.cxx | 2 +- xmloff/source/forms/elementexport.cxx | 4 ++-- xmloff/source/forms/elementimport.cxx | 10 +++++----- xmloff/source/forms/formattributes.cxx | 2 +- xmloff/source/forms/formevents.cxx | 2 +- xmloff/source/forms/formlayerexport.cxx | 2 +- xmloff/source/forms/layerexport.cxx | 6 +++--- xmloff/source/forms/layerimport.cxx | 4 ++-- xmloff/source/forms/officeforms.cxx | 2 +- xmloff/source/forms/property_description.hxx | 2 +- xmloff/source/forms/property_meta_data.cxx | 4 ++-- xmloff/source/forms/propertyexport.cxx | 2 +- xmloff/source/forms/propertyimport.cxx | 2 +- 14 files changed, 23 insertions(+), 23 deletions(-) (limited to 'xmloff/source/forms') diff --git a/xmloff/source/forms/controlpropertyhdl.cxx b/xmloff/source/forms/controlpropertyhdl.cxx index 7590236225a5..07255e7c1797 100644 --- a/xmloff/source/forms/controlpropertyhdl.cxx +++ b/xmloff/source/forms/controlpropertyhdl.cxx @@ -27,7 +27,7 @@ #include #include -#include "xmloff/NamedBoolPropertyHdl.hxx" +#include #include "formenums.hxx" #include #include diff --git a/xmloff/source/forms/controlpropertymap.cxx b/xmloff/source/forms/controlpropertymap.cxx index ffb729815717..16c671d4587a 100644 --- a/xmloff/source/forms/controlpropertymap.cxx +++ b/xmloff/source/forms/controlpropertymap.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "xmloff/xmlnmspe.hxx" +#include #include #include #include diff --git a/xmloff/source/forms/elementexport.cxx b/xmloff/source/forms/elementexport.cxx index 3cc3229e1c1d..5d4e635fb33a 100644 --- a/xmloff/source/forms/elementexport.cxx +++ b/xmloff/source/forms/elementexport.cxx @@ -19,11 +19,11 @@ #include "elementexport.hxx" #include "strings.hxx" -#include "xmloff/xmlnmspe.hxx" +#include #include "eventexport.hxx" #include "formenums.hxx" #include "formcellbinding.hxx" -#include "xmloff/xformsexport.hxx" +#include #include "property_meta_data.hxx" #include diff --git a/xmloff/source/forms/elementimport.cxx b/xmloff/source/forms/elementimport.cxx index afe1e72439ed..0e47e7c91421 100644 --- a/xmloff/source/forms/elementimport.cxx +++ b/xmloff/source/forms/elementimport.cxx @@ -18,16 +18,16 @@ */ #include "elementimport.hxx" -#include "xmloff/xmlimp.hxx" -#include "xmloff/nmspmap.hxx" +#include +#include #include "strings.hxx" #include "callbacks.hxx" #include "attriblistmerge.hxx" -#include "xmloff/xmlnmspe.hxx" +#include #include "eventimport.hxx" -#include "xmloff/txtstyli.hxx" +#include #include "formenums.hxx" -#include "xmloff/xmltoken.hxx" +#include #include "gridcolumnproptranslator.hxx" #include "property_description.hxx" #include "property_meta_data.hxx" diff --git a/xmloff/source/forms/formattributes.cxx b/xmloff/source/forms/formattributes.cxx index b1ebf0040d28..126aeee12bb3 100644 --- a/xmloff/source/forms/formattributes.cxx +++ b/xmloff/source/forms/formattributes.cxx @@ -21,7 +21,7 @@ #include -#include "xmloff/xmlnmspe.hxx" +#include #include #include namespace xmloff diff --git a/xmloff/source/forms/formevents.cxx b/xmloff/source/forms/formevents.cxx index 928a06f0984d..579da052a786 100644 --- a/xmloff/source/forms/formevents.cxx +++ b/xmloff/source/forms/formevents.cxx @@ -18,7 +18,7 @@ */ #include "formevents.hxx" -#include "xmloff/xmlnmspe.hxx" +#include #include namespace xmloff diff --git a/xmloff/source/forms/formlayerexport.cxx b/xmloff/source/forms/formlayerexport.cxx index c8c2ecf87308..8a2aba76d237 100644 --- a/xmloff/source/forms/formlayerexport.cxx +++ b/xmloff/source/forms/formlayerexport.cxx @@ -21,7 +21,7 @@ #include #include "strings.hxx" #include "elementexport.hxx" -#include "xmloff/xmlnmspe.hxx" +#include #include #include "layerexport.hxx" #include "propertyexport.hxx" diff --git a/xmloff/source/forms/layerexport.cxx b/xmloff/source/forms/layerexport.cxx index c9f1a79edbc4..3738aa5beb23 100644 --- a/xmloff/source/forms/layerexport.cxx +++ b/xmloff/source/forms/layerexport.cxx @@ -22,7 +22,7 @@ #include "strings.hxx" #include #include -#include "xmloff/xmlnmspe.hxx" +#include #include #include #include @@ -44,8 +44,8 @@ #include #include "formevents.hxx" #include -#include "xmloff/xformsexport.hxx" -#include "comphelper/processfactory.hxx" +#include +#include #include diff --git a/xmloff/source/forms/layerimport.cxx b/xmloff/source/forms/layerimport.cxx index 6dcfff2935d4..adc7998d4c67 100644 --- a/xmloff/source/forms/layerimport.cxx +++ b/xmloff/source/forms/layerimport.cxx @@ -47,9 +47,9 @@ #include "controlpropertymap.hxx" #include "formevents.hxx" #include "formcellbinding.hxx" -#include "xmloff/xformsimport.hxx" +#include #include -#include "xmloff/xmlnmspe.hxx" +#include #include #include diff --git a/xmloff/source/forms/officeforms.cxx b/xmloff/source/forms/officeforms.cxx index 621a879502e1..8e480e295179 100644 --- a/xmloff/source/forms/officeforms.cxx +++ b/xmloff/source/forms/officeforms.cxx @@ -22,7 +22,7 @@ #include #include -#include "xmloff/xmlnmspe.hxx" +#include #include #include #include diff --git a/xmloff/source/forms/property_description.hxx b/xmloff/source/forms/property_description.hxx index 1a6ad2300c96..3d6c9be3d79c 100644 --- a/xmloff/source/forms/property_description.hxx +++ b/xmloff/source/forms/property_description.hxx @@ -23,7 +23,7 @@ #include "forms/property_handler.hxx" #include "property_group.hxx" -#include "xmloff/xmltoken.hxx" +#include #include #include diff --git a/xmloff/source/forms/property_meta_data.cxx b/xmloff/source/forms/property_meta_data.cxx index f739dfa1abae..23a275c3cc9d 100644 --- a/xmloff/source/forms/property_meta_data.cxx +++ b/xmloff/source/forms/property_meta_data.cxx @@ -20,8 +20,8 @@ #include "property_description.hxx" #include "forms/form_handler_factory.hxx" #include "strings.hxx" -#include "xmloff/xmltoken.hxx" -#include "xmloff/xmlnmspe.hxx" +#include +#include #include diff --git a/xmloff/source/forms/propertyexport.cxx b/xmloff/source/forms/propertyexport.cxx index 6eeb7068dbeb..230d4f0ba540 100644 --- a/xmloff/source/forms/propertyexport.cxx +++ b/xmloff/source/forms/propertyexport.cxx @@ -21,7 +21,7 @@ #include "propertyexport.hxx" #include #include "strings.hxx" -#include "xmloff/xmlnmspe.hxx" +#include #include #include #include diff --git a/xmloff/source/forms/propertyimport.cxx b/xmloff/source/forms/propertyimport.cxx index d305a86dc77b..502f8c3d2caa 100644 --- a/xmloff/source/forms/propertyimport.cxx +++ b/xmloff/source/forms/propertyimport.cxx @@ -27,7 +27,7 @@ #include #include #include "callbacks.hxx" -#include "xmloff/xmlnmspe.hxx" +#include #include #include #include -- cgit