User: rt      
Date: 2007/01/17 06:52:57

Modified:
   dba/dbaccess/source/core/inc/statement.hxx

Log:
 #i10000# Extra semicolon removed.

File Changes:

Directory: /dba/dbaccess/source/core/inc/
=========================================

File [changed]: statement.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/inc/statement.hxx?r1=1.8&r2=1.9
Delta lines:  +5 -5
-------------------
--- statement.hxx       15 Jan 2007 14:31:40 -0000      1.8
+++ statement.hxx       17 Jan 2007 14:52:54 -0000      1.9
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: statement.hxx,v $
  *
- *  $Revision: 1.8 $
+ *  $Revision: 1.9 $
  *
- *  last change: $Author: vg $ $Date: 2007/01/15 14:31:40 $
+ *  last change: $Author: rt $ $Date: 2007/01/17 14:52:54 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -190,8 +190,8 @@
        OStatement(const ::com::sun::star::uno::Reference< 
::com::sun::star::sdbc::XConnection > & _xConn,
                           const ::com::sun::star::uno::Reference< 
::com::sun::star::uno::XInterface > & _xStatement);
 
-    DECLARE_XINTERFACE();
-    DECLARE_XTYPEPROVIDER();
+    DECLARE_XINTERFACE()
+    DECLARE_XTYPEPROVIDER()
 
 // ::com::sun::star::lang::XServiceInfo
     virtual ::rtl::OUString SAL_CALL getImplementationName(  ) 
throw(::com::sun::star::uno::RuntimeException);




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to