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, 0 insertions, 12 deletions
diff --git a/sc/source/filter/oox/worksheetsettings.cxx b/sc/source/filter/oox/worksheetsettings.cxx
index 906df7b47a69..e58b41d6d346 100644
--- a/sc/source/filter/oox/worksheetsettings.cxx
+++ b/sc/source/filter/oox/worksheetsettings.cxx
@@ -32,16 +32,12 @@
namespace oox {
namespace xls {
-
-
using namespace ::com::sun::star::beans;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::util;
using ::oox::core::CodecHelper;
-
-
namespace {
const sal_uInt8 BIFF12_SHEETPR_FILTERMODE = 0x01;
@@ -53,8 +49,6 @@ const sal_uInt16 BIFF_SHEETPR_FITTOPAGES = 0x0100;
} // namespace
-
-
SheetSettingsModel::SheetSettingsModel() :
mbFilterMode( false ),
mbApplyStyles( false ),
@@ -63,8 +57,6 @@ SheetSettingsModel::SheetSettingsModel() :
{
}
-
-
SheetProtectionModel::SheetProtectionModel() :
mnPasswordHash( 0 ),
mbSheet( false ),
@@ -86,8 +78,6 @@ SheetProtectionModel::SheetProtectionModel() :
{
}
-
-
WorksheetSettings::WorksheetSettings( const WorksheetHelper& rHelper ) :
WorksheetHelper( rHelper ),
maPhoneticSett( rHelper )
@@ -254,8 +244,6 @@ void WorksheetSettings::finalizeImport()
}
}
-
-
} // namespace xls
} // namespace oox