summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/db
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2017-01-16 16:41:53 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-01-17 06:42:52 +0000
commit10cb59eb914ba722c203242272de244d795a51e8 (patch)
treee5f6e613bb2adbc3862ca7542ba2544c7c3d3e26 /wizards/com/sun/star/wizards/db
parent2b458b67ebc3c3291f003f667480a1ccf376637d (diff)
remove some unused Java code
Change-Id: Ia1663256fc0b92c343ea4ba55a821c969077a0aa Reviewed-on: https://gerrit.libreoffice.org/33174 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'wizards/com/sun/star/wizards/db')
-rw-r--r--wizards/com/sun/star/wizards/db/FieldColumn.java12
1 files changed, 0 insertions, 12 deletions
diff --git a/wizards/com/sun/star/wizards/db/FieldColumn.java b/wizards/com/sun/star/wizards/db/FieldColumn.java
index 77650490a904..29e4b3939194 100644
--- a/wizards/com/sun/star/wizards/db/FieldColumn.java
+++ b/wizards/com/sun/star/wizards/db/FieldColumn.java
@@ -52,18 +52,6 @@ public class FieldColumn
private CommandMetaData m_aCommandMetaData;
- public FieldColumn(CommandMetaData oCommandMetaData, String _DisplayFieldName)
- {
- m_sDisplayFieldName = _DisplayFieldName;
- m_sCommandName = oCommandMetaData.getCommandName();
- m_sFieldName = getOnlyFieldName(m_sDisplayFieldName, m_sCommandName);
-// TODO: could be wrong here!
-// FieldTitle = _DisplayFieldName; // oCommandMetaData.getFieldTitle(m_sFieldName);
- FieldTitle = m_sFieldName;
- DBMetaData.CommandObject oTable = oCommandMetaData.getTableByName(m_sCommandName);
- initializeFormatKeys(oCommandMetaData, oTable.getColumns());
- }
-
public FieldColumn(CommandMetaData oCommandMetaData, String _FieldName, String _CommandName, boolean _bInstantiateByDisplayName)
{
m_sCommandName = _CommandName;