summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorMichael Weghorn <m.weghorn@posteo.de>2021-09-13 11:53:24 +0200
committerMichael Weghorn <m.weghorn@posteo.de>2021-09-13 16:28:27 +0200
commitb307eee222023a2ea0f45bb0cf21db206deb52b4 (patch)
tree20149d15db6488c20525864b4bf5c0283e79145f /cui
parenta74aeceda27879d2f441d21338e2a24a9a9957ee (diff)
ScAccessibleSpreadsheet: Use 2 local vars instead of class members
Those vectors are only used in 'ScAccessibleSpreadsheet::CalcScAddressFromRangeList' and cleared before use, so just use local variables instead. Also, use a 'std::pair<SCCOL,SCCOL>' instead of a 'std::pair<sal_uInt16,sal_uInt16>' for holding a pair of column indices and drop the 'PAIR_COL' typedef. Change-Id: Iacddba03cb72a5cfb6cf3ced0001258ef9db9107 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122028 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'cui')
0 files changed, 0 insertions, 0 deletions