diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2011-08-09 04:47:03 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2011-08-10 00:06:43 +0200 |
commit | 96336b01a8e2836a3cabe407a92ac5d7b5ac5bf7 (patch) | |
tree | 32621be1b4a941a373cf1740938415bf94349c99 /sc/inc | |
parent | 8b0e9caca9d9274ff0087abfec62720953d0e746 (diff) |
fix for fdo#37391: don't write invalid references to files
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/rangenam.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/rangenam.hxx b/sc/inc/rangenam.hxx index 5d3ff4942e93..543d7276f18e 100644 --- a/sc/inc/rangenam.hxx +++ b/sc/inc/rangenam.hxx @@ -119,7 +119,7 @@ public: sal_uInt16 GetIndex() const { return nIndex; } ScTokenArray* GetCode() { return pCode; } const ScTokenArray* GetCode() const { return pCode; } - sal_uInt16 GetErrCode(); + sal_uInt16 GetErrCode() const; sal_Bool HasReferences() const; void SetDocument( ScDocument* pDocument){ pDoc = pDocument; } ScDocument* GetDocument() const { return pDoc; } |