Kaydet (Commit) 7ef3b651 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

xmlscript: include <> for external includes

Change-Id: I3921f93a5ec2d043ed25d7569297131c020c4e83
üst 9a26a423
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#ifndef INCLUDED_XMLSCRIPT_MISC_HXX #ifndef INCLUDED_XMLSCRIPT_MISC_HXX
#define INCLUDED_XMLSCRIPT_MISC_HXX #define INCLUDED_XMLSCRIPT_MISC_HXX
#include "com/sun/star/uno/Any.hxx" #include <com/sun/star/uno/Any.hxx>
namespace xmlscript namespace xmlscript
{ {
......
...@@ -25,8 +25,8 @@ ...@@ -25,8 +25,8 @@
#include <tools/diagnose_ex.h> #include <tools/diagnose_ex.h>
#include <comphelper/processfactory.hxx> #include <comphelper/processfactory.hxx>
#include "com/sun/star/xml/input/XRoot.hpp" #include <com/sun/star/xml/input/XRoot.hpp>
#include "com/sun/star/xml/sax/XExtendedDocumentHandler.hpp" #include <com/sun/star/xml/sax/XExtendedDocumentHandler.hpp>
namespace xmlscript namespace xmlscript
{ {
......
...@@ -19,14 +19,14 @@ ...@@ -19,14 +19,14 @@
#include "xml_import.hxx" #include "xml_import.hxx"
#include "cppuhelper/factory.hxx" #include <cppuhelper/factory.hxx>
#include "cppuhelper/implementationentry.hxx" #include <cppuhelper/implementationentry.hxx>
#include "cppuhelper/implbase1.hxx" #include <cppuhelper/implbase1.hxx>
#include "cppuhelper/implbase3.hxx" #include <cppuhelper/implbase3.hxx>
#include "com/sun/star/xml/input/XAttributes.hpp" #include <com/sun/star/xml/input/XAttributes.hpp>
#include "com/sun/star/lang/XInitialization.hpp" #include <com/sun/star/lang/XInitialization.hpp>
#include "com/sun/star/uno/XComponentContext.hpp" #include <com/sun/star/uno/XComponentContext.hpp>
#include <vector> #include <vector>
#include <boost/unordered_map.hpp> #include <boost/unordered_map.hpp>
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#ifndef INCLUDED_COMMON_HXX #ifndef INCLUDED_COMMON_HXX
#define INCLUDED_COMMON_HXX #define INCLUDED_COMMON_HXX
#include "sal/types.h" #include <sal/types.h>
namespace xmlscript { namespace xmlscript {
......
...@@ -18,8 +18,8 @@ ...@@ -18,8 +18,8 @@
*/ */
#include "xmlbas_export.hxx" #include "xmlbas_export.hxx"
#include "xmlscript/xmlns.h" #include <xmlscript/xmlns.h>
#include "xmlscript/xml_helper.hxx" #include <xmlscript/xml_helper.hxx>
#include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/lang/XMultiComponentFactory.hpp> #include <com/sun/star/lang/XMultiComponentFactory.hpp>
#include <com/sun/star/script/XLibraryContainer2.hpp> #include <com/sun/star/script/XLibraryContainer2.hpp>
......
...@@ -18,8 +18,8 @@ ...@@ -18,8 +18,8 @@
*/ */
#include "xmlbas_import.hxx" #include "xmlbas_import.hxx"
#include "xmlscript/xmlns.h" #include <xmlscript/xmlns.h>
#include "xmlscript/xml_helper.hxx" #include <xmlscript/xml_helper.hxx>
#include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/lang/XMultiComponentFactory.hpp> #include <com/sun/star/lang/XMultiComponentFactory.hpp>
#include <com/sun/star/script/XLibraryContainerPassword.hpp> #include <com/sun/star/script/XLibraryContainerPassword.hpp>
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#include <config_folders.h> #include <config_folders.h>
#include <stdio.h> #include <stdio.h>
#include "osl/file.h" #include <osl/file.h>
#include <rtl/ustrbuf.hxx> #include <rtl/ustrbuf.hxx>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment