summaryrefslogtreecommitdiff
path: root/sc/inc/cellvalue.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-02-27 23:22:21 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-02-27 23:23:09 -0500
commitc177e1cbec9da5c33b57b55493bbeae198051b6f (patch)
tree6ab5082d277599868657bc74a387999922cf85ed /sc/inc/cellvalue.hxx
parent10e3474d9096fa6428a6d68e6e486293c323d4a1 (diff)
Simplify ScViewFunc::DoThesaurus() with ScCellValue.
Change-Id: Ic5d31107aa7653cd8e3fae096888bd633696074f
Diffstat (limited to 'sc/inc/cellvalue.hxx')
-rw-r--r--sc/inc/cellvalue.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/cellvalue.hxx b/sc/inc/cellvalue.hxx
index dd07d1cdafad..08cd8ce9cc7c 100644
--- a/sc/inc/cellvalue.hxx
+++ b/sc/inc/cellvalue.hxx
@@ -77,6 +77,8 @@ struct SC_DLLPUBLIC ScCellValue
void release( ScColumn& rColumn, SCROW nRow );
+ OUString getString( const ScDocument* pDoc );
+
bool isEmpty() const;
bool equalsWithoutFormat( const ScCellValue& r ) const;