xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.hxx |   36 
+++++-----
 1 file changed, 18 insertions(+), 18 deletions(-)

New commits:
commit b878666cd117358ff93f7dd49e8837d027bef8e0
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Fri Feb 26 08:54:20 2016 +0100

    -Werror,-Winconsistent-missing-override
    
    Change-Id: I1da31c370ce60ce107f70e9d8767af04297defca

diff --git a/xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.hxx 
b/xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.hxx
index bbe3445..e83ea6e 100644
--- a/xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.hxx
+++ b/xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.hxx
@@ -50,33 +50,33 @@ class X509Certificate_MSCryptImpl : public 
::cppu::WeakImplHelper<
         virtual ~X509Certificate_MSCryptImpl() ;
 
         //Methods from XCertificate
-        virtual sal_Int16 SAL_CALL getVersion() throw ( 
::com::sun::star::uno::RuntimeException) ;
+        virtual sal_Int16 SAL_CALL getVersion() throw ( 
::com::sun::star::uno::RuntimeException) override;
 
-        virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL 
getSerialNumber() throw ( ::com::sun::star::uno::RuntimeException) ;
-        virtual OUString SAL_CALL getIssuerName() throw ( 
::com::sun::star::uno::RuntimeException) ;
-        virtual OUString SAL_CALL getSubjectName() throw ( 
::com::sun::star::uno::RuntimeException) ;
-        virtual ::com::sun::star::util::DateTime SAL_CALL getNotValidBefore() 
throw ( ::com::sun::star::uno::RuntimeException) ;
-        virtual ::com::sun::star::util::DateTime SAL_CALL getNotValidAfter() 
throw ( ::com::sun::star::uno::RuntimeException) ;
-        virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL 
getIssuerUniqueID() throw ( ::com::sun::star::uno::RuntimeException) ;
-        virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL 
getSubjectUniqueID() throw ( ::com::sun::star::uno::RuntimeException) ;
-        virtual ::com::sun::star::uno::Sequence< 
::com::sun::star::uno::Reference< 
::com::sun::star::security::XCertificateExtension > > SAL_CALL getExtensions() 
throw ( ::com::sun::star::uno::RuntimeException) ;
-        virtual ::com::sun::star::uno::Reference< 
::com::sun::star::security::XCertificateExtension > SAL_CALL 
findCertificateExtension( const ::com::sun::star::uno::Sequence< sal_Int8 >& 
oid ) throw (::com::sun::star::uno::RuntimeException) ;
-        virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL 
getEncoded() throw ( ::com::sun::star::uno::RuntimeException) ;
+        virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL 
getSerialNumber() throw ( ::com::sun::star::uno::RuntimeException) override;
+        virtual OUString SAL_CALL getIssuerName() throw ( 
::com::sun::star::uno::RuntimeException) override;
+        virtual OUString SAL_CALL getSubjectName() throw ( 
::com::sun::star::uno::RuntimeException) override;
+        virtual ::com::sun::star::util::DateTime SAL_CALL getNotValidBefore() 
throw ( ::com::sun::star::uno::RuntimeException) override;
+        virtual ::com::sun::star::util::DateTime SAL_CALL getNotValidAfter() 
throw ( ::com::sun::star::uno::RuntimeException) override;
+        virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL 
getIssuerUniqueID() throw ( ::com::sun::star::uno::RuntimeException) override;
+        virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL 
getSubjectUniqueID() throw ( ::com::sun::star::uno::RuntimeException) override;
+        virtual ::com::sun::star::uno::Sequence< 
::com::sun::star::uno::Reference< 
::com::sun::star::security::XCertificateExtension > > SAL_CALL getExtensions() 
throw ( ::com::sun::star::uno::RuntimeException) override;
+        virtual ::com::sun::star::uno::Reference< 
::com::sun::star::security::XCertificateExtension > SAL_CALL 
findCertificateExtension( const ::com::sun::star::uno::Sequence< sal_Int8 >& 
oid ) throw (::com::sun::star::uno::RuntimeException) override;
+        virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL 
getEncoded() throw ( ::com::sun::star::uno::RuntimeException) override;
         virtual OUString SAL_CALL getSubjectPublicKeyAlgorithm()
-            throw ( ::com::sun::star::uno::RuntimeException) ;
+            throw ( ::com::sun::star::uno::RuntimeException) override;
         virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL 
getSubjectPublicKeyValue()
-            throw ( ::com::sun::star::uno::RuntimeException) ;
+            throw ( ::com::sun::star::uno::RuntimeException) override;
         virtual OUString SAL_CALL getSignatureAlgorithm()
-            throw ( ::com::sun::star::uno::RuntimeException) ;
+            throw ( ::com::sun::star::uno::RuntimeException) override;
         virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL 
getSHA1Thumbprint()
-            throw ( ::com::sun::star::uno::RuntimeException) ;
+            throw ( ::com::sun::star::uno::RuntimeException) override;
         virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL 
getMD5Thumbprint()
-            throw ( ::com::sun::star::uno::RuntimeException) ;
+            throw ( ::com::sun::star::uno::RuntimeException) override;
 
-        virtual sal_Int32 SAL_CALL getCertificateUsage( ) throw ( 
::com::sun::star::uno::RuntimeException) ;
+        virtual sal_Int32 SAL_CALL getCertificateUsage( ) throw ( 
::com::sun::star::uno::RuntimeException) override;
 
         //Methods from XUnoTunnel
-        virtual sal_Int64 SAL_CALL getSomething( const 
::com::sun::star::uno::Sequence< sal_Int8 >& aIdentifier ) throw 
(com::sun::star::uno::RuntimeException);
+        virtual sal_Int64 SAL_CALL getSomething( const 
::com::sun::star::uno::Sequence< sal_Int8 >& aIdentifier ) throw 
(com::sun::star::uno::RuntimeException) override;
 
         /// @see xmlsecurity::Certificate::getSHA256Thumbprint().
         virtual css::uno::Sequence<sal_Int8> getSHA256Thumbprint() throw 
(css::uno::RuntimeException, std::exception) override;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to