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, 0 insertions, 8 deletions
diff --git a/sc/source/filter/inc/pagesettings.hxx b/sc/source/filter/inc/pagesettings.hxx
index 5ce87a9d7487..548ba5ac7263 100644
--- a/sc/source/filter/inc/pagesettings.hxx
+++ b/sc/source/filter/inc/pagesettings.hxx
@@ -30,8 +30,6 @@ namespace xls {
class HeaderFooterParser;
-
-
/** Holds page style data for a single sheet. */
struct PageSettingsModel
{
@@ -81,8 +79,6 @@ struct PageSettingsModel
void setBiffPrintErrors( sal_uInt8 nPrintErrors );
};
-
-
class PageSettings : public WorksheetHelper
{
public:
@@ -130,8 +126,6 @@ private:
PageSettingsModel maModel;
};
-
-
class PageSettingsConverter : public WorkbookHelper
{
public:
@@ -180,8 +174,6 @@ private:
HFHelperData maFooterData;
};
-
-
} // namespace xls
} // namespace oox