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/inc/pch/precompiled_xo.hxx | 16 ++++++++-------- xmloff/inc/txtflde.hxx | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'xmloff/inc') diff --git a/xmloff/inc/pch/precompiled_xo.hxx b/xmloff/inc/pch/precompiled_xo.hxx index 744e54ea68ae..c61203d8c67f 100644 --- a/xmloff/inc/pch/precompiled_xo.hxx +++ b/xmloff/inc/pch/precompiled_xo.hxx @@ -14,14 +14,14 @@ also fixes all possible problems, so it's usually better to use it). */ -#include "com/sun/star/beans/XPropertySet.hpp" -#include "com/sun/star/beans/XPropertySetInfo.hpp" -#include "com/sun/star/text/XLineNumberingProperties.hpp" -#include "comphelper/processfactory.hxx" -#include "cppuhelper/exc_hlp.hxx" -#include "sal/config.h" -#include "svl/urihelper.hxx" -#include "tools/debug.hxx" +#include +#include +#include +#include +#include +#include +#include +#include #include #include #include diff --git a/xmloff/inc/txtflde.hxx b/xmloff/inc/txtflde.hxx index 050f9a0c04b4..6d5b38755fa1 100644 --- a/xmloff/inc/txtflde.hxx +++ b/xmloff/inc/txtflde.hxx @@ -25,7 +25,7 @@ #define INCLUDED_XMLOFF_INC_TXTFLDE_HXX #include -#include "xmloff/xmlnmspe.hxx" +#include #include #include -- cgit