summaryrefslogtreecommitdiff
path: root/oox/source/ole/vbainputstream.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/ole/vbainputstream.cxx')
-rw-r--r--oox/source/ole/vbainputstream.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/oox/source/ole/vbainputstream.cxx b/oox/source/ole/vbainputstream.cxx
index 56b4d12eaea6..01ad7bc80cfe 100644
--- a/oox/source/ole/vbainputstream.cxx
+++ b/oox/source/ole/vbainputstream.cxx
@@ -23,8 +23,6 @@
namespace oox {
namespace ole {
-
-
namespace {
const sal_uInt8 VBASTREAM_SIGNATURE = 1;
@@ -36,8 +34,6 @@ const sal_uInt16 VBACHUNK_LENMASK = 0x0FFF;
} // namespace
-
-
VbaInputStream::VbaInputStream( BinaryInputStream& rInStrm ) :
BinaryStreamBase( false ),
mpInStrm( &rInStrm ),
@@ -208,8 +204,6 @@ bool VbaInputStream::updateChunk()
return !mbEof;
}
-
-
} // namespace ole
} // namespace oox