summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/DExport.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-08-02 14:52:14 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-08-02 14:52:14 +0000
commit2a518cbe58af89d8d673945f4a9aea1421afb7d8 (patch)
tree581ca0399df93aaeb25b41ef5164eaa6d6793b9d /dbaccess/source/ui/inc/DExport.hxx
parent4a4042429ea6617aee29f9cdfd87bf3d1ebdaca9 (diff)
INTEGRATION: CWS insight01 (1.10.64); FILE MERGED
2004/07/15 10:52:32 oj 1.10.64.1: add chkthis macros
Diffstat (limited to 'dbaccess/source/ui/inc/DExport.hxx')
-rw-r--r--dbaccess/source/ui/inc/DExport.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/dbaccess/source/ui/inc/DExport.hxx b/dbaccess/source/ui/inc/DExport.hxx
index 210c675c64f3..1090bd505284 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.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: hr $ $Date: 2003-03-19 17:52:34 $
+ * last change: $Author: hr $ $Date: 2004-08-02 15:52:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -196,7 +196,6 @@ namespace dbaui
const OTypeInfoMap* _pInfoMap = 0);
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;
void enableCheckOnly() { m_bCheckOnly = sal_True; }