summaryrefslogtreecommitdiff
path: root/oox/source
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source')
-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*/ )