summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/query/QuerySummary.java
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 23:09:08 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-26 04:20:34 -0600
commite8e4fc00e783d4f854de3d6b666c3c8268b12db4 (patch)
tree0056df526afdf7bace66754d70c3b8163f76d493 /wizards/com/sun/star/wizards/query/QuerySummary.java
parent4e5fb3ae8aaa7a65b065f0415fe4df667dab3def (diff)
Remove visual noise from wizards
Change-Id: I27c730fa18b665bffe8c8d032fa51680cbbb2dd5 Reviewed-on: https://gerrit.libreoffice.org/8341 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'wizards/com/sun/star/wizards/query/QuerySummary.java')
-rw-r--r--wizards/com/sun/star/wizards/query/QuerySummary.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/com/sun/star/wizards/query/QuerySummary.java b/wizards/com/sun/star/wizards/query/QuerySummary.java
index e44e53685b00..4b915a80d35e 100644
--- a/wizards/com/sun/star/wizards/query/QuerySummary.java
+++ b/wizards/com/sun/star/wizards/query/QuerySummary.java
@@ -67,7 +67,7 @@ public class QuerySummary extends QueryMetaData
}) + sReturnChar;
sFilterFraction = combineFilterNameFraction(this.getFilterConditions(), RID_QUERY + 53, RID_QUERY + 54) + sReturnChar;
// if (xDBMetaData.getNumericFunctions().length() > 0)
- // sAggregateFraction = combinePartString(RID_QUERY + 55, AggregateFieldNames, RID_QUERY + 56, RID_QUERY + 95, new String[]{ "<CALCULATEDFUNCTION>", "<FIELDNAME>"}) + sReturnChar;
+ // sAggregateFraction = combinePartString(RID_QUERY + 55, AggregateFieldNames, RID_QUERY + 56, RID_QUERY + 95, new String[]{ "<CALCULATEDFUNCTION>", "<FIELDNAME>"}) + sReturnChar;
if (xDBMetaData.supportsGroupBy())
{
sGroupByFraction = combinePartString(RID_QUERY + 57, GroupFieldNames, RID_QUERY + 58) + sReturnChar;
@@ -151,7 +151,7 @@ public class QuerySummary extends QueryMetaData
}
return _basestring;
}
- // TODO: How can you merge the following two methods to a single one in a smarter way??
+ // TODO: How can you merge the following two methods to a single one in a smarter way??
public String combinePartString(int _InitResID, String[] _FieldNames, int _AlternativeResID)
{