Tag: cws_src680_oj14
User: oj      
Date: 06/04/25 06:01:33

Modified:
 /dba/dbaccess/source/ui/browser/
  brwctrlr.cxx, brwview.cxx, dbloader.cxx, dbtreemodel.hxx, dsbrowserDnD.cxx,
  formadapter.cxx, sbagrid.cxx, unodatbr.cxx

Log:
 new include

File Changes:

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

File [changed]: brwctrlr.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/browser/brwctrlr.cxx?r1=1.89.4.3&r2=1.89.4.4
Delta lines:  +2 -5
-------------------
--- brwctrlr.cxx        20 Mar 2006 07:48:09 -0000      1.89.4.3
+++ brwctrlr.cxx        25 Apr 2006 13:01:27 -0000      1.89.4.4
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: brwctrlr.cxx,v $
  *
- *  $Revision: 1.89.4.3 $
+ *  $Revision: 1.89.4.4 $
  *
- *  last change: $Author: oj $ $Date: 2006/03/20 07:48:09 $
+ *  last change: $Author: oj $ $Date: 2006/04/25 13:01:27 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -195,9 +195,6 @@
 #endif
 #ifndef DBAUI_QUERYORDER_HXX
 #include "queryorder.hxx"
-#endif
-#ifndef _DBAUI_MODULE_DBU_HXX_
-#include "moduledbu.hxx"
 #endif
 
 #include <svx/svxdlg.hxx> //CHINA001

File [changed]: brwview.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/browser/brwview.cxx?r1=1.23.4.2&r2=1.23.4.3
Delta lines:  +2 -5
-------------------
--- brwview.cxx 20 Mar 2006 07:48:09 -0000      1.23.4.2
+++ brwview.cxx 25 Apr 2006 13:01:28 -0000      1.23.4.3
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: brwview.cxx,v $
  *
- *  $Revision: 1.23.4.2 $
+ *  $Revision: 1.23.4.3 $
  *
- *  last change: $Author: oj $ $Date: 2006/03/20 07:48:09 $
+ *  last change: $Author: oj $ $Date: 2006/04/25 13:01:28 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -56,9 +56,6 @@
 #endif
 #ifndef DBACCESS_SHARED_DBUSTRINGS_HRC
 #include "dbustrings.hrc"
-#endif
-#ifndef _DBAUI_MODULE_DBU_HXX_
-#include "moduledbu.hxx"
 #endif
 #ifndef _DBU_BRW_HRC_
 #include "dbu_brw.hrc"

File [changed]: dbloader.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/browser/dbloader.cxx?r1=1.24.4.1&r2=1.24.4.2
Delta lines:  +3 -3
-------------------
--- dbloader.cxx        3 Jan 2006 07:49:00 -0000       1.24.4.1
+++ dbloader.cxx        25 Apr 2006 13:01:28 -0000      1.24.4.2
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: dbloader.cxx,v $
  *
- *  $Revision: 1.24.4.1 $
+ *  $Revision: 1.24.4.2 $
  *
- *  last change: $Author: oj $ $Date: 2006/01/03 07:49:00 $
+ *  last change: $Author: oj $ $Date: 2006/04/25 13:01:28 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -262,7 +262,7 @@
                Reference< XModel > xModel   = 
