diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 09:34:20 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 09:34:20 +0000 |
commit | 515421f799fb3982a4811ab2149134e333c5abe2 (patch) | |
tree | b77c991584c8800182dab28c588338dba5bb6e60 | |
parent | cd20f4166f1c688987e8fa36cea74a4162322752 (diff) |
INTEGRATION: CWS dba31a (1.2.10); FILE MERGED
2008/07/02 12:07:14 fs 1.2.10.1: copying following changes from CWS dba30f to CWS dba31a:
2008/07/01 09:41:35 lla 1.2.2.1: #i82743# problem with 'Title' as DB Entry name
-rw-r--r-- | wizards/com/sun/star/wizards/report/IReportDocument.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/com/sun/star/wizards/report/IReportDocument.java b/wizards/com/sun/star/wizards/report/IReportDocument.java index ff0d82a10322..e3c7e4ddca20 100644 --- a/wizards/com/sun/star/wizards/report/IReportDocument.java +++ b/wizards/com/sun/star/wizards/report/IReportDocument.java @@ -9,7 +9,7 @@ * * $RCSfile: IReportDocument.java,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * * This file is part of OpenOffice.org. * @@ -214,7 +214,7 @@ public interface IReportDocument /** * The current report is added to the DB View under the given name - * @param Name + * * TODO: add Name to this functionality */ public void addReportToDBView(/* String Name */); |