summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-08-12 15:23:52 +0000
committerOliver Bolte <obo@openoffice.org>2005-08-12 15:23:52 +0000
commit9e5af93305fb237d32b3be53ddff039a734cba5a (patch)
tree5f0677da87ad27eb80ad920828310f1436f62b94 /framework
parentd68d98f850892118a120dee97c5fd1e3a4f08313 (diff)
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
Diffstat (limited to 'framework')
-rw-r--r--framework/inc/helper/statusindicatorfactory.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/framework/inc/helper/statusindicatorfactory.hxx b/framework/inc/helper/statusindicatorfactory.hxx
index 5efe589bf912..6809ce866fea 100644
--- a/framework/inc/helper/statusindicatorfactory.hxx
+++ b/framework/inc/helper/statusindicatorfactory.hxx
@@ -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;