diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-07-16 11:37:22 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-07-24 23:29:24 -0400 |
commit | 51fa2038f497e7135ea798745e623d590c765025 (patch) | |
tree | adccbe97ac1e29702870481cfbb1514b016e992e /sc/inc/refdata.hxx | |
parent | 6b416da2db5408a8fd03d5a08ef3a7fabc80a010 (diff) |
More on this.
Change-Id: I9571c903c11e92984ac29818c68d66c2fd9c30d2
Diffstat (limited to 'sc/inc/refdata.hxx')
-rw-r--r-- | sc/inc/refdata.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/refdata.hxx b/sc/inc/refdata.hxx index 74028acca0e8..77d03e6d3d40 100644 --- a/sc/inc/refdata.hxx +++ b/sc/inc/refdata.hxx @@ -167,6 +167,7 @@ struct ScComplexRefData inline bool ValidExternal() const; SC_DLLPUBLIC ScRange toAbs( const ScAddress& rPos ) const; + void SetRange( const ScRange& rRange, const ScAddress& rPos ); /// Absolute references have to be up-to-date when calling this! void PutInOrder(); |