diff options
author | Tomaž Vajngerl <quikee@gmail.com> | 2013-08-24 23:34:19 +0200 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2013-08-24 23:34:19 +0200 |
commit | 230524a373716154b698203a7b5c667b1f75746b (patch) | |
tree | 8dc6d873548f405fec637feaf284749d24c196e1 /oox/source | |
parent | 7ee7a126edf2a4643eb049c4bace2f9ec6b4c373 (diff) |
Forgotten one SAL_CALL in AgileDocumentHandler
Change-Id: I28ad4fe77c9c8474f4f650e9ea5ab309be307fb5
Diffstat (limited to 'oox/source')
-rw-r--r-- | oox/source/crypto/DocumentDecryption.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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*/ ) |