diff options
author | Eike Rathke <erack@redhat.com> | 2018-01-17 22:22:55 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2018-01-17 22:23:48 +0100 |
commit | 55e484c7bcd3ef218e08d3fd93f97bf98fd8cb7f (patch) | |
tree | 05d0435c162a126aa1c5749ad504547397b92a17 /sc/inc | |
parent | 34f1883e35ef9d8c35502b092b75b39ab47d221c (diff) |
Move implementation to CheckLinkFormulaNeedingCheck() for further reuse
Change-Id: I541d2b6e12a88371c064b901b00e71206ee0c18e
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/document.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx index b83aadc30a60..d8dfb21dc05b 100644 --- a/sc/inc/document.hxx +++ b/sc/inc/document.hxx @@ -1992,6 +1992,8 @@ public: bool HasLinkFormulaNeedingCheck() const { return bLinkFormulaNeedingCheck; } void SetLinkFormulaNeedingCheck(bool bSet) { bLinkFormulaNeedingCheck = bSet; } + /** Check token array and set link check if ocDde/ocWebservice is contained. */ + SC_DLLPUBLIC void CheckLinkFormulaNeedingCheck( const ScTokenArray& rCode ); void SetRangeOverflowType(ErrCode nType) { nRangeOverflowType = nType; } bool HasRangeOverflow() const { return nRangeOverflowType != ERRCODE_NONE; } |