diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-05-28 10:34:26 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-05-29 07:07:11 +0200 |
commit | 7ad929699d8dcdfbb0760fada6d4112ff525d9aa (patch) | |
tree | e9c7222d3cb1a98ae06477fdeabe00a4bfee6ccb /xmlsecurity | |
parent | 2bcab893b28c7e028d0bf2435ea51bebb907c023 (diff) |
Removed duplicated include
In any case is included a few lines after, so I guess it
can be removed the check (if it's not ready also for future
other includes).
Change-Id: Id603022092a60b71a5b35ec57930146d23c6544a
Reviewed-on: https://gerrit.libreoffice.org/73093
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'xmlsecurity')
-rw-r--r-- | xmlsecurity/source/helper/xsecctl.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xmlsecurity/source/helper/xsecctl.cxx b/xmlsecurity/source/helper/xsecctl.cxx index 7acb1b1974c1..d5f3da1c26f8 100644 --- a/xmlsecurity/source/helper/xsecctl.cxx +++ b/xmlsecurity/source/helper/xsecctl.cxx @@ -29,9 +29,6 @@ #include <com/sun/star/xml/crypto/sax/XMissionTaker.hpp> #include <com/sun/star/xml/crypto/SecurityOperationStatus.hpp> -#ifdef ANDROID -#include <com/sun/star/xml/crypto/XXMLSignature.hpp> -#endif #include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/xml/sax/XParser.hpp> #include <com/sun/star/xml/crypto/XXMLSignature.hpp> |