lDescriptor.getUnpackedValueOrDefault(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Model")),
 Reference< XModel >());
                if ( xModel.is() )
                {
-                       
xController.set(m_xServiceFactory->createInstance(::rtl::OUString::createFromAscii("com.sun.star.sdb.ReportDesign")),UNO_QUERY);
                        
+            
xController.set(m_xServiceFactory->createInstance(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.sdb.ReportDesign"))),UNO_QUERY);
                       
                        if ( xController.is() )
                        {
                                xController->attachModel(xModel);

File [changed]: dbtreemodel.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/browser/dbtreemodel.hxx?r1=1.16.4.2&r2=1.16.4.3
Delta lines:  +2 -5
-------------------
--- dbtreemodel.hxx     20 Mar 2006 07:48:10 -0000      1.16.4.2
+++ dbtreemodel.hxx     25 Apr 2006 13:01:28 -0000      1.16.4.3
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: dbtreemodel.hxx,v $
  *
- *  $Revision: 1.16.4.2 $
+ *  $Revision: 1.16.4.3 $
  *
- *  last change: $Author: oj $ $Date: 2006/03/20 07:48:10 $
+ *  last change: $Author: oj $ $Date: 2006/04/25 13:01:28 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -44,9 +44,6 @@
 #endif
 #ifndef _SVLBOXITM_HXX
 #include <svtools/svlbitm.hxx>
-#endif
-#ifndef _DBAUI_MODULE_DBU_HXX_
-#include "moduledbu.hxx"
 #endif
 #ifndef _SBA_UNODATBR_HXX_
 #include "unodatbr.hxx"

File [changed]: dsbrowserDnD.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/browser/dsbrowserDnD.cxx?r1=1.71.4.3&r2=1.71.4.4
Delta lines:  +2 -5
-------------------
--- dsbrowserDnD.cxx    20 Mar 2006 07:48:10 -0000      1.71.4.3
+++ dsbrowserDnD.cxx    25 Apr 2006 13:01:29 -0000      1.71.4.4
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: dsbrowserDnD.cxx,v $
  *
- *  $Revision: 1.71.4.3 $
+ *  $Revision: 1.71.4.4 $
  *
- *  last change: $Author: oj $ $Date: 2006/03/20 07:48:10 $
+ *  last change: $Author: oj $ $Date: 2006/04/25 13:01:29 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -54,9 +54,6 @@
 #endif
 #ifndef _DBU_BRW_HRC_
 #include "dbu_brw.hrc"
-#endif
-#ifndef _DBAUI_MODULE_DBU_HXX_
-#include "moduledbu.hxx"
 #endif
 #ifndef _DBHELPER_DBEXCEPTION_HXX_
 #include <connectivity/dbexception.hxx>

File [changed]: formadapter.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/browser/formadapter.cxx?r1=1.9.4.2&r2=1.9.4.3
Delta lines:  +2 -5
-------------------
--- formadapter.cxx     20 Mar 2006 07:48:11 -0000      1.9.4.2
+++ formadapter.cxx     25 Apr 2006 13:01:29 -0000      1.9.4.3
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: formadapter.cxx,v $
  *
- *  $Revision: 1.9.4.2 $
+ *  $Revision: 1.9.4.3 $
  *
- *  last change: $Author: oj $ $Date: 2006/03/20 07:48:11 $
+ *  last change: $Author: oj $ $Date: 2006/04/25 13:01:29 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -50,9 +50,6 @@
 #endif
 #ifndef _STRING_HXX
 #include <tools/string.hxx>
-#endif
-#ifndef _DBAUI_MODULE_DBU_HXX_
-#include "moduledbu.hxx"
 #endif
 #ifndef _DBU_BRW_HRC_
 #include "dbu_brw.hrc"

File [changed]: sbagrid.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/browser/sbagrid.cxx?r1=1.73.4.2&r2=1.73.4.3
Delta lines:  +2 -5
-------------------
--- sbagrid.cxx 20 Mar 2006 07:48:12 -0000      1.73.4.2
+++ sbagrid.cxx 25 Apr 2006 13:01:30 -0000      1.73.4.3
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: sbagrid.cxx,v $
  *
- *  $Revision: 1.73.4.2 $
+ *  $Revision: 1.73.4.3 $
  *
- *  last change: $Author: oj $ $Date: 2006/03/20 07:48:12 $
+ *  last change: $Author: oj $ $Date: 2006/04/25 13:01:30 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -199,9 +199,6 @@
 #endif
 #ifndef _DBU_BRW_HRC_
 #include "dbu_brw.hrc"
-#endif
-#ifndef _DBAUI_MODULE_DBU_HXX_
-#include "moduledbu.hxx"
 #endif
 #ifndef DBACCESS_UI_BROWSER_ID_HXX
 #include "browserids.hxx"

File [changed]: unodatbr.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/browser/unodatbr.cxx?r1=1.172.4.3&r2=1.172.4.4
Delta lines:  +2 -5
-------------------
--- unodatbr.cxx        20 Mar 2006 07:48:13 -0000      1.172.4.3
+++ unodatbr.cxx        25 Apr 2006 13:01:30 -0000      1.172.4.4
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: unodatbr.cxx,v $
  *
- *  $Revision: 1.172.4.3 $
+ *  $Revision: 1.172.4.4 $
  *
- *  last change: $Author: oj $ $Date: 2006/03/20 07:48:13 $
+ *  last change: $Author: oj $ $Date: 2006/04/25 13:01:30 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -217,9 +217,6 @@
 #endif
 #ifndef _DBU_BRW_HRC_
 #include "dbu_brw.hrc"
-#endif
-#ifndef _DBAUI_MODULE_DBU_HXX_
-#include "moduledbu.hxx"
 #endif
 #ifndef DBACCESS_SBA_GRID_HRC
 #include "sbagrid.hrc"




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

Reply via email to