summaryrefslogtreecommitdiff
path: root/xmloff/source/table
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/source/table
parent32319e1d5609368352b26c4b5f68b444ff246b0e (diff)
xmloff: include <> for external includes
Change-Id: Ic92d0121e928041bcff00b12706f794a4d8e25c8
Diffstat (limited to 'xmloff/source/table')
-rw-r--r--xmloff/source/table/XMLTableExport.cxx8
-rw-r--r--xmloff/source/table/XMLTableImport.cxx22
-rw-r--r--xmloff/source/table/table.hxx2
3 files changed, 16 insertions, 16 deletions
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 <xmloff/dllapi.h>
-#include "sal/config.h"
+#include <sal/config.h>
#include <osl/diagnose.h>
#include <rtl/ustring.hxx>
@@ -36,8 +36,8 @@
#include <com/sun/star/style/XStyle.hpp>
#include <com/sun/star/beans/XPropertySetInfo.hpp>
-#include "xmloff/table/XMLTableExport.hxx"
-#include "xmloff/xmlnmspe.hxx"
+#include <xmloff/table/XMLTableExport.hxx>
+#include <xmloff/xmlnmspe.hxx>
#include <xmloff/xmlprmap.hxx>
#include <xmloff/xmlexppr.hxx>
#include <xmloff/xmlexp.hxx>
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 <com/sun/star/container/XNameContainer.hpp>
#include <com/sun/star/lang/XSingleServiceFactory.hpp>
-#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 <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 "table.hxx"
#include <boost/shared_ptr.hpp>
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 <xmloff/xmltoken.hxx>
struct XMLPropertyMapEntry;