diff options
Diffstat (limited to 'xmlsecurity/source/framework')
6 files changed, 7 insertions, 7 deletions
diff --git a/xmlsecurity/source/framework/saxeventkeeperimpl.cxx b/xmlsecurity/source/framework/saxeventkeeperimpl.cxx index da70366c694c..c1855ecd31ca 100644 --- a/xmlsecurity/source/framework/saxeventkeeperimpl.cxx +++ b/xmlsecurity/source/framework/saxeventkeeperimpl.cxx @@ -18,7 +18,7 @@ */ -#include "framework/saxeventkeeperimpl.hxx" +#include <framework/saxeventkeeperimpl.hxx> #include "buffernode.hxx" #include "elementmark.hxx" #include "elementcollector.hxx" diff --git a/xmlsecurity/source/framework/securityengine.cxx b/xmlsecurity/source/framework/securityengine.cxx index fa8ec96428c1..3088d5a80b4b 100644 --- a/xmlsecurity/source/framework/securityengine.cxx +++ b/xmlsecurity/source/framework/securityengine.cxx @@ -18,7 +18,7 @@ */ -#include "framework/securityengine.hxx" +#include <framework/securityengine.hxx> #include <com/sun/star/lang/XMultiServiceFactory.hpp> diff --git a/xmlsecurity/source/framework/signaturecreatorimpl.cxx b/xmlsecurity/source/framework/signaturecreatorimpl.cxx index be94d840f525..00e635667a16 100644 --- a/xmlsecurity/source/framework/signaturecreatorimpl.cxx +++ b/xmlsecurity/source/framework/signaturecreatorimpl.cxx @@ -18,7 +18,7 @@ */ -#include "framework/signaturecreatorimpl.hxx" +#include <framework/signaturecreatorimpl.hxx> #include <com/sun/star/xml/crypto/XXMLSignatureTemplate.hpp> #include <com/sun/star/xml/wrapper/XXMLElementWrapper.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> diff --git a/xmlsecurity/source/framework/signatureengine.cxx b/xmlsecurity/source/framework/signatureengine.cxx index a9befe357d3b..bffcb68bad51 100644 --- a/xmlsecurity/source/framework/signatureengine.cxx +++ b/xmlsecurity/source/framework/signatureengine.cxx @@ -18,8 +18,8 @@ */ -#include "framework/signatureengine.hxx" -#include "framework/xmlsignaturetemplateimpl.hxx" +#include <framework/signatureengine.hxx> +#include <framework/xmlsignaturetemplateimpl.hxx> #include <com/sun/star/xml/wrapper/XXMLElementWrapper.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <rtl/ref.hxx> diff --git a/xmlsecurity/source/framework/signatureverifierimpl.cxx b/xmlsecurity/source/framework/signatureverifierimpl.cxx index edda76b5bc0c..e861356a86f5 100644 --- a/xmlsecurity/source/framework/signatureverifierimpl.cxx +++ b/xmlsecurity/source/framework/signatureverifierimpl.cxx @@ -18,7 +18,7 @@ */ -#include "framework/signatureverifierimpl.hxx" +#include <framework/signatureverifierimpl.hxx> #include <com/sun/star/xml/crypto/XXMLSignatureTemplate.hpp> #include <com/sun/star/xml/wrapper/XXMLElementWrapper.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> diff --git a/xmlsecurity/source/framework/xmlsignaturetemplateimpl.cxx b/xmlsecurity/source/framework/xmlsignaturetemplateimpl.cxx index 4fed055ea4eb..5e20ce85f0ca 100644 --- a/xmlsecurity/source/framework/xmlsignaturetemplateimpl.cxx +++ b/xmlsecurity/source/framework/xmlsignaturetemplateimpl.cxx @@ -20,7 +20,7 @@ #include <sal/config.h> #include <rtl/ustring.hxx> #include <rtl/uuid.h> -#include "framework/xmlsignaturetemplateimpl.hxx" +#include <framework/xmlsignaturetemplateimpl.hxx> using namespace ::com::sun::star::uno ; using ::com::sun::star::lang::XMultiServiceFactory ; |