summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/worksheetsettings.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/worksheetsettings.hxx')
-rw-r--r--sc/source/filter/inc/worksheetsettings.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/filter/inc/worksheetsettings.hxx b/sc/source/filter/inc/worksheetsettings.hxx
index 9fc17a3bf253..161492211813 100644
--- a/sc/source/filter/inc/worksheetsettings.hxx
+++ b/sc/source/filter/inc/worksheetsettings.hxx
@@ -26,7 +26,7 @@
namespace oox {
namespace xls {
-// ============================================================================
+
/** Sheet and outline settings. */
struct SheetSettingsModel
@@ -41,7 +41,7 @@ struct SheetSettingsModel
explicit SheetSettingsModel();
};
-// ============================================================================
+
/** Sheet protection settings. */
struct SheetProtectionModel
@@ -67,7 +67,7 @@ struct SheetProtectionModel
explicit SheetProtectionModel();
};
-// ============================================================================
+
class WorksheetSettings : public WorksheetHelper
{
@@ -109,7 +109,7 @@ private:
SheetProtectionModel maSheetProt;
};
-// ============================================================================
+
} // namespace xls
} // namespace oox