summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/db/CommandName.java
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/db/CommandName.java')
-rw-r--r--wizards/com/sun/star/wizards/db/CommandName.java24
1 files changed, 12 insertions, 12 deletions
diff --git a/wizards/com/sun/star/wizards/db/CommandName.java b/wizards/com/sun/star/wizards/db/CommandName.java
index 804c6475ac52..be65ffd06b1b 100644
--- a/wizards/com/sun/star/wizards/db/CommandName.java
+++ b/wizards/com/sun/star/wizards/db/CommandName.java
@@ -25,16 +25,16 @@ import com.sun.star.wizards.common.PropertyNames;
public class CommandName
{
- protected CommandMetaData oCommandMetaData;
- protected String CatalogName = PropertyNames.EMPTY_STRING;
- protected String SchemaName = PropertyNames.EMPTY_STRING;
- protected String TableName = PropertyNames.EMPTY_STRING;
- protected String DisplayName = PropertyNames.EMPTY_STRING;
- protected String ComposedName = PropertyNames.EMPTY_STRING;
- protected String AliasName = PropertyNames.EMPTY_STRING;
- protected boolean bCatalogAtStart;
- protected String sCatalogSep;
- protected boolean baddQuotation = true;
+ private CommandMetaData oCommandMetaData;
+ private String CatalogName = PropertyNames.EMPTY_STRING;
+ private String SchemaName = PropertyNames.EMPTY_STRING;
+ private String TableName = PropertyNames.EMPTY_STRING;
+ private String DisplayName = PropertyNames.EMPTY_STRING;
+ private String ComposedName = PropertyNames.EMPTY_STRING;
+ private String AliasName = PropertyNames.EMPTY_STRING;
+ private boolean bCatalogAtStart;
+ private String sCatalogSep;
+ private boolean baddQuotation = true;
public CommandName(CommandMetaData _CommandMetaData, String _DisplayName)
{
@@ -130,7 +130,7 @@ public class CommandName
}
}
- public void setComposedCommandName()
+ private void setComposedCommandName()
{
if (this.setMetaDataAttributes())
{
@@ -185,7 +185,7 @@ public class CommandName
}
}
- public String quoteName(String _sName)
+ private String quoteName(String _sName)
{
if (baddQuotation)
{