summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/common/PropertyNames.java
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/common/PropertyNames.java')
-rw-r--r--wizards/com/sun/star/wizards/common/PropertyNames.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/wizards/com/sun/star/wizards/common/PropertyNames.java b/wizards/com/sun/star/wizards/common/PropertyNames.java
index 791f1da3a2fe..4361b2757773 100644
--- a/wizards/com/sun/star/wizards/common/PropertyNames.java
+++ b/wizards/com/sun/star/wizards/common/PropertyNames.java
@@ -46,4 +46,9 @@ public class PropertyNames
public static String PROPERTY_TABINDEX = "TabIndex";
public static String PROPERTY_STATE = "State";
public static String PROPERTY_IMAGEURL = "ImageURL";
+ public static String PROPERTY_TITLE = "Title";
+ public static String PROPERTY_BORDER = "Border";
+ public static String PROPERTY_MOVEABLE = "Moveable";
+ public static String PROPERTY_CLOSEABLE = "Closeable";
+ public static String PROPERTY_ALIGN = "Align";
}