diff options
-rw-r--r-- | include/xmlscript/xml_helper.hxx | 2 | ||||
-rw-r--r-- | include/xmlscript/xmldlg_imexp.hxx | 4 | ||||
-rw-r--r-- | include/xmlscript/xmllib_imexp.hxx | 4 | ||||
-rw-r--r-- | include/xmlscript/xmlmod_imexp.hxx | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/include/xmlscript/xml_helper.hxx b/include/xmlscript/xml_helper.hxx index 5d65cf12a2340..1c46765631098 100644 --- a/include/xmlscript/xml_helper.hxx +++ b/include/xmlscript/xml_helper.hxx @@ -26,7 +26,7 @@ #include <com/sun/star/io/XInputStream.hpp> #include <com/sun/star/io/XOutputStream.hpp> -#include "xmlscript/xmlscriptdllapi.h" +#include <xmlscript/xmlscriptdllapi.h> namespace xmlscript { diff --git a/include/xmlscript/xmldlg_imexp.hxx b/include/xmlscript/xmldlg_imexp.hxx index 973f562e19d5d..c817e6d1edc49 100644 --- a/include/xmlscript/xmldlg_imexp.hxx +++ b/include/xmlscript/xmldlg_imexp.hxx @@ -26,8 +26,8 @@ #include <com/sun/star/xml/sax/XExtendedDocumentHandler.hpp> #include <com/sun/star/uno/XComponentContext.hpp> -#include "xmlscript/xmlns.h" -#include "xmlscript/xmlscriptdllapi.h" +#include <xmlscript/xmlns.h> +#include <xmlscript/xmlscriptdllapi.h> namespace xmlscript { diff --git a/include/xmlscript/xmllib_imexp.hxx b/include/xmlscript/xmllib_imexp.hxx index a318a85e64975..e86a4d94392a3 100644 --- a/include/xmlscript/xmllib_imexp.hxx +++ b/include/xmlscript/xmllib_imexp.hxx @@ -22,8 +22,8 @@ #include <com/sun/star/xml/sax/XWriter.hpp> #include <com/sun/star/uno/Sequence.hxx> -#include "xmlscript/xmlns.h" -#include "xmlscript/xmlscriptdllapi.h" +#include <xmlscript/xmlns.h> +#include <xmlscript/xmlscriptdllapi.h> namespace xmlscript { diff --git a/include/xmlscript/xmlmod_imexp.hxx b/include/xmlscript/xmlmod_imexp.hxx index 4ca9371fd396a..a11c0318469e5 100644 --- a/include/xmlscript/xmlmod_imexp.hxx +++ b/include/xmlscript/xmlmod_imexp.hxx @@ -22,7 +22,7 @@ #include <com/sun/star/xml/sax/XWriter.hpp> #include <com/sun/star/uno/Sequence.hxx> #include <xmlscript/xmlns.h> -#include "xmlscript/xmlscriptdllapi.h" +#include <xmlscript/xmlscriptdllapi.h> namespace xmlscript { |