summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/worksheethelper.cxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-04-06 17:13:43 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-04-06 17:19:54 +0200
commitc4c51709eaa02a5c9a2af3e5d436790307109813 (patch)
treec67362b4f2c3d3f34655ca65ec10d54e1509cf73 /sc/source/filter/oox/worksheethelper.cxx
parentc78f918a7cb267a713804b8feacc3425196d4428 (diff)
whitespace cleanup in sc
Change-Id: Id1dcadcac179c52977e48a6912ce4d5fd542f60c
Diffstat (limited to 'sc/source/filter/oox/worksheethelper.cxx')
-rw-r--r--sc/source/filter/oox/worksheethelper.cxx18
1 files changed, 0 insertions, 18 deletions
diff --git a/sc/source/filter/oox/worksheethelper.cxx b/sc/source/filter/oox/worksheethelper.cxx
index 9a1533b92cec..02df50057a22 100644
--- a/sc/source/filter/oox/worksheethelper.cxx
+++ b/sc/source/filter/oox/worksheethelper.cxx
@@ -81,8 +81,6 @@
namespace oox {
namespace xls {
-
-
using namespace ::com::sun::star;
using namespace ::com::sun::star::beans;
using namespace ::com::sun::star::drawing;
@@ -94,8 +92,6 @@ using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::util;
-
-
namespace {
void lclUpdateProgressBar( const ISegmentProgressBarRef& rxProgressBar, double fPosition )
@@ -107,8 +103,6 @@ void lclUpdateProgressBar( const ISegmentProgressBarRef& rxProgressBar, double f
} // namespace
-
-
ColumnModel::ColumnModel() :
maRange( -1 ),
mfWidth( 0.0 ),
@@ -132,8 +126,6 @@ bool ColumnModel::isMergeable( const ColumnModel& rModel ) const
(mbCollapsed == rModel.mbCollapsed);
}
-
-
RowModel::RowModel() :
mnRow( -1 ),
mfHeight( 0.0 ),
@@ -179,8 +171,6 @@ HyperlinkModel::HyperlinkModel()
{
}
-
-
ValidationModel::ValidationModel() :
mnType( XML_none ),
mnOperator( XML_between ),
@@ -214,8 +204,6 @@ void ValidationModel::setBiffErrorStyle( sal_uInt8 nErrorStyle )
}
-
-
class WorksheetGlobals : public WorkbookHelper, public IWorksheetProgress
{
public:
@@ -423,8 +411,6 @@ private:
bool mbHasDefWidth; /// True = default column width is set from defaultColWidth attribute.
};
-
-
WorksheetGlobals::WorksheetGlobals( const WorkbookHelper& rHelper, const ISegmentProgressBarRef& rxProgressBar, WorksheetType eSheetType, sal_Int16 nSheet ) :
WorkbookHelper( rHelper ),
maSheetCellRanges( "com.sun.star.sheet.SheetCellRanges" ),
@@ -1376,8 +1362,6 @@ void WorksheetGlobals::finalizeDrawings()
}
-
-
WorksheetHelper::WorksheetHelper( WorksheetGlobals& rSheetGlob ) :
WorkbookHelper( rSheetGlob ),
mrSheetGlob( rSheetGlob )
@@ -1638,8 +1622,6 @@ void WorksheetHelper::createSharedFormulaMapEntry(
}
-
-
} // namespace xls
} // namespace oox