summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/common
diff options
context:
space:
mode:
authorXisco Fauli <anistenis@gmail.com>2014-02-14 20:44:05 +0100
committerXisco Fauli <anistenis@gmail.com>2014-02-14 20:51:20 +0100
commitee122cfd36b3af030520f26a6a313bc7cd3156fd (patch)
treecb1ad084e932711d1be68db0d49c7b13878fdd36 /wizards/com/sun/star/wizards/common
parent5ae93216752738ea6bc3df8d41099de76d366441 (diff)
pywizards: unify setDialogProperties
Change-Id: I20d701da56bf6c8aef573aea71a7629f6374814f
Diffstat (limited to 'wizards/com/sun/star/wizards/common')
-rw-r--r--wizards/com/sun/star/wizards/common/PropertyNames.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/common/PropertyNames.py b/wizards/com/sun/star/wizards/common/PropertyNames.py
index a614535bf296..a78c08d29e70 100644
--- a/wizards/com/sun/star/wizards/common/PropertyNames.py
+++ b/wizards/com/sun/star/wizards/common/PropertyNames.py
@@ -29,4 +29,6 @@ class PropertyNames:
PROPERTY_TABINDEX = "TabIndex"
PROPERTY_STATE = "State"
PROPERTY_IMAGEURL = "ImageURL"
-
+ PROPERTY_TITLE = "Title"
+ PROPERTY_MOVEABLE = "Moveable"
+ PROPERTY_CLOSEABLE = "Closeable"