diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-11 22:30:35 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-11 22:37:28 -0600 |
commit | 21123da759295d0b1ed0099f6ffa071417415480 (patch) | |
tree | 4680bf6ff856b54a70e7e47b8b648d101b7d325c /xmloff/inc/pch | |
parent | 32319e1d5609368352b26c4b5f68b444ff246b0e (diff) |
xmloff: include <> for external includes
Change-Id: Ic92d0121e928041bcff00b12706f794a4d8e25c8
Diffstat (limited to 'xmloff/inc/pch')
-rw-r--r-- | xmloff/inc/pch/precompiled_xo.hxx | 16 |
1 files changed, 8 insertions, 8 deletions
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 <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 <algorithm> #include <basegfx/matrix/b2dhommatrix.hxx> #include <basegfx/matrix/b2dhommatrixtools.hxx> |