summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2006-12-01 15:30:02 +0000
committerRüdiger Timm <rt@openoffice.org>2006-12-01 15:30:02 +0000
commit2c41d2af259d3aa7eb7ba7b0cb6e0c4a4b4c7660 (patch)
treeb720d800044a92f3545e56021c64f0e844c39191
parent41f1e328ab7e5c583cd6b5ff82b9f38f5ca0a45d (diff)
INTEGRATION: CWS dbwizardpp5 (1.9.28); FILE MERGED
2006/10/06 16:35:17 bc 1.9.28.1: #i43801#reportwizard now handles NumberFormat correctly
-rw-r--r--wizards/com/sun/star/wizards/db/QueryMetaData.java7
1 files changed, 4 insertions, 3 deletions
diff --git a/wizards/com/sun/star/wizards/db/QueryMetaData.java b/wizards/com/sun/star/wizards/db/QueryMetaData.java
index 5637bb12bc34..db732b3c2a7c 100644
--- a/wizards/com/sun/star/wizards/db/QueryMetaData.java
+++ b/wizards/com/sun/star/wizards/db/QueryMetaData.java
@@ -4,9 +4,9 @@
*
* $RCSfile: QueryMetaData.java,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: kz $ $Date: 2006-07-06 14:15:42 $
+ * last change: $Author: rt $ $Date: 2006-12-01 16:30:02 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -31,7 +31,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
* MA 02111-1307 USA
*
- ************************************************************************/package com.sun.star.wizards.db;
+ ************************************************************************/
+package com.sun.star.wizards.db;
import com.sun.star.lang.XMultiServiceFactory;
import com.sun.star.beans.PropertyValue;