summaryrefslogtreecommitdiffstats
path: root/include/oox/ole/vbainputstream.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/ole/vbainputstream.hxx')
-rw-r--r--include/oox/ole/vbainputstream.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/oox/ole/vbainputstream.hxx b/include/oox/ole/vbainputstream.hxx
index c4c4f0c1aa51..c0adb5bda13f 100644
--- a/include/oox/ole/vbainputstream.hxx
+++ b/include/oox/ole/vbainputstream.hxx
@@ -26,7 +26,7 @@
namespace oox {
namespace ole {
-// ============================================================================
+
/** A non-seekable input stream that implements run-length decompression. */
class VbaInputStream : public BinaryInputStream
@@ -64,7 +64,7 @@ private:
size_t mnChunkPos;
};
-// ============================================================================
+
} // namespace ole
} // namespace oox