Kaydet (Commit) 51a211ca authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: overriding virtual function declaration not marked 'SAL_OVERRIDE'

Change-Id: I9251488743ec3801367600455ef9a22ad876d2d3
üst 6c0e47e3
...@@ -2653,7 +2653,7 @@ public: ...@@ -2653,7 +2653,7 @@ public:
RefCacheFiller( svl::SharedStringPool& rStrPool, ScExternalRefCache& rRefCache, sal_uInt16 nFileId ) : RefCacheFiller( svl::SharedStringPool& rStrPool, ScExternalRefCache& rRefCache, sal_uInt16 nFileId ) :
mrStrPool(rStrPool), mrRefCache(rRefCache), mnFileId(nFileId), mpCurCol(NULL) {} mrStrPool(rStrPool), mrRefCache(rRefCache), mnFileId(nFileId), mpCurCol(NULL) {}
virtual void startColumn( ScColumn* pCol ) virtual void startColumn( ScColumn* pCol ) SAL_OVERRIDE
{ {
mpCurCol = pCol; mpCurCol = pCol;
if (!mpCurCol) if (!mpCurCol)
...@@ -2663,7 +2663,7 @@ public: ...@@ -2663,7 +2663,7 @@ public:
mpRefTab = mrRefCache.getCacheTable(mnFileId, mpCurCol->GetTab()); mpRefTab = mrRefCache.getCacheTable(mnFileId, mpCurCol->GetTab());
} }
virtual void execute( SCROW nRow1, SCROW nRow2, bool bVal ) virtual void execute( SCROW nRow1, SCROW nRow2, bool bVal ) SAL_OVERRIDE
{ {
if (!mpCurCol || !bVal) if (!mpCurCol || !bVal)
return; return;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment