summaryrefslogtreecommitdiff
path: root/desktop/source
diff options
context:
space:
mode:
authorGökay Şatır <gokay.satir@collabora.com>2021-03-14 12:36:30 +0300
committerGökay ŞATIR <gokaysatir@collabora.com>2021-03-15 10:29:07 +0100
commit10f8764ff9c3945e3e51c7d483dc7a07bdea29f9 (patch)
treede14ed733626aa8e2caa2a1fa2a536b0d66974d4 /desktop/source
parentb4f38c6b8bbc6ea6a5d9354bfd24e411fc5a51fc (diff)
Calc: Update selected cell range before calculating the selection area.
Change-Id: I7a814be03acb246e1eb9d68425418ee1357510fd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112472 Tested-by: Jenkins Reviewed-by: Dennis Francis <dennis.francis@collabora.com> Reviewed-by: Gökay ŞATIR <gokaysatir@collabora.com>
Diffstat (limited to 'desktop/source')
-rw-r--r--desktop/source/lib/init.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 5701f5965ce2..6275bf691946 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -1442,6 +1442,7 @@ void CallbackFlushHandler::queue(const int type, const char* data)
case LOK_CALLBACK_CELL_VIEW_CURSOR:
case LOK_CALLBACK_CELL_FORMULA:
case LOK_CALLBACK_CELL_ADDRESS:
+ case LOK_CALLBACK_CELL_SELECTION_AREA:
case LOK_CALLBACK_CURSOR_VISIBLE:
case LOK_CALLBACK_VIEW_CURSOR_VISIBLE:
case LOK_CALLBACK_SET_PART: