summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/worksheetsettings.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/oox/worksheetsettings.cxx')
-rw-r--r--sc/source/filter/oox/worksheetsettings.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/source/filter/oox/worksheetsettings.cxx b/sc/source/filter/oox/worksheetsettings.cxx
index ddaf69a6857b..906df7b47a69 100644
--- a/sc/source/filter/oox/worksheetsettings.cxx
+++ b/sc/source/filter/oox/worksheetsettings.cxx
@@ -32,7 +32,7 @@
namespace oox {
namespace xls {
-// ============================================================================
+
using namespace ::com::sun::star::beans;
using namespace ::com::sun::star::uno;
@@ -40,7 +40,7 @@ using namespace ::com::sun::star::util;
using ::oox::core::CodecHelper;
-// ============================================================================
+
namespace {
@@ -53,7 +53,7 @@ const sal_uInt16 BIFF_SHEETPR_FITTOPAGES = 0x0100;
} // namespace
-// ============================================================================
+
SheetSettingsModel::SheetSettingsModel() :
mbFilterMode( false ),
@@ -63,7 +63,7 @@ SheetSettingsModel::SheetSettingsModel() :
{
}
-// ============================================================================
+
SheetProtectionModel::SheetProtectionModel() :
mnPasswordHash( 0 ),
@@ -86,7 +86,7 @@ SheetProtectionModel::SheetProtectionModel() :
{
}
-// ============================================================================
+
WorksheetSettings::WorksheetSettings( const WorksheetHelper& rHelper ) :
WorksheetHelper( rHelper ),
@@ -254,7 +254,7 @@ void WorksheetSettings::finalizeImport()
}
}
-// ============================================================================
+
} // namespace xls
} // namespace oox