summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLExportIterator.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-02-27 11:46:07 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-02-27 11:46:07 +0000
commit7cb03c7e24f3a5cb38f9341e03afccb960e5ac87 (patch)
treee6c7010bf0251b3e57237f1bf278e33b6857883f /sc/source/filter/xml/XMLExportIterator.hxx
parent111fd49c67c49f00c9ca4cce92817532c56d3d45 (diff)
INTEGRATION: CWS calcwarnings (1.30.314); FILE MERGED
2006/12/01 13:29:16 nn 1.30.314.1: #i69284# warning-free: filter/xml, wntmsci10
Diffstat (limited to 'sc/source/filter/xml/XMLExportIterator.hxx')
-rw-r--r--sc/source/filter/xml/XMLExportIterator.hxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/sc/source/filter/xml/XMLExportIterator.hxx b/sc/source/filter/xml/XMLExportIterator.hxx
index 977cc758c85f..fc75024bf5a7 100644
--- a/sc/source/filter/xml/XMLExportIterator.hxx
+++ b/sc/source/filter/xml/XMLExportIterator.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: XMLExportIterator.hxx,v $
*
- * $Revision: 1.30 $
+ * $Revision: 1.31 $
*
- * last change: $Author: hr $ $Date: 2005-09-23 12:41:55 $
+ * last change: $Author: vg $ $Date: 2007-02-27 12:46:07 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -121,7 +121,7 @@ public:
ScMyShapesContainer();
virtual ~ScMyShapesContainer();
- ScMyIteratorBase::UpdateAddress;
+ using ScMyIteratorBase::UpdateAddress;
void AddNewShape(const ScMyShape& aShape);
sal_Bool HasShapes() { return !aShapeList.empty(); }
const ScMyShapeList* GetShapes() { return &aShapeList; }
@@ -149,7 +149,7 @@ public:
ScMyNoteShapesContainer();
virtual ~ScMyNoteShapesContainer();
- ScMyIteratorBase::UpdateAddress;
+ using ScMyIteratorBase::UpdateAddress;
void AddNewNote(const ScMyNoteShape& aNote);
sal_Bool HasNotes() { return !aNoteShapeList.empty(); }
const ScMyNoteShapeList* GetNotes() { return &aNoteShapeList; }
@@ -180,7 +180,7 @@ public:
virtual ~ScMyMergedRangesContainer();
void AddRange(const com::sun::star::table::CellRangeAddress aMergedRange);
- ScMyIteratorBase::UpdateAddress;
+ using ScMyIteratorBase::UpdateAddress;
virtual void SetCellData( ScMyCell& rMyCell );
virtual void Sort(); // + remove doublets
};
@@ -220,7 +220,7 @@ public:
inline void AddNewAreaLink( const ScMyAreaLink& rAreaLink )
{ aAreaLinkList.push_back( rAreaLink ); }
- ScMyIteratorBase::UpdateAddress;
+ using ScMyIteratorBase::UpdateAddress;
virtual void SetCellData( ScMyCell& rMyCell );
virtual void Sort();
};
@@ -246,7 +246,7 @@ public:
virtual ~ScMyEmptyDatabaseRangesContainer();
void AddNewEmptyDatabaseRange(const com::sun::star::table::CellRangeAddress& aCellRangeAddress);
- ScMyIteratorBase::UpdateAddress;
+ using ScMyIteratorBase::UpdateAddress;
virtual void SetCellData( ScMyCell& rMyCell );
virtual void Sort();
};
@@ -282,7 +282,7 @@ public:
const ScRange& rSourceRange,
sal_Bool bHasError );
- ScMyIteratorBase::UpdateAddress;
+ using ScMyIteratorBase::UpdateAddress;
virtual void SetCellData( ScMyCell& rMyCell );
virtual void Sort();
};
@@ -312,7 +312,7 @@ public:
void AddOperation( ScDetOpType eOpType, const ScAddress& rPosition, sal_uInt32 nIndex );
- ScMyIteratorBase::UpdateAddress;
+ using ScMyIteratorBase::UpdateAddress;
virtual void SetCellData( ScMyCell& rMyCell );
virtual void Sort();
};