summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-03-28 10:59:07 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-03-28 17:03:54 -0400
commit2460b39d9c1d07abc50a7e645cb672c7b5a53084 (patch)
treec740587196d581010febb8612151524fad86a2a6 /sc/inc
parentb9079dc23b163321ce0e0fdea9b8b4ec5799b6d2 (diff)
ScBaseCell::CellEqual is no more.
Change-Id: I9a2923ec85ce116662d66a38b61a5258ff113168
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/cell.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/inc/cell.hxx b/sc/inc/cell.hxx
index b0919a66213a..166649db9fe7 100644
--- a/sc/inc/cell.hxx
+++ b/sc/inc/cell.hxx
@@ -100,8 +100,6 @@ public:
bool HasStringData() const;
rtl::OUString GetStringData() const; // only real strings
- static bool CellEqual( const ScBaseCell* pCell1, const ScBaseCell* pCell2 );
-
private:
ScBaseCell& operator=( const ScBaseCell& );