summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/common/PropertyNames.py
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/common/PropertyNames.py')
-rw-r--r--wizards/com/sun/star/wizards/common/PropertyNames.py15
1 files changed, 0 insertions, 15 deletions
diff --git a/wizards/com/sun/star/wizards/common/PropertyNames.py b/wizards/com/sun/star/wizards/common/PropertyNames.py
deleted file mode 100644
index c1dde18522f3..000000000000
--- a/wizards/com/sun/star/wizards/common/PropertyNames.py
+++ /dev/null
@@ -1,15 +0,0 @@
-class PropertyNames:
- PROPERTY_ENABLED = "Enabled"
- PROPERTY_HEIGHT = "Height"
- PROPERTY_HELPURL = "HelpURL"
- PROPERTY_POSITION_X = "PositionX"
- PROPERTY_POSITION_Y = "PositionY"
- PROPERTY_LABEL = "Label"
- PROPERTY_MULTILINE = "MultiLine"
- PROPERTY_NAME = "Name"
- PROPERTY_STEP = "Step"
- PROPERTY_WIDTH = "Width"
- PROPERTY_TABINDEX = "TabIndex"
- PROPERTY_STATE = "State"
- PROPERTY_IMAGEURL = "ImageURL"
-