summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/sheetdatabuffer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/oox/sheetdatabuffer.cxx')
-rw-r--r--sc/source/filter/oox/sheetdatabuffer.cxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/sc/source/filter/oox/sheetdatabuffer.cxx b/sc/source/filter/oox/sheetdatabuffer.cxx
index 7422e1ad70e9..67018af69489 100644
--- a/sc/source/filter/oox/sheetdatabuffer.cxx
+++ b/sc/source/filter/oox/sheetdatabuffer.cxx
@@ -58,8 +58,6 @@
namespace oox {
namespace xls {
-
-
using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::sheet;
using namespace ::com::sun::star::table;
@@ -68,8 +66,6 @@ using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::util;
-
-
CellModel::CellModel() :
mnCellType( XML_TOKEN_INVALID ),
mnXfId( -1 ),
@@ -77,8 +73,6 @@ CellModel::CellModel() :
{
}
-
-
CellFormulaModel::CellFormulaModel() :
mnFormulaType( XML_TOKEN_INVALID ),
mnSharedId( -1 )
@@ -101,8 +95,6 @@ bool CellFormulaModel::isValidSharedRef( const CellAddress& rCellAddr )
(maFormulaRef.StartRow <= rCellAddr.Row) && (rCellAddr.Row <= maFormulaRef.EndRow);
}
-
-
DataTableModel::DataTableModel() :
mb2dTable( false ),
mbRowTable( false ),
@@ -111,8 +103,6 @@ DataTableModel::DataTableModel() :
{
}
-
-
CellBlockBuffer::CellBlockBuffer( const WorksheetHelper& rHelper ) :
WorksheetHelper( rHelper ),
mnCurrRow( -1 )
@@ -131,8 +121,6 @@ void CellBlockBuffer::finalizeImport()
{
}
-
-
SheetDataBuffer::SheetDataBuffer( const WorksheetHelper& rHelper ) :
WorksheetHelper( rHelper ),
maCellBlocks( rHelper ),
@@ -564,8 +552,6 @@ bool SheetDataBuffer::MergedRange::tryExpand( const CellAddress& rAddress, sal_I
return false;
}
-
-
void SheetDataBuffer::setCellFormula( const CellAddress& rCellAddr, const ApiTokenSequence& rTokens )
{
if( rTokens.hasElements() )