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 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'xmloff/inc/pch') 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 -- cgit