summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/excrecds.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/excrecds.hxx')
-rw-r--r--sc/source/filter/inc/excrecds.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/sc/source/filter/inc/excrecds.hxx b/sc/source/filter/inc/excrecds.hxx
index ae44641f96c5..796e624d87d3 100644
--- a/sc/source/filter/inc/excrecds.hxx
+++ b/sc/source/filter/inc/excrecds.hxx
@@ -303,7 +303,7 @@ public:
};
-// ----------------------------------------------------------------------------
+
/** This record contains the Windows country IDs for the UI and document language. */
class XclExpCountry : public XclExpRecord
@@ -334,7 +334,7 @@ private:
};
-// ============================================================================
+
class XclExpFiltermode : public XclExpEmptyRecord
{
@@ -342,7 +342,7 @@ public:
explicit XclExpFiltermode();
};
-// ----------------------------------------------------------------------------
+
class XclExpAutofilterinfo : public XclExpUInt16Record
{
@@ -356,7 +356,7 @@ private:
ScAddress maStartPos;
};
-// ----------------------------------------------------------------------------
+
class ExcFilterCondition
{
@@ -382,7 +382,7 @@ public:
void SaveText( XclExpStream& rStrm );
};
-// ----------------------------------------------------------------------------
+
class XclExpAutofilter : public XclExpRecord, protected XclExpRoot
{
@@ -413,7 +413,7 @@ public:
virtual void SaveXml( XclExpXmlStream& rStrm );
};
-// ----------------------------------------------------------------------------
+
class ExcAutoFilterRecs : public XclExpRecordBase, protected XclExpRoot
{
@@ -443,7 +443,7 @@ private:
bool mbAutoFilter;
};
-// ----------------------------------------------------------------------------
+
/** Sheet filter manager. Contains auto filters or advanced filters from all sheets. */
class XclExpFilterManager : protected XclExpRoot