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.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/filter/oox/sheetdatabuffer.cxx b/sc/source/filter/oox/sheetdatabuffer.cxx
index 668a74ebec30..b7db26de045c 100644
--- a/sc/source/filter/oox/sheetdatabuffer.cxx
+++ b/sc/source/filter/oox/sheetdatabuffer.cxx
@@ -58,7 +58,7 @@
namespace oox {
namespace xls {
-// ============================================================================
+
using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::sheet;
@@ -68,7 +68,7 @@ using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::util;
-// ============================================================================
+
CellModel::CellModel() :
mnCellType( XML_TOKEN_INVALID ),
@@ -111,7 +111,7 @@ DataTableModel::DataTableModel() :
{
}
-// ============================================================================
+
CellBlockBuffer::CellBlockBuffer( const WorksheetHelper& rHelper ) :
WorksheetHelper( rHelper ),
@@ -131,7 +131,7 @@ void CellBlockBuffer::finalizeImport()
{
}
-// ============================================================================
+
SheetDataBuffer::SheetDataBuffer( const WorksheetHelper& rHelper ) :
WorksheetHelper( rHelper ),