summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-08-12 15:23:38 +0000
committerOliver Bolte <obo@openoffice.org>2005-08-12 15:23:38 +0000
commitd68d98f850892118a120dee97c5fd1e3a4f08313 (patch)
treeaea86bbe7d6ada105011fbc8d7333598d730a5ee /framework
parent6b1f7082aa4da62709fc387c9a69385addb536f9 (diff)
INTEGRATION: CWS fwk22 (1.8.72); FILE MERGED
2005/08/12 09:04:36 cd 1.8.72.1: #123322# Added property to disable rescheduling
Diffstat (limited to 'framework')
-rw-r--r--framework/inc/properties.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/framework/inc/properties.h b/framework/inc/properties.h
index 8bff73f7284d..f31237412e9d 100644
--- a/framework/inc/properties.h
+++ b/framework/inc/properties.h
@@ -2,9 +2,9 @@
*
* $RCSfile: properties.h,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: obo $ $Date: 2005-04-18 14:34:22 $
+ * last change: $Author: obo $ $Date: 2005-08-12 16:23:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -80,10 +80,12 @@ namespace framework{
#define STATUSINDICATORFACTORY_PROPNAME_ASCII_FRAME "Frame"
#define STATUSINDICATORFACTORY_PROPNAME_ASCII_WINDOW "Window"
#define STATUSINDICATORFACTORY_PROPNAME_ASCII_ALLOWPARENTSHOW "AllowParentShow"
+#define STATUSINDICATORFACTORY_PROPNAME_ASCII_DISABLERESCHEDULE "DisableReschedule"
-#define STATUSINDICATORFACTORY_PROPNAME_FRAME DECLARE_ASCII(STATUSINDICATORFACTORY_PROPNAME_ASCII_FRAME )
-#define STATUSINDICATORFACTORY_PROPNAME_WINDOW DECLARE_ASCII(STATUSINDICATORFACTORY_PROPNAME_ASCII_WINDOW )
-#define STATUSINDICATORFACTORY_PROPNAME_ALLOWPARENTSHOW DECLARE_ASCII(STATUSINDICATORFACTORY_PROPNAME_ASCII_ALLOWPARENTSHOW)
+#define STATUSINDICATORFACTORY_PROPNAME_FRAME DECLARE_ASCII(STATUSINDICATORFACTORY_PROPNAME_ASCII_FRAME )
+#define STATUSINDICATORFACTORY_PROPNAME_WINDOW DECLARE_ASCII(STATUSINDICATORFACTORY_PROPNAME_ASCII_WINDOW )
+#define STATUSINDICATORFACTORY_PROPNAME_ALLOWPARENTSHOW DECLARE_ASCII(STATUSINDICATORFACTORY_PROPNAME_ASCII_ALLOWPARENTSHOW )
+#define STATUSINDICATORFACTORY_PROPNAME_DISABLERESCHEDULE DECLARE_ASCII(STATUSINDICATORFACTORY_PROPNAME_ASCII_DISABLERESCHEDULE)
//_______________________________________________
/** properties for "Frame" class */