diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-03-26 19:38:24 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-03-27 00:07:15 -0400 |
commit | f1211bc84d62598be18d9a61e8d63563a0d74f5a (patch) | |
tree | 4bf814a8b5cdd342a7f5bb86567646658975a1a9 /sc/inc/cellvalue.hxx | |
parent | f051163d699c802dc51be0b9af9a9879bcee5307 (diff) |
Converted the external ref manager code.
Change-Id: Ifbce13bc8a941e548b1ba647519cf9765b7f55d0
Diffstat (limited to 'sc/inc/cellvalue.hxx')
-rw-r--r-- | sc/inc/cellvalue.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/cellvalue.hxx b/sc/inc/cellvalue.hxx index d4ef3076d0c4..fb7c17573fb8 100644 --- a/sc/inc/cellvalue.hxx +++ b/sc/inc/cellvalue.hxx @@ -130,6 +130,8 @@ struct SC_DLLPUBLIC ScRefCellValue bool isEmpty() const; + bool hasEmptyValue(); + bool equalsWithoutFormat( const ScRefCellValue& r ) const; ScRefCellValue& operator= ( const ScRefCellValue& r ); |