summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xlescher.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/xlescher.hxx')
-rw-r--r--sc/source/filter/inc/xlescher.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/source/filter/inc/xlescher.hxx b/sc/source/filter/inc/xlescher.hxx
index f99c602301e3..ab5d083b735f 100644
--- a/sc/source/filter/inc/xlescher.hxx
+++ b/sc/source/filter/inc/xlescher.hxx
@@ -341,7 +341,7 @@ inline SvStream& WriteXclObjAnchor( SvStream& rStrm, const XclObjAnchor& rAnchor
.WriteUInt16( rAnchor.maLast.mnRow).WriteUInt16(rAnchor.mnBY);
}
-// ----------------------------------------------------------------------------
+
struct XclObjLineData
{
@@ -358,7 +358,7 @@ struct XclObjLineData
XclImpStream& operator>>( XclImpStream& rStrm, XclObjLineData& rLineData );
-// ----------------------------------------------------------------------------
+
struct XclObjFillData
{
@@ -375,7 +375,7 @@ struct XclObjFillData
XclImpStream& operator>>( XclImpStream& rStrm, XclObjFillData& rFillData );
-// ----------------------------------------------------------------------------
+
struct XclObjTextData
{
@@ -402,7 +402,7 @@ struct XclObjTextData
inline sal_uInt8 GetVerAlign() const { return ::extract_value< sal_uInt8 >( mnFlags, 4, 3 ); }
};
-// ============================================================================
+
enum XclTbxEventType
{
@@ -413,7 +413,7 @@ enum XclTbxEventType
EXC_TBX_EVENT_CHANGE /// XChangeListener.changed
};
-// ----------------------------------------------------------------------------
+
/** Provides static helper functions for form controls. */
class XclControlHelper
@@ -435,7 +435,7 @@ public:
XclTbxEventType eEventType, SfxObjectShell* pShell = NULL );
};
-// ============================================================================
+
#endif