summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/viewsettings.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/viewsettings.hxx')
-rw-r--r--sc/source/filter/inc/viewsettings.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/source/filter/inc/viewsettings.hxx b/sc/source/filter/inc/viewsettings.hxx
index 8a90d1e058ff..8dfdfa5940a2 100644
--- a/sc/source/filter/inc/viewsettings.hxx
+++ b/sc/source/filter/inc/viewsettings.hxx
@@ -29,7 +29,7 @@
namespace oox {
namespace xls {
-// ============================================================================
+
/** Contains all settings for a selection in a single pane of a sheet. */
struct PaneSelectionModel
@@ -41,7 +41,7 @@ struct PaneSelectionModel
explicit PaneSelectionModel();
};
-// ----------------------------------------------------------------------------
+
/** Contains all view settings for a single sheet. */
struct SheetViewModel
@@ -93,7 +93,7 @@ struct SheetViewModel
typedef ::boost::shared_ptr< SheetViewModel > SheetViewModelRef;
-// ----------------------------------------------------------------------------
+
class SheetViewSettings : public WorksheetHelper
{
@@ -132,7 +132,7 @@ private:
SheetViewModelVec maSheetViews;
};
-// ============================================================================
+
/** Contains all view settings for the entire document. */
struct WorkbookViewModel
@@ -155,7 +155,7 @@ struct WorkbookViewModel
typedef ::boost::shared_ptr< WorkbookViewModel > WorkbookViewModelRef;
-// ----------------------------------------------------------------------------
+
class ViewSettings : public WorkbookHelper
{
@@ -203,7 +203,7 @@ private:
bool mbValidOleSize; /// True = imported OLE size is a valid cell range.
};
-// ============================================================================
+
} // namespace xls
} // namespace oox