summaryrefslogtreecommitdiff
path: root/sc/source/core/data/dpobject.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/data/dpobject.cxx')
-rw-r--r--sc/source/core/data/dpobject.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/source/core/data/dpobject.cxx b/sc/source/core/data/dpobject.cxx
index 66f9af3cc7ef..5efc3a69b4c3 100644
--- a/sc/source/core/data/dpobject.cxx
+++ b/sc/source/core/data/dpobject.cxx
@@ -125,12 +125,12 @@ public:
bool isValid() const;
- virtual void getValue(long nCol, ScDPItemData &rData, short& rNumType) const;
- virtual OUString getColumnLabel(long nCol) const;
- virtual long getColumnCount() const;
- virtual bool first();
- virtual bool next();
- virtual void finish();
+ virtual void getValue(long nCol, ScDPItemData &rData, short& rNumType) const SAL_OVERRIDE;
+ virtual OUString getColumnLabel(long nCol) const SAL_OVERRIDE;
+ virtual long getColumnCount() const SAL_OVERRIDE;
+ virtual bool first() SAL_OVERRIDE;
+ virtual bool next() SAL_OVERRIDE;
+ virtual void finish() SAL_OVERRIDE;
};
DBConnector::DBConnector(ScDPCache& rCache, const uno::Reference<sdbc::XRowSet>& xRowSet, const Date& rNullDate) :