summaryrefslogtreecommitdiff
path: root/oox/source/ole/axbinaryreader.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/ole/axbinaryreader.cxx')
-rw-r--r--oox/source/ole/axbinaryreader.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/oox/source/ole/axbinaryreader.cxx b/oox/source/ole/axbinaryreader.cxx
index 38f8575e5240..16e65f5d1a73 100644
--- a/oox/source/ole/axbinaryreader.cxx
+++ b/oox/source/ole/axbinaryreader.cxx
@@ -24,7 +24,7 @@
namespace oox {
namespace ole {
-// ============================================================================
+
namespace {
@@ -33,7 +33,7 @@ const sal_uInt32 AX_STRING_COMPRESSED = 0x80000000;
} // namespace
-// ============================================================================
+
AxAlignedInputStream::AxAlignedInputStream( BinaryInputStream& rInStrm ) :
BinaryStreamBase( false ),
@@ -106,7 +106,7 @@ void AxAlignedInputStream::align( size_t nSize )
skip( static_cast< sal_Int32 >( (nSize - (mnStrmPos % nSize)) % nSize ) );
}
-// ============================================================================
+
namespace {
@@ -285,7 +285,7 @@ bool AxBinaryPropertyReader::startNextProperty()
return ensureValid() && bHasProp;
}
-// ============================================================================
+
} // namespace ole
} // namespace oox