diff options
author | Frank Schönheit <fs@openoffice.org> | 2000-10-11 09:48:50 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2000-10-11 09:48:50 +0000 |
commit | e3c7a2c360b957b81c7c07f715706a6cb7f1abcc (patch) | |
tree | 575c8a2fa059c2398482524204a00b23f92631bd /connectivity/source/inc/dbase/DTable.hxx | |
parent | 913e13aaae9e5596525e35fafd5dd9540edd8e8c (diff) |
replace unotools with comphelper
Diffstat (limited to 'connectivity/source/inc/dbase/DTable.hxx')
-rw-r--r-- | connectivity/source/inc/dbase/DTable.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/inc/dbase/DTable.hxx b/connectivity/source/inc/dbase/DTable.hxx index 00b4016e27da..249da0569788 100644 --- a/connectivity/source/inc/dbase/DTable.hxx +++ b/connectivity/source/inc/dbase/DTable.hxx @@ -2,9 +2,9 @@ * * $RCSfile: DTable.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: oj $ $Date: 2000-09-29 15:02:09 $ + * last change: $Author: fs $ $Date: 2000-10-11 10:40:52 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -84,7 +84,7 @@ namespace connectivity class ODbaseConnection; typedef ::std::map< ::rtl::OUString, - ::com::sun::star::uno::Reference< ::com::sun::star::container::XNamed>, utl::UStringMixLess > OContainer; + ::com::sun::star::uno::Reference< ::com::sun::star::container::XNamed>, comphelper::UStringMixLess > OContainer; class ODbaseTable : public ODbaseTable_BASE { |