From 230524a373716154b698203a7b5c667b1f75746b Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Sat, 24 Aug 2013 23:34:19 +0200 Subject: Forgotten one SAL_CALL in AgileDocumentHandler Change-Id: I28ad4fe77c9c8474f4f650e9ea5ab309be307fb5 --- oox/source/crypto/DocumentDecryption.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'oox') diff --git a/oox/source/crypto/DocumentDecryption.cxx b/oox/source/crypto/DocumentDecryption.cxx index 5bd5b1a6aba2..1cb6481f704b 100644 --- a/oox/source/crypto/DocumentDecryption.cxx +++ b/oox/source/crypto/DocumentDecryption.cxx @@ -78,7 +78,7 @@ public: void SAL_CALL startDocument() throw (RuntimeException, SAXException) {} - void endDocument() + void SAL_CALL endDocument() throw (RuntimeException, SAXException) {} void SAL_CALL setDocumentLocator( const Reference< XLocator >& /*xLocator*/ ) -- cgit