summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/DExport.hxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2002-03-21 06:22:52 +0000
committerOcke Janssen <oj@openoffice.org>2002-03-21 06:22:52 +0000
commit117f3479c591bc77be5b45088cd7440756d7acf4 (patch)
treef57a5db7e045bd24d55aa65d36e8c21ffd083294 /dbaccess/source/ui/inc/DExport.hxx
parente893ca273819ce56258aa3dbc943768aca515d97 (diff)
#98087# correct copy of one row selection
Diffstat (limited to 'dbaccess/source/ui/inc/DExport.hxx')
-rw-r--r--dbaccess/source/ui/inc/DExport.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/inc/DExport.hxx b/dbaccess/source/ui/inc/DExport.hxx
index d6793fc7125c..f3889c63df5e 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.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: oj $ $Date: 2002-01-22 07:22:37 $
+ * last change: $Author: oj $ $Date: 2002-03-21 07:21:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -122,7 +122,7 @@ namespace dbaui
{
public:
DECLARE_STL_MAP(::rtl::OUString,OFieldDescription*,::comphelper::UStringMixLess,TColumns);
- typedef ::std::vector<TColumns::iterator> TColumnVector;
+ typedef ::std::vector<TColumns::const_iterator> TColumnVector;
protected:
::std::vector<sal_Int32> m_vColumns; // Welche Spalten "ubernommen werden sollen
::std::vector<sal_Int32> m_vColumnTypes; // FeldTypen f"ur schnelleren Zugriff