INTEGRATION: CWS impress62 (1.9.76); FILE MERGED

2005/06/29 08:08:52 af 1.9.76.1: #i47879# Fixed the reentrance guard of the Paint() method.
This commit is contained in:
Oliver Bolte 2005-07-07 12:36:42 +00:00
parent d1d052f8c0
commit ac9b0545ad

View file

@ -2,9 +2,9 @@
*
* $RCSfile: SlideSorterController.hxx,v $
*
* $Revision: 1.9 $
* $Revision: 1.10 $
*
* last change: $Author: obo $ $Date: 2005-04-18 11:16:16 $
* last change: $Author: obo $ $Date: 2005-07-07 13:36:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -402,6 +402,11 @@ private:
*/
bool mbIsMakeSelectionVisiblePending;
/** This counter is used to avoid processing of reentrant calls to
Paint().
*/
sal_Int32 mnPaintEntranceCount;
/** Delete the given list of normal pages. This method is a helper
function for DeleteSelectedPages().
@param rSelectedNormalPages