summaryrefslogtreecommitdiff
path: root/xmloff/inc
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2013-11-11 22:30:35 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2013-11-11 22:37:28 -0600
commit21123da759295d0b1ed0099f6ffa071417415480 (patch)
tree4680bf6ff856b54a70e7e47b8b648d101b7d325c /xmloff/inc
parent32319e1d5609368352b26c4b5f68b444ff246b0e (diff)
xmloff: include <> for external includes
Change-Id: Ic92d0121e928041bcff00b12706f794a4d8e25c8
Diffstat (limited to 'xmloff/inc')
-rw-r--r--xmloff/inc/pch/precompiled_xo.hxx16
-rw-r--r--xmloff/inc/txtflde.hxx2
2 files changed, 9 insertions, 9 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>
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 <com/sun/star/uno/Reference.h>
-#include "xmloff/xmlnmspe.hxx"
+#include <xmloff/xmlnmspe.hxx>
#include <rtl/ustring.hxx>
#include <xmloff/xmltoken.hxx>