summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2016-11-16 19:24:01 +0100
committerEike Rathke <erack@redhat.com>2016-11-16 19:24:33 +0100
commit2a91304bddf3b1a7b788b120e6374cc1fb9ea045 (patch)
treefbbcf0a7836d81127b8afe9f97c7c8b1caeafdd3 /sc/inc
parent884e9296417235e088d4813c4a751f74faf6cae0 (diff)
remove anything svHybridValueCell related, it's nowhere set anymore
Change-Id: I9887d7ca83ffc012fec1a78ef9ef537d2188a7e3
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/formulacell.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/formulacell.hxx b/sc/inc/formulacell.hxx
index d17e1e0db2f1..960a753f643a 100644
--- a/sc/inc/formulacell.hxx
+++ b/sc/inc/formulacell.hxx
@@ -289,7 +289,6 @@ public:
bool IsValue(); // also true if formula::svEmptyCell
bool IsValueNoError();
bool IsValueNoError() const;
- bool IsHybridValueCell(); // for cells after import to deal with inherited number formats
double GetValue();
svl::SharedString GetString();
const ScMatrix* GetMatrix();