summaryrefslogtreecommitdiff
path: root/include/oox/core/binarycodec.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/core/binarycodec.hxx')
-rw-r--r--include/oox/core/binarycodec.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/oox/core/binarycodec.hxx b/include/oox/core/binarycodec.hxx
index 08ea66ecb4c3..5fb1682cb63d 100644
--- a/include/oox/core/binarycodec.hxx
+++ b/include/oox/core/binarycodec.hxx
@@ -32,7 +32,7 @@ namespace oox { class AttributeList; }
namespace oox {
namespace core {
-// ============================================================================
+
class OOX_DLLPUBLIC CodecHelper
{
@@ -45,7 +45,7 @@ private:
~CodecHelper();
};
-// ============================================================================
+
/** Encodes and decodes data from/to protected MS Office documents.
@@ -170,7 +170,7 @@ private:
sal_uInt16 mnHash; ///< Hash value from password.
};
-// ============================================================================
+
/** Encodes and decodes data from protected MSO 97+ documents.
@@ -306,7 +306,7 @@ private:
sal_uInt8 mpnUnique[16];
};
-// ============================================================================
+
} // namespace core
} // namespace oox