summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/WCopyTable.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-09-26 13:50:42 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-09-26 13:50:42 +0000
commit4978d846b7fcede4cdd3603ee98ccdff938de4cf (patch)
treedac5d870dfabead9853718c3a0616aa9f30a2194 /dbaccess/source/ui/inc/WCopyTable.hxx
parent787ece82c8f26b9625b64c7a81cafba24642f56e (diff)
INTEGRATION: CWS dba24a (1.21.170); FILE MERGED
2007/07/23 11:59:03 fs 1.21.170.1: when pasting tables, use a meaningful default in the wizard, as indicated by the current selection Issue number: #i18907# Submitted by: dyf@openoffice.org Reviewed by: frank.schoenheit@sun.com
Diffstat (limited to 'dbaccess/source/ui/inc/WCopyTable.hxx')
-rw-r--r--dbaccess/source/ui/inc/WCopyTable.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/WCopyTable.hxx b/dbaccess/source/ui/inc/WCopyTable.hxx
index 566580037962..ed59e5896025 100644
--- a/dbaccess/source/ui/inc/WCopyTable.hxx
+++ b/dbaccess/source/ui/inc/WCopyTable.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: WCopyTable.hxx,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: hr $ $Date: 2006-06-20 03:15:28 $
+ * last change: $Author: hr $ $Date: 2007-09-26 14:50:42 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -327,6 +327,10 @@ namespace dbaui
void showColumnTypeNotSupported(const ::rtl::OUString& _rColumnName);
void removeColumnNameFromNameMap(const ::rtl::OUString& _sName);
+
+ //dyf add
+ void ResetsName(const ::rtl::OUString & _sName);
+ //dyf add end
};
}