summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/pagesettings.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/pagesettings.hxx')
-rw-r--r--sc/source/filter/inc/pagesettings.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/filter/inc/pagesettings.hxx b/sc/source/filter/inc/pagesettings.hxx
index 47f6239b97fe..c386cdd87fc9 100644
--- a/sc/source/filter/inc/pagesettings.hxx
+++ b/sc/source/filter/inc/pagesettings.hxx
@@ -30,7 +30,7 @@ namespace xls {
class HeaderFooterParser;
-// ============================================================================
+
/** Holds page style data for a single sheet. */
struct PageSettingsModel
@@ -81,7 +81,7 @@ struct PageSettingsModel
void setBiffPrintErrors( sal_uInt8 nPrintErrors );
};
-// ============================================================================
+
class PageSettings : public WorksheetHelper
{
@@ -130,7 +130,7 @@ private:
PageSettingsModel maModel;
};
-// ============================================================================
+
class PageSettingsConverter : public WorkbookHelper
{
@@ -180,7 +180,7 @@ private:
HFHelperData maFooterData;
};
-// ============================================================================
+
} // namespace xls
} // namespace oox