summaryrefslogtreecommitdiff
path: root/dbaccess/source/inc
diff options
context:
space:
mode:
authoravy <avy@openoffice.org>2001-08-21 15:35:35 +0000
committeravy <avy@openoffice.org>2001-08-21 15:35:35 +0000
commit7047a4b9e5835c3433657073f3a56cbcc9280911 (patch)
tree322deab6b1a5de0397774e60a8547448f5758542 /dbaccess/source/inc
parent41d3e09115da0db541dae9a21d11964279fbc313 (diff)
check error during compillation
Diffstat (limited to 'dbaccess/source/inc')
-rw-r--r--dbaccess/source/inc/apitools.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/dbaccess/source/inc/apitools.hxx b/dbaccess/source/inc/apitools.hxx
index 30d94ac4e6b6..5007cba051c6 100644
--- a/dbaccess/source/inc/apitools.hxx
+++ b/dbaccess/source/inc/apitools.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: apitools.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: fs $ $Date: 2001-08-20 13:03:17 $
+ * last change: $Author: avy $ $Date: 2001-08-21 16:35:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -258,7 +258,7 @@ protected:
//--------------------------------------------------------------------------
#define DECLARE_IMPLEMENTATION_ID( ) \
- virtual ::com::sun::star::uno::Sequence<sal_Int8> SAL_CALL getImplementationId( ) throw(::com::sun::star::uno::RuntimeException);
+ virtual ::com::sun::star::uno::Sequence<sal_Int8> SAL_CALL getImplementationId( ) throw(::com::sun::star::uno::RuntimeException) \
//--------------------------------------------------------------------------
#define DECLARE_GETTYPES( ) \
@@ -323,7 +323,7 @@ protected:
#define DECLARE_PROPERTYCONTAINER_DEFAULTS( ) \
virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo> SAL_CALL getPropertySetInfo() throw(::com::sun::star::uno::RuntimeException); \
virtual ::cppu::IPropertyArrayHelper& SAL_CALL getInfoHelper(); \
- virtual ::cppu::IPropertyArrayHelper* createArrayHelper( ) const;
+ virtual ::cppu::IPropertyArrayHelper* createArrayHelper( ) const
//----------------------------------------------------------------------------------
#define IMPLEMENT_PROPERTYCONTAINER_DEFAULTS( classname ) \