Kaydet (Commit) 9e5af933 authored tarafından Oliver Bolte's avatar Oliver Bolte

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
üst d68d98f8
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: statusindicatorfactory.hxx,v $ * $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 * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -325,6 +325,9 @@ class StatusIndicatorFactory : public css::lang::XTypeProvider ...@@ -325,6 +325,9 @@ class StatusIndicatorFactory : public css::lang::XTypeProvider
/** enable/disable automatic showing of our parent window. */ /** enable/disable automatic showing of our parent window. */
sal_Bool m_bAllowParentShow; sal_Bool m_bAllowParentShow;
/** enable/disable rescheduling. Default=enabled*/
sal_Bool m_bDisableReschedule;
/** prevent recursive calling of Application::Reschedule(). */ /** prevent recursive calling of Application::Reschedule(). */
static sal_Int32 m_nInReschedule; static sal_Int32 m_nInReschedule;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment