summaryrefslogtreecommitdiff
path: root/framework/inc
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-03-15 08:33:10 +0000
committerOliver Bolte <obo@openoffice.org>2005-03-15 08:33:10 +0000
commit0017eeba71ca7f502b1c0aff924ed8a5774d0d8f (patch)
tree2e8cc1de10c0d7a3425e53245f0b7b1d90654f46 /framework/inc
parentad2f6f11c9528c37af5a5eddedfa3de858871ad7 (diff)
INTEGRATION: CWS toolbars4 (1.4.8); FILE MERGED
2005/03/07 15:49:57 cd 1.4.8.1: #i44348# Set no close flag for important toolbars
Diffstat (limited to 'framework/inc')
-rw-r--r--framework/inc/uiconfiguration/windowstateconfiguration.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/framework/inc/uiconfiguration/windowstateconfiguration.hxx b/framework/inc/uiconfiguration/windowstateconfiguration.hxx
index 5c0264d63907..1081cda28f68 100644
--- a/framework/inc/uiconfiguration/windowstateconfiguration.hxx
+++ b/framework/inc/uiconfiguration/windowstateconfiguration.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: windowstateconfiguration.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: kz $ $Date: 2005-03-01 19:27:54 $
+ * last change: $Author: obo $ $Date: 2005-03-15 09:33:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -145,6 +145,9 @@ namespace framework
#define WINDOWSTATE_PROPERTY_STYLE "Style"
#define WINDOWSTATE_PROPERTY_CONTEXT "ContextSensitive"
#define WINDOWSTATE_PROPERTY_HIDEFROMENU "HideFromToolbarMenu"
+#define WINDOWSTATE_PROPERTY_NOCLOSE "NoClose"
+#define WINDOWSTATE_PROPERTY_SOFTCLOSE "SoftClose"
+#define WINDOWSTATE_PROPERTY_CONTEXTACTIVE "ContextActive"
class ConfigurationAccess_Windows;
class WindowStateConfiguration : public com::sun::star::lang::XTypeProvider ,