summaryrefslogtreecommitdiff
path: root/include/oox/helper/binaryoutputstream.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/helper/binaryoutputstream.hxx')
-rw-r--r--include/oox/helper/binaryoutputstream.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/helper/binaryoutputstream.hxx b/include/oox/helper/binaryoutputstream.hxx
index 4dfbaf8559cc..796777f60209 100644
--- a/include/oox/helper/binaryoutputstream.hxx
+++ b/include/oox/helper/binaryoutputstream.hxx
@@ -149,7 +149,7 @@ public:
const css::uno::Reference< css::io::XOutputStream >& rxOutStrm,
bool bAutoClose );
- virtual ~BinaryXOutputStream();
+ virtual ~BinaryXOutputStream() override;
/** Flushes and closes the output stream. Does also close the wrapped UNO
output stream if bAutoClose has been set to true in the constructor. */