summaryrefslogtreecommitdiff
path: root/xmlscript/source/xmlflat_imexp
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2013-11-11 22:19:14 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2013-11-11 22:37:26 -0600
commit7ef3b651d0b081f265e310a1157bf62a3de2118f (patch)
treedcca153238affbfb7a2ced4d33d98b013a4fb65f /xmlscript/source/xmlflat_imexp
parent9a26a423540530a5f31c57e03363b2d2b7184b5e (diff)
xmlscript: include <> for external includes
Change-Id: I3921f93a5ec2d043ed25d7569297131c020c4e83
Diffstat (limited to 'xmlscript/source/xmlflat_imexp')
-rw-r--r--xmlscript/source/xmlflat_imexp/xmlbas_export.cxx4
-rw-r--r--xmlscript/source/xmlflat_imexp/xmlbas_import.cxx4
2 files changed, 4 insertions, 4 deletions
diff --git a/xmlscript/source/xmlflat_imexp/xmlbas_export.cxx b/xmlscript/source/xmlflat_imexp/xmlbas_export.cxx
index a5f4b436ba33..d699513aac1a 100644
--- a/xmlscript/source/xmlflat_imexp/xmlbas_export.cxx
+++ b/xmlscript/source/xmlflat_imexp/xmlbas_export.cxx
@@ -18,8 +18,8 @@
*/
#include "xmlbas_export.hxx"
-#include "xmlscript/xmlns.h"
-#include "xmlscript/xml_helper.hxx"
+#include <xmlscript/xmlns.h>
+#include <xmlscript/xml_helper.hxx>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/lang/XMultiComponentFactory.hpp>
#include <com/sun/star/script/XLibraryContainer2.hpp>
diff --git a/xmlscript/source/xmlflat_imexp/xmlbas_import.cxx b/xmlscript/source/xmlflat_imexp/xmlbas_import.cxx
index 85ad94498c6e..7c2e354b85b9 100644
--- a/xmlscript/source/xmlflat_imexp/xmlbas_import.cxx
+++ b/xmlscript/source/xmlflat_imexp/xmlbas_import.cxx
@@ -18,8 +18,8 @@
*/
#include "xmlbas_import.hxx"
-#include "xmlscript/xmlns.h"
-#include "xmlscript/xml_helper.hxx"
+#include <xmlscript/xmlns.h>
+#include <xmlscript/xml_helper.hxx>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/lang/XMultiComponentFactory.hpp>
#include <com/sun/star/script/XLibraryContainerPassword.hpp>