summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/common/PropertySetHelper.java
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/common/PropertySetHelper.java')
-rw-r--r--wizards/com/sun/star/wizards/common/PropertySetHelper.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/com/sun/star/wizards/common/PropertySetHelper.java b/wizards/com/sun/star/wizards/common/PropertySetHelper.java
index 304b6e58b1bc..f319000cd9c9 100644
--- a/wizards/com/sun/star/wizards/common/PropertySetHelper.java
+++ b/wizards/com/sun/star/wizards/common/PropertySetHelper.java
@@ -72,7 +72,7 @@ public class PropertySetHelper
@param _sName name of the property to set
@param _aValue property value as object
*/
- public void setPropertyValue(String _sName, Object _aValue) throws java.lang.Exception
+ private void setPropertyValue(String _sName, Object _aValue) throws java.lang.Exception
{
if (m_xPropertySet != null)
{
@@ -351,7 +351,7 @@ public class PropertySetHelper
/**
Debug helper, to show all properties which are available in the current object.
*/
- public void showProperties()
+ private void showProperties()
{
String sName = PropertyNames.EMPTY_STRING;