summaryrefslogtreecommitdiff
path: root/oox/source/crypto/DocumentDecryption.cxx
diff options
context:
space:
mode:
authorTomaž Vajngerl <quikee@gmail.com>2013-08-24 23:34:19 +0200
committerTomaž Vajngerl <quikee@gmail.com>2013-08-24 23:34:19 +0200
commit230524a373716154b698203a7b5c667b1f75746b (patch)
tree8dc6d873548f405fec637feaf284749d24c196e1 /oox/source/crypto/DocumentDecryption.cxx
parent7ee7a126edf2a4643eb049c4bace2f9ec6b4c373 (diff)
Forgotten one SAL_CALL in AgileDocumentHandler
Change-Id: I28ad4fe77c9c8474f4f650e9ea5ab309be307fb5
Diffstat (limited to 'oox/source/crypto/DocumentDecryption.cxx')
-rw-r--r--oox/source/crypto/DocumentDecryption.cxx2
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*/ )