summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel <danielfaleirosilva@gmail.com>2018-05-17 10:23:24 -0300
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2018-05-21 15:51:33 +0200
commit7c5f1caa775e6a3d178c7dae7171d3fca2874635 (patch)
tree426fe444824977b3ac389dc4d17a696c1b953f52 /include
parentb3b169ddd99be71afe0da19afefcb9a6173a2e79 (diff)
tdf#117581 impress: fix selection overlay after moving table
Change-Id: Ie5afa4fbddf86c6692a7ed68af9ef990c2f9f487 Reviewed-on: https://gerrit.libreoffice.org/54493 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'include')
-rw-r--r--include/svx/sdr/table/tablecontroller.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svx/sdr/table/tablecontroller.hxx b/include/svx/sdr/table/tablecontroller.hxx
index 3a8ec322aaeb..130d57a6da3e 100644
--- a/include/svx/sdr/table/tablecontroller.hxx
+++ b/include/svx/sdr/table/tablecontroller.hxx
@@ -177,6 +177,7 @@ private:
CellPos maCursorFirstPos;
CellPos maCursorLastPos;
bool mbCellSelectionMode;
+ bool mbHasJustMerged;
CellPos maMouseDownPos;
bool mbLeftButtonDown;
std::unique_ptr<sdr::overlay::OverlayObjectList> mpSelectionOverlay;