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/table/XMLTableExport.cxx | 8 ++++---- xmloff/source/table/XMLTableImport.cxx | 22 +++++++++++----------- xmloff/source/table/table.hxx | 2 +- 3 files changed, 16 insertions(+), 16 deletions(-) (limited to 'xmloff/source/table') diff --git a/xmloff/source/table/XMLTableExport.cxx b/xmloff/source/table/XMLTableExport.cxx index 9f1d64a7cd15..3fe8f553e524 100644 --- a/xmloff/source/table/XMLTableExport.cxx +++ b/xmloff/source/table/XMLTableExport.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "xmloff/dllapi.h" +#include -#include "sal/config.h" +#include #include #include @@ -36,8 +36,8 @@ #include #include -#include "xmloff/table/XMLTableExport.hxx" -#include "xmloff/xmlnmspe.hxx" +#include +#include #include #include #include diff --git a/xmloff/source/table/XMLTableImport.cxx b/xmloff/source/table/XMLTableImport.cxx index 914319d03c63..5497331ee556 100644 --- a/xmloff/source/table/XMLTableImport.cxx +++ b/xmloff/source/table/XMLTableImport.cxx @@ -26,17 +26,17 @@ #include #include -#include "xmloff/table/XMLTableImport.hxx" -#include "xmloff/xmltkmap.hxx" -#include "xmloff/maptype.hxx" -#include "xmloff/xmlprmap.hxx" -#include "xmloff/txtimp.hxx" -#include "xmloff/xmlimp.hxx" -#include "xmloff/nmspmap.hxx" -#include "xmloff/xmlstyle.hxx" -#include "xmloff/prstylei.hxx" - -#include "xmloff/xmlnmspe.hxx" +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include #include "table.hxx" #include diff --git a/xmloff/source/table/table.hxx b/xmloff/source/table/table.hxx index 426b567ad30f..4488c97e3b27 100644 --- a/xmloff/source/table/table.hxx +++ b/xmloff/source/table/table.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_XMLOFF_SOURCE_TABLE_TABLE_HXX #define INCLUDED_XMLOFF_SOURCE_TABLE_TABLE_HXX -#include "xmloff/xmltoken.hxx" +#include struct XMLPropertyMapEntry; -- cgit