summaryrefslogtreecommitdiff
path: root/sc/inc/refdata.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-07-16 00:17:08 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-07-24 23:29:22 -0400
commit4d442c1207ac4ea9cc49fe9688242b4515c17407 (patch)
tree838ebac8b2a356a0e542cf61444c1a02218158bb /sc/inc/refdata.hxx
parent5f9d48f96238ce35c98c260b1ac5f1d0a35aede1 (diff)
More on replacing CalcAbsIfRel() with toAbs().
Change-Id: I7f658e15a1ab6bdabd5f774e129e12c48a032f1a
Diffstat (limited to 'sc/inc/refdata.hxx')
-rw-r--r--sc/inc/refdata.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/refdata.hxx b/sc/inc/refdata.hxx
index d619f4f1b3c7..74028acca0e8 100644
--- a/sc/inc/refdata.hxx
+++ b/sc/inc/refdata.hxx
@@ -166,7 +166,7 @@ struct ScComplexRefData
tab if one sheet, or >=0 if more than one sheets. */
inline bool ValidExternal() const;
- ScRange toAbs( const ScAddress& rPos ) const;
+ SC_DLLPUBLIC ScRange toAbs( const ScAddress& rPos ) const;
/// Absolute references have to be up-to-date when calling this!
void PutInOrder();