diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-10-01 19:05:10 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-02 16:49:40 +0200 |
commit | 4763c0acbde9c43d39ed27ff96830a29e1cea5a4 (patch) | |
tree | 1d2c8edbdf68f5b1d43230d0b7bc8b8e211cbce3 /xmlsecurity | |
parent | 018de58af3d66432311a9c64fafb6689169091f4 (diff) |
-Werror,-Wunused-const-variable
Change-Id: Ic8279d6a52691532b987e7947709bdc14064cc3e
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 addfc3ea3d2b..7f00a7f80561 100644 --- a/xmlsecurity/source/helper/xsecctl.cxx +++ b/xmlsecurity/source/helper/xsecctl.cxx @@ -38,9 +38,6 @@ namespace cssxc = com::sun::star::xml::crypto; namespace cssxs = com::sun::star::xml::sax; namespace cssxw = com::sun::star::xml::wrapper; -const sal_Int8 XML_MAXDIGITSCOUNT_TIME = 11; -const sal_Int8 XML_MAXDIGITSCOUNT_DATETIME = 6; - /* bridge component names */ #define XMLSIGNATURE_COMPONENT "com.sun.star.xml.crypto.XMLSignature" #define XMLDOCUMENTWRAPPER_COMPONENT "com.sun.star.xml.wrapper.XMLDocumentWrapper" |