summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/common/PropertySetHelper.java
diff options
context:
space:
mode:
authorOcke.Janssen <Ocke.Janssen@oracle.com>2011-01-20 15:58:09 +0100
committerOcke.Janssen <Ocke.Janssen@oracle.com>2011-01-20 15:58:09 +0100
commit9840529f8ad4c8f3ed8932db1af2c11b662b18c7 (patch)
tree513478e8b707a8ea08e8e023315ad3645645b2c4 /wizards/com/sun/star/wizards/common/PropertySetHelper.java
parente0c1daa9561ff447351135f3318d1a1183077212 (diff)
dba34d: some refactoring
Diffstat (limited to 'wizards/com/sun/star/wizards/common/PropertySetHelper.java')
-rw-r--r--wizards/com/sun/star/wizards/common/PropertySetHelper.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/common/PropertySetHelper.java b/wizards/com/sun/star/wizards/common/PropertySetHelper.java
index aec166a5c1c5..bdca296db552 100644
--- a/wizards/com/sun/star/wizards/common/PropertySetHelper.java
+++ b/wizards/com/sun/star/wizards/common/PropertySetHelper.java
@@ -371,7 +371,7 @@ public class PropertySetHelper
*/
public void showProperties()
{
- String sName = "";
+ String sName = PropertyNames.EMPTY_STRING;
if (m_xPropertySet != null)
{