summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-07-09 11:41:08 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-07-09 11:44:19 -0400
commit3a5cc4e322f1a1d5365a7455750b59e004c1b789 (patch)
tree554f8be12602286fc45d9b6c436e79f917198ede /sc/inc
parentf3a0dd8fbc3ead1fe1ec1faec3377cedaacadd93 (diff)
More fix for link error on windows.
Change-Id: I4c419e87c3b3da1d28ff1e6aa2877c74cdbd1437
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/formulacell.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/formulacell.hxx b/sc/inc/formulacell.hxx
index 231789f2923e..ae3db89c120f 100644
--- a/sc/inc/formulacell.hxx
+++ b/sc/inc/formulacell.hxx
@@ -276,7 +276,7 @@ public:
void SetResultToken( const formula::FormulaToken* pToken );
- double GetResultDouble() const { return aResult.GetDouble(); }
+ double GetResultDouble() const;
void SetErrCode( sal_uInt16 n );
bool IsHyperLinkCell() const;