summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/DExport.hxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-11-23 13:51:40 +0000
committerOcke Janssen <oj@openoffice.org>2001-11-23 13:51:40 +0000
commit96780eb99917103893431755fa5d51867ac3e3a9 (patch)
treee932e342afc349c15942825bec90065fcc42b2f5 /dbaccess/source/ui/inc/DExport.hxx
parent66cc11752bd319a3f7c95dd2fe443d4077a6a430 (diff)
#95142# check eState of parser
Diffstat (limited to 'dbaccess/source/ui/inc/DExport.hxx')
-rw-r--r--dbaccess/source/ui/inc/DExport.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/DExport.hxx b/dbaccess/source/ui/inc/DExport.hxx
index b9fa6a381486..50cfd0dcf5f7 100644
--- a/dbaccess/source/ui/inc/DExport.hxx
+++ b/dbaccess/source/ui/inc/DExport.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: DExport.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: oj $ $Date: 2001-07-16 13:42:36 $
+ * last change: $Author: oj $ $Date: 2001-11-23 14:51:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -175,6 +175,7 @@ namespace dbaui
void SetColumnTypes(const TColumnVector* rList,const OTypeInfoMap* _pInfoMap);
String ShortenFieldName( const String& rName, xub_StrLen nNewLength, const ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess>& rDestList );
+ virtual void release() = 0;
};
}