summaryrefslogtreecommitdiff
path: root/oox/source/ole/olestorage.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/ole/olestorage.cxx')
-rw-r--r--oox/source/ole/olestorage.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/oox/source/ole/olestorage.cxx b/oox/source/ole/olestorage.cxx
index ee8dc65f32d2..4e20a9dda1c7 100644
--- a/oox/source/ole/olestorage.cxx
+++ b/oox/source/ole/olestorage.cxx
@@ -68,7 +68,9 @@ public:
virtual void SAL_CALL closeOutput() throw( NotConnectedException, BufferSizeExceededException, IOException, RuntimeException, std::exception ) override;
private:
+ /// @throws IOException
void ensureSeekable() const throw( IOException );
+ /// @throws NotConnectedException
void ensureConnected() const throw( NotConnectedException );
private: