INTEGRATION: CWS dba30c (1.5.10); FILE MERGED

2008/05/06 10:39:59 oj 1.5.10.1: #i75557# add test for lower() like
This commit is contained in:
Rüdiger Timm 2008-06-06 12:15:25 +00:00
parent 28ffd3d5dc
commit db26ca35ea

View File

@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: DBaseDateFunctions.java,v $
* $Revision: 1.5 $
* $Revision: 1.6 $
*
* This file is part of OpenOffice.org.
*
@ -50,7 +50,7 @@ import java.io.*;
public class DBaseDateFunctions {
private String where = "FROM \"biblio\" \"biblio\" where \"Identifier\" = 'BOR04'";
private String where = "FROM \"biblio\" \"biblio\" where \"Identifier\" = 'BOR00'";
private XMultiServiceFactory m_xORB;
private DBaseDriverTest testcase;
public DBaseDateFunctions(XMultiServiceFactory _xORB,DBaseDriverTest _testcase){