summaryrefslogtreecommitdiff
path: root/sc/inc/refdata.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/refdata.hxx')
-rw-r--r--sc/inc/refdata.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/refdata.hxx b/sc/inc/refdata.hxx
index 640a24fab327..24c5314de7fb 100644
--- a/sc/inc/refdata.hxx
+++ b/sc/inc/refdata.hxx
@@ -116,6 +116,7 @@ struct SingleRefData // Single reference (one address) into the sheet
//UNUSED2008-05 BYTE CreateStoreByteFromFlags() const;
//UNUSED2008-05 void CreateFlagsFromLoadByte( BYTE );
BOOL operator==( const SingleRefData& ) const;
+ bool operator!=( const SingleRefData& ) const;
};
inline void SingleRefData::InitAddress( SCCOL nColP, SCROW nRowP, SCTAB nTabP )