INTEGRATION: CWS fwk22 (1.10.108); FILE MERGED
2005/08/12 09:04:37 cd 1.10.108.1: #123322# Added property to disable rescheduling
This commit is contained in:
parent
d68d98f850
commit
9e5af93305
1 changed files with 5 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: statusindicatorfactory.hxx,v $
|
||||
*
|
||||
* $Revision: 1.10 $
|
||||
* $Revision: 1.11 $
|
||||
*
|
||||
* last change: $Author: kz $ $Date: 2005-03-04 00:13:03 $
|
||||
* last change: $Author: obo $ $Date: 2005-08-12 16:23:52 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -325,6 +325,9 @@ class StatusIndicatorFactory : public css::lang::XTypeProvider
|
|||
/** enable/disable automatic showing of our parent window. */
|
||||
sal_Bool m_bAllowParentShow;
|
||||
|
||||
/** enable/disable rescheduling. Default=enabled*/
|
||||
sal_Bool m_bDisableReschedule;
|
||||
|
||||
/** prevent recursive calling of Application::Reschedule(). */
|
||||
static sal_Int32 m_nInReschedule;
|
||||
|
||||
|
|
Loading…
Reference in a new issue