Tag: cws_src680_os63
User: os      
Date: 05/08/01 03:56:34

Modified:
 /dba/dbaccess/source/ui/querydesign/
  QueryDesignView.cxx

Log:
 #i50349# namespace added

File Changes:

Directory: /dba/dbaccess/source/ui/querydesign/
===============================================

File [changed]: QueryDesignView.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/querydesign/QueryDesignView.cxx?r1=1.74&r2=1.74.30.1
Delta lines:  +5 -5
-------------------
--- QueryDesignView.cxx 13 Apr 2005 08:36:53 -0000      1.74
+++ QueryDesignView.cxx 1 Aug 2005 10:56:30 -0000       1.74.30.1
@@ -2,9 +2,9 @@
  *
  *  $RCSfile: QueryDesignView.cxx,v $
  *
- *  $Revision: 1.74 $
+ *  $Revision: 1.74.30.1 $
  *
- *  last change: $Author: obo $ $Date: 2005/04/13 08:36:53 $
+ *  last change: $Author: os $ $Date: 2005/08/01 10:56:30 $
  *
  *  The Contents of this file are made available subject to the terms of
  *  either of the following licenses
@@ -1159,7 +1159,7 @@
        
//------------------------------------------------------------------------------
        void searchAndAppendName(const Reference< XConnection>& _xConnection,
                                                         const 
OQueryTableWindow* _pTableWindow,
-                                                        map< 
::rtl::OUString,sal_Bool,::comphelper::UStringMixLess>& _rTableNames,
+                                                        std::map< 
::rtl::OUString,sal_Bool,::comphelper::UStringMixLess>& _rTableNames,
                                                         ::rtl::OUString& 
_rsTableListStr
                                                         )
        {
@@ -1181,7 +1181,7 @@
 
                ::rtl::OUString aTableListStr;
                // wird gebraucht um sicher zustelllen das eine Tabelle nicht 
doppelt vorkommt
-               map< ::rtl::OUString,sal_Bool,::comphelper::UStringMixLess> 
aTableNames;
+               std::map< 
::rtl::OUString,sal_Bool,::comphelper::UStringMixLess> aTableNames;
 
                // generate outer join clause in from
                if(!pConnList->empty())




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to