diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-26 12:53:36 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-02-27 10:27:32 +0200 |
commit | b709688cae4f3a00525fdd17c20852e55f131308 (patch) | |
tree | 9c4ce52cb0bb825b14a505e3e1e16edab497146b /sc/inc/refdata.hxx | |
parent | 297c4d4021c2818cb8a51fabfc074d172927f897 (diff) |
remove unused data ScComplexRefData::IsDeleted()
Change-Id: I06d44a709f18b457c3d3381e2c6f4636fbffd4f0
Diffstat (limited to 'sc/inc/refdata.hxx')
-rw-r--r-- | sc/inc/refdata.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/refdata.hxx b/sc/inc/refdata.hxx index 2d942999123a..8d9e5fb55892 100644 --- a/sc/inc/refdata.hxx +++ b/sc/inc/refdata.hxx @@ -135,7 +135,6 @@ struct ScComplexRefData Ref2.InitAddress( nCol2, nRow2, nTab2 ); } - bool IsDeleted() const; bool Valid() const; /** In external references nTab is -1 for the start tab and -1 for the end |