diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-03-09 12:35:33 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-03-09 12:35:33 -0500 |
commit | 5e9d811ab8a1c0481c67e3d4589e0a16fb781120 (patch) | |
tree | 8ec0eed4e22eefe0c25eaa51f08ba5b283340c83 /sc/inc/dpitemdata.hxx | |
parent | 59e4ac4c3e55562856cdab04435489f9dc67d318 (diff) |
Apparently nobody uses Hash() anymore.
Diffstat (limited to 'sc/inc/dpitemdata.hxx')
-rw-r--r-- | sc/inc/dpitemdata.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/inc/dpitemdata.hxx b/sc/inc/dpitemdata.hxx index 926ce7a986d8..4aac20ca7605 100644 --- a/sc/inc/dpitemdata.hxx +++ b/sc/inc/dpitemdata.hxx @@ -93,8 +93,6 @@ public: void SetErrorString(const rtl::OUString& rS); bool IsCaseInsEqual(const ScDPItemData& r) const; - size_t Hash() const; - // exact equality bool operator==(const ScDPItemData& r) const; |