summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/common/UCB.java
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/common/UCB.java')
-rw-r--r--wizards/com/sun/star/wizards/common/UCB.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/common/UCB.java b/wizards/com/sun/star/wizards/common/UCB.java
index 5e3ad00698df..d49f006a0ca8 100644
--- a/wizards/com/sun/star/wizards/common/UCB.java
+++ b/wizards/com/sun/star/wizards/common/UCB.java
@@ -169,7 +169,7 @@ public class UCB
// Fill info for the properties wanted.
aArg.Properties = new Property[] {new Property()};
- aArg.Properties[0].Name = "Title";
+ aArg.Properties[0].Name = PropertyNames.PROPERTY_TITLE;
aArg.Properties[0].Handle = -1;
XDynamicResultSet xSet;