Tag: cws_src680_hsqlcsv
User: fs      
Date: 2006/10/11 01:50:51

Modified:
   dba/dbaccess/source/ui/app/AppControllerGen.cxx

Log:
 RESYNC: (1.20-1.22); FILE MERGED

File Changes:

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

File [changed]: AppControllerGen.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppControllerGen.cxx?r1=1.20.36.1&r2=1.20.36.2
Delta lines:  +7 -4
-------------------
--- AppControllerGen.cxx        18 Sep 2006 13:57:00 -0000      1.20.36.1
+++ AppControllerGen.cxx        11 Oct 2006 08:50:48 -0000      1.20.36.2
@@ -33,6 +33,9 @@
  *
  ************************************************************************/
 
+// MARKER(update_precomp.py): autogen include statement, do not remove
+#include "precompiled_dbaccess.hxx"
+
 #ifndef DBAUI_APPCONTROLLER_HXX
 #include "AppController.hxx"
 #endif
@@ -182,7 +185,7 @@
                        Reference<XPropertySet> xView = 
::dbaui::createView(sNewName,xConnection,xSourceObject);
                        if ( !xView.is() )
                                throw 
SQLException(String(ModuleRes(STR_NO_TABLE_FORMAT_INSIDE)),*this,::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("S1000"))
 ,0,Any());
-                       
getContainer()->elementAdded(E_TABLE,sNewName,makeAny(xView),xConnection);
+                       
getContainer()->elementAdded(E_TABLE,sNewName,makeAny(xView));
                }
        }
        catch(SQLContext& e) { showError(SQLExceptionInfo(e)); }




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

Reply via email to