diff options
author | Pranav Kant <pranavk@collabora.co.uk> | 2017-02-03 17:00:51 +0530 |
---|---|---|
committer | pranavk <pranavk@collabora.co.uk> | 2017-02-06 03:42:44 +0000 |
commit | 5596b3f86f753b7ae0a262ccea84c6a61bdc9ca2 (patch) | |
tree | 6d124189d2b0b7c1e96638bd5263c95582e63830 /sw/inc/postithelper.hxx | |
parent | a296a69c984b17cfbcd249cf6bdc191d08dff2a6 (diff) |
lok: comments: emit add callback after layout finishes
Change-Id: Ie6eba244dd5eb78813185f8c7aceed841d05d48b
Reviewed-on: https://gerrit.libreoffice.org/33877
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: pranavk <pranavk@collabora.co.uk>
Diffstat (limited to 'sw/inc/postithelper.hxx')
-rw-r--r-- | sw/inc/postithelper.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/postithelper.hxx b/sw/inc/postithelper.hxx index 74857a124585..2d89cbc98734 100644 --- a/sw/inc/postithelper.hxx +++ b/sw/inc/postithelper.hxx @@ -92,6 +92,7 @@ public: VclPtr<sw::sidebarwindows::SwSidebarWin> pPostIt; bool bShow; bool bFocus; + bool bPendingLayout; SwPostItHelper::SwLayoutStatus mLayoutStatus; SwLayoutInfo maLayoutInfo; @@ -100,6 +101,7 @@ public: : pPostIt(nullptr) , bShow(true) , bFocus(aFocus) + , bPendingLayout(false) , mLayoutStatus( SwPostItHelper::INVISIBLE ) , maLayoutInfo() { |