diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-12-05 10:01:42 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-12-05 10:04:07 -0500 |
commit | c62cf85d482b82b41551ab5e7893c3b22ae5df6f (patch) | |
tree | 37fdfa1c6c3504ae48e68d03818d19ceffcd2c88 /sc/inc | |
parent | 7e3c931786c3cbe83ee170b8b0746d141b520ce6 (diff) |
I got the terms 'union' and 'intersection' mixed up.
When I said 'Union' originally, I meant 'Intersection'. Let's fix that.
Change-Id: Iaef5035bb1dbb676c63bd17b3650266605104181
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/address.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/address.hxx b/sc/inc/address.hxx index bf4132821404..a7e1a073f2cd 100644 --- a/sc/inc/address.hxx +++ b/sc/inc/address.hxx @@ -564,7 +564,7 @@ public: SC_DLLPUBLIC void ExtendTo( const ScRange& rRange ); SC_DLLPUBLIC bool Intersects( const ScRange& rRange ) const; // do two ranges intersect? - ScRange Union( const ScRange& rOther ) const; + ScRange Intersection( const ScRange& rOther ) const; void PutInOrder(); inline bool operator==( const ScRange& rRange ) const; |