diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-06-21 17:39:01 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-06-21 19:28:47 +0100 |
commit | ec5fa0164b9bae5c5bc6654f581e493206584301 (patch) | |
tree | 5e0af34a816942633f6f4432e2e8ac0a843f542a /xmlsecurity | |
parent | b326c1d728e65afea4257d1142a02185ae6bc4d0 (diff) |
replace all but one .hdl include with equivalent .hpp includes.
Change-Id: I15e94f112144549692d0c2babeb48c77adcb93a9
Diffstat (limited to 'xmlsecurity')
-rw-r--r-- | xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx | 2 | ||||
-rw-r--r-- | xmlsecurity/source/xmlsec/mscrypt/xmlsignature_mscryptimpl.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx b/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx index c85a251225ce..bf1cbeb2eb96 100644 --- a/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx +++ b/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx @@ -42,7 +42,7 @@ #include <com/sun/star/security/NoPasswordException.hpp> #include <com/sun/star/lang/DisposedException.hpp> #include <com/sun/star/beans/XPropertySet.hpp> -#include <com/sun/star/security/CertificateValidity.hdl> +#include <com/sun/star/security/CertificateValidity.hpp> #include <com/sun/star/packages/WrongPasswordException.hpp> #include <com/sun/star/security/SerialNumberAdapter.hpp> #include <com/sun/star/security/XDocumentDigitalSignatures.hpp> diff --git a/xmlsecurity/source/xmlsec/mscrypt/xmlsignature_mscryptimpl.cxx b/xmlsecurity/source/xmlsec/mscrypt/xmlsignature_mscryptimpl.cxx index 234bc7371c9b..31f5e9896ce1 100644 --- a/xmlsecurity/source/xmlsec/mscrypt/xmlsignature_mscryptimpl.cxx +++ b/xmlsecurity/source/xmlsec/mscrypt/xmlsignature_mscryptimpl.cxx @@ -29,7 +29,7 @@ #include <sal/config.h> #include <rtl/uuid.h> -#include "com/sun/star/xml/crypto/SecurityOperationStatus.hdl" +#include "com/sun/star/xml/crypto/SecurityOperationStatus.hpp" #include "xmlsignature_mscryptimpl.hxx" #include "xmldocumentwrapper_xmlsecimpl.hxx" #include "xmlelementwrapper_xmlsecimpl.hxx" |