summaryrefslogtreecommitdiff
path: root/sc/inc/typedstrdata.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-06-14 23:43:35 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-06-15 15:41:13 +0100
commit9bf2d51927c3ac87b32b996a65bd30618b4ce58c (patch)
treea83e3fa81029982c5c5d311bff401eae54f52e66 /sc/inc/typedstrdata.hxx
parentf03a3edf2523c208948059861e0df48567834d0d (diff)
callcatcher: chainsaw out some unnecessary code
Change-Id: I88de7a942fbc9e0c51a3261236f5203f037d2392
Diffstat (limited to 'sc/inc/typedstrdata.hxx')
-rw-r--r--sc/inc/typedstrdata.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/typedstrdata.hxx b/sc/inc/typedstrdata.hxx
index e33d16ae3110..15098451e125 100644
--- a/sc/inc/typedstrdata.hxx
+++ b/sc/inc/typedstrdata.hxx
@@ -52,7 +52,6 @@ public:
bool IsStrData() const;
SC_DLLPUBLIC const rtl::OUString& GetString() const;
- double GetValue() const;
StringType GetStringType() const;
struct LessCaseSensitive : std::binary_function<ScTypedStrData, ScTypedStrData, bool>