diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2002-05-29 10:08:03 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2002-05-29 10:08:03 +0000 |
commit | 9fa9fd68ad88e2e6b6a48e39efaaa0ba534cc02e (patch) | |
tree | 897e57772f6411b69cb5f42bcffdd81afa80229a /dbaccess/source/ui/browser/dsbrowserDnD.cxx | |
parent | f264d659f06084a557a907e3ed762c7fb6678e5f (diff) |
#65293#: fixed typo
Diffstat (limited to 'dbaccess/source/ui/browser/dsbrowserDnD.cxx')
-rw-r--r-- | dbaccess/source/ui/browser/dsbrowserDnD.cxx | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/dbaccess/source/ui/browser/dsbrowserDnD.cxx b/dbaccess/source/ui/browser/dsbrowserDnD.cxx index 1eb7c9c31..44bec0d7f 100644 --- a/dbaccess/source/ui/browser/dsbrowserDnD.cxx +++ b/dbaccess/source/ui/browser/dsbrowserDnD.cxx @@ -2,9 +2,9 @@ * * $RCSfile: dsbrowserDnD.cxx,v $ * - * $Revision: 1.44 $ + * $Revision: 1.45 $ * - * last change: $Author: oj $ $Date: 2002-05-29 10:32:21 $ + * last change: $Author: hr $ $Date: 2002-05-29 11:07:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -733,7 +733,7 @@ namespace dbaui ::rtl::OUString sDestName; ::dbaui::composeTableName(xDestConnection->getMetaData(),xTable,sDestName,sal_False); - :ODatabaseExport::TPositions aColumnMapping = aWizard.GetColumnPositions(); + ODatabaseExport::TPositions aColumnMapping = aWizard.GetColumnPositions(); // create the sql stmt if ( !xSrcRs.is() ) // if not already exists xSrcRs = createResultSet(this, @@ -1345,6 +1345,9 @@ namespace dbaui /************************************************************************* * history: * $Log: not supported by cvs2svn $ + * Revision 1.44 2002/05/29 10:32:21 oj + * #96792# new methods for pasting tables + * * Revision 1.43 2002/05/28 08:30:06 oj * #96792# new methods for pasting tables * |