Tag: cws_src680_hsqlcsv
User: fs      
Date: 2006/09/18 06:56:07

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

Log:
 #i69526# showPreview lost a parameter

File Changes:

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

File [changed]: AppView.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppView.cxx?r1=1.14.32.1&r2=1.14.32.2
Delta lines:  +4 -4
-------------------
--- AppView.cxx 14 Sep 2006 11:53:32 -0000      1.14.32.1
+++ AppView.cxx 18 Sep 2006 13:56:04 -0000      1.14.32.2
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: AppView.cxx,v $
  *
- *  $Revision: 1.14.32.1 $
+ *  $Revision: 1.14.32.2 $
  *
- *  last change: $Author: fs $ $Date: 2006/09/14 11:53:32 $
+ *  last change: $Author: fs $ $Date: 2006/09/18 13:56:04 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -151,7 +151,7 @@
        m_pPanel->SetUniqueId(UID_APP_DATABASE_VIEW);
        m_pPanel->Show();       
        
-       m_pDetailView = new OApplicationDetailView(this,_ePreviewMode);
+       m_pDetailView = new OApplicationDetailView(*this,_ePreviewMode);
        m_pDetailView->Show();
 
        ImplInitSettings();
@@ -596,7 +596,7 @@
                }
                if ( m_xObject.is() )
                        startComponentListening(m_xObject);
-               
getDetailView()->showPreview(_sDataSourceName,_xConnection,_sName,_bTable);
+               getDetailView()->showPreview(_sDataSourceName,_sName,_bTable);
        }
 }
 // 
-----------------------------------------------------------------------------




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

Reply via email to