diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2016-07-22 15:13:29 +0200 |
---|---|---|
committer | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2016-07-22 18:46:24 +0000 |
commit | c2524387f3c26c3f0a01a2ce06a352429e27f87c (patch) | |
tree | cb0655143fc316fa121bd7d51b9f5a2d60f97ba0 /sc/inc/tokenarray.hxx | |
parent | 056fbbf93b45bf948911df11ba5273131844f9cc (diff) |
sc: remove unused ScCloneFlags: Adjust3Drel and NoCaption
ScTokenArray::ReadjustRelative3DReferences() is unused now
and is removed too
Adjust3Drel got obsolete with
commit 3f41b12c6685b82b5c2674bd9b9d5991adebeaf9
SwapRow() is no more!
NoCaption got obsolete with
commit c06dbbe7594c2a0b5a5b19f8e183d9c421e6e094
remove mpNote from ScBaseCell
Change-Id: I0e21a80ad06b2f0cb1346cf2eeeabbb7cce9d6e9
Reviewed-on: https://gerrit.libreoffice.org/27439
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
Diffstat (limited to 'sc/inc/tokenarray.hxx')
-rw-r--r-- | sc/inc/tokenarray.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sc/inc/tokenarray.hxx b/sc/inc/tokenarray.hxx index 892cb88d66ba..8f6bce3b215d 100644 --- a/sc/inc/tokenarray.hxx +++ b/sc/inc/tokenarray.hxx @@ -116,11 +116,6 @@ public: /// Assignment with references to FormulaToken entries (not copied!) ScTokenArray& operator=( const ScTokenArray& ); - /// Make 3D references point to old referenced position even if relative - void ReadjustRelative3DReferences( - const ScAddress& rOldPos, - const ScAddress& rNewPos ); - /** * Make all absolute references external references pointing to the old document * |