summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/WCopyTable.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-01 13:02:49 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-01 13:02:49 +0000
commite734f69227a2f5dcb53cf0224140652670f6b2fb (patch)
tree6628a39cc8c7cedf39a8b4f234abc3dfdecc840e /dbaccess/source/ui/inc/WCopyTable.hxx
parentc417a234be3f35339fb6df9128c415264b87e03f (diff)
INTEGRATION: CWS dba03 (1.14.2.1.10); FILE MERGED
2003/03/18 08:31:00 oj 1.14.2.1.10.1: #107059# generate error message when types are not compatible
Diffstat (limited to 'dbaccess/source/ui/inc/WCopyTable.hxx')
-rw-r--r--dbaccess/source/ui/inc/WCopyTable.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/WCopyTable.hxx b/dbaccess/source/ui/inc/WCopyTable.hxx
index 8132fe0bce8f..a025f56fc0f6 100644
--- a/dbaccess/source/ui/inc/WCopyTable.hxx
+++ b/dbaccess/source/ui/inc/WCopyTable.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: WCopyTable.hxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: hr $ $Date: 2003-03-19 17:52:37 $
+ * last change: $Author: vg $ $Date: 2003-04-01 14:02:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -332,6 +332,9 @@ namespace dbaui
TOTypeInfoSP convertType(const TOTypeInfoSP&_pType,sal_Bool& _bNotConvert);
::rtl::OUString createUniqueName(const ::rtl::OUString& _sName);
+
+ // displays a error message that a column type is not supported
+ void showColumnTypeNotSupported(const ::rtl::OUString& _rColumnName);
};
}