summaryrefslogtreecommitdiff
path: root/include/oox/core/fragmenthandler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/core/fragmenthandler.hxx')
-rw-r--r--include/oox/core/fragmenthandler.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/oox/core/fragmenthandler.hxx b/include/oox/core/fragmenthandler.hxx
index bd7a220bfd44..c33a49e5fd7a 100644
--- a/include/oox/core/fragmenthandler.hxx
+++ b/include/oox/core/fragmenthandler.hxx
@@ -33,7 +33,7 @@ namespace com { namespace sun { namespace star {
namespace oox {
namespace core {
-// ============================================================================
+
/** Base data of a fragment.
@@ -54,7 +54,7 @@ struct FragmentBaseData
RelationsRef xRelations );
};
-// ============================================================================
+
/** Describes record identifiers used to create contexts in a binary stream.
@@ -72,7 +72,7 @@ struct RecordInfo
sal_Int32 mnEndRecId; ///< Record identifier for context end, -1 = no record.
};
-// ============================================================================
+
typedef ::cppu::ImplInheritanceHelper1< ContextHandler, ::com::sun::star::xml::sax::XFastDocumentHandler > FragmentHandler_BASE;
@@ -121,7 +121,7 @@ protected:
typedef ::rtl::Reference< FragmentHandler > FragmentHandlerRef;
-// ============================================================================
+
} // namespace core
} // namespace oox