diff options
Diffstat (limited to 'uui/source/secmacrowarnings.cxx')
-rw-r--r-- | uui/source/secmacrowarnings.cxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/uui/source/secmacrowarnings.cxx b/uui/source/secmacrowarnings.cxx index 0bc2e1d04d72..0288d5d1ec15 100644 --- a/uui/source/secmacrowarnings.cxx +++ b/uui/source/secmacrowarnings.cxx @@ -18,15 +18,11 @@ */ #include <com/sun/star/xml/crypto/XSecurityEnvironment.hpp> -#include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/security/DocumentDigitalSignatures.hpp> -#include <comphelper/documentconstants.hxx> #include <comphelper/processfactory.hxx> #include <osl/file.h> -#include <sal/macros.h> #include <tools/debug.hxx> -#include <unotools/resmgr.hxx> -#include <com/sun/star/security/NoPasswordException.hpp> +#include <unotools/securityoptions.hxx> using namespace ::com::sun::star::security; |