Tag: cws_src680_hsqlcsv
User: fs      
Date: 2006/09/14 04:48:40

Modified:
   dba/dbaccess/source/ui/inc/querydesignaccess.hxx

Log:
 removed two unused methods

File Changes:

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

File [changed]: querydesignaccess.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/querydesignaccess.hxx?r1=1.14&r2=1.14.58.1
Delta lines:  +3 -45
--------------------
--- querydesignaccess.hxx       20 Jun 2006 03:18:26 -0000      1.14
+++ querydesignaccess.hxx       14 Sep 2006 11:48:37 -0000      1.14.58.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: querydesignaccess.hxx,v $
  *
- *  $Revision: 1.14 $
+ *  $Revision: 1.14.58.1 $
  *
- *  last change: $Author: hr $ $Date: 2006/06/20 03:18:26 $
+ *  last change: $Author: fs $ $Date: 2006/09/14 11:48:37 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -71,8 +71,6 @@
 namespace dbaui
 {
 // .........................................................................
-       class OComponentClientMonitor;
-
        class ODesignAccess
        {
        protected:
@@ -114,23 +112,6 @@
                                const ::com::sun::star::uno::Reference< 
::com::sun::star::sdbc::XConnection >& _rxConnection
                        );
 
-               /** opens a design for a new object
-                       @param _rDatasourceName
-                               the name of the data source the new query 
should belong to
-                       @param _rClientMonitor
-                               a reference to a object monitoring clients of 
the connection. The object itself is asked for
-                               it's connection 
(<method>OComponentClientMonitor::getComponent</method>).<br/>
-                               If opening the design component is successfull, 
it is registered as client of the connection
-                               at the client monitor.
-                       @return
-                               the controller of the newly created document
-               */
-               ::com::sun::star::uno::Reference< 
::com::sun::star::lang::XComponent >
-                       create(
-                               const ::com::sun::star::uno::Reference< 
::com::sun::star::sdbc::XDataSource >& _xDataSource,
-                               const ::vos::ORef< OComponentClientMonitor >& 
_rClientMonitor
-                       );
-
                /** opens a design for editing an existent object
                        @param _rDatasourceName
                                the name of the data source the new query 
should belong to
@@ -148,29 +129,6 @@
                                const ::com::sun::star::uno::Any& _aDataSource,
                                const ::rtl::OUString& _rName,
                                const ::com::sun::star::uno::Reference< 
::com::sun::star::sdbc::XConnection >& _rxConnection = NULL,
-                               const ::com::sun::star::uno::Sequence< 
::com::sun::star::beans::PropertyValue >& _rArgs = 
::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >()
-                       );
-
-               /** opens a design for editing an existent object
-                       @param _rDatasourceName
-                               the name of the data source the new query 
should belong to
-                       @param _rQueryName
-                               the name of the query to be edited
-                       @param _rClientMonitor
-                               a reference to a object monitoring clients of 
the connection. The object itself is asked for
-                               it's connection 
(<method>OComponentClientMonitor::getComponent</method>).<br/>
-                               If opening the design component is successfull, 
it is registered as client of the connection
-                               at the client monitor.
-                       @param  _rArgs
-                               Additional settings which should be forwarded 
to the frame
-                       @return
-                               the controller of the newly created document
-               */
-               ::com::sun::star::uno::Reference< 
::com::sun::star::lang::XComponent >
-                       edit(
-                               const ::com::sun::star::uno::Any& _aDataSource,
-                               const ::rtl::OUString& _rName,
-                               const ::vos::ORef< OComponentClientMonitor >& 
_rClientMonitor,
                                const ::com::sun::star::uno::Sequence< 
::com::sun::star::beans::PropertyValue >& _rArgs = 
::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >()
                        );
        };




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

Reply via email to