diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2012-06-05 21:27:25 +0200 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2012-06-05 21:35:26 +0200 |
commit | 98a8512939b3c5f08ca30f62c2cfcd6b93430812 (patch) | |
tree | 14f35566a76bdb673cce93b3f7d1b3ee5fc6059d /wizards | |
parent | b1ad78d25c298e4f9b24ef7a761c9bba1f34c2ed (diff) |
untabify
Change-Id: Ic51b50a5b06f2a96750a945754e44a302b070f77
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/com/sun/star/wizards/report/ReportTextImplementation.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/report/ReportTextImplementation.java b/wizards/com/sun/star/wizards/report/ReportTextImplementation.java index 9b1e1e2debf2..c45d28210330 100644 --- a/wizards/com/sun/star/wizards/report/ReportTextImplementation.java +++ b/wizards/com/sun/star/wizards/report/ReportTextImplementation.java @@ -241,7 +241,7 @@ public class ReportTextImplementation extends ReportImplementationHelper impleme } catch (UnknownHiddenControlException exception) { - sorting = ""; + sorting = ""; } String sRecordFieldNames = getDoc().oFormHandler.getValueofHiddenControl(xNamedForm, "RecordFieldNames", sMsg); if (xNamedForm.hasByName("QueryName")) |