diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-07-18 10:00:42 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-07-19 22:37:33 +0200 |
commit | ca004d940ee8cdec9a4e8bee869c23115d7fd378 (patch) | |
tree | e254d9d184d1b05635f0c0fa69d8fbe23168b64b | |
parent | 22ae038a56b85e86219922c2759544545f2d813d (diff) |
Removed duplicated include
Change-Id: Ie1eef17779e2c70215526e46813b5ab9321911f5
Reviewed-on: https://gerrit.libreoffice.org/40119
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
-rw-r--r-- | svl/source/crypto/cryptosign.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/svl/source/crypto/cryptosign.cxx b/svl/source/crypto/cryptosign.cxx index 2349b17661de..fe9d5e8c2334 100644 --- a/svl/source/crypto/cryptosign.cxx +++ b/svl/source/crypto/cryptosign.cxx @@ -25,7 +25,6 @@ #include <unotools/calendarwrapper.hxx> #include <unotools/datetime.hxx> #include <xmloff/xmluconv.hxx> -#include <sax/tools/converter.hxx> #include <tools/zcodec.hxx> #if HAVE_FEATURE_NSS && !defined(_WIN32) |