Tag: cws_src680_qiq
User: fs      
Date: 06/05/31 04:09:12

Modified:
 /dba/dbaccess/source/core/inc/
  querycontainer.hxx, ContainerListener.hxx

Log:
 #i51143# XContainerApproveListener return XVeto now, instead of throwing

File Changes:

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

File [changed]: querycontainer.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/inc/querycontainer.hxx?r1=1.13.4.2&r2=1.13.4.3
Delta lines:  +5 -5
-------------------
--- querycontainer.hxx  24 May 2006 14:54:20 -0000      1.13.4.2
+++ querycontainer.hxx  31 May 2006 11:09:10 -0000      1.13.4.3
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: querycontainer.hxx,v $
  *
- *  $Revision: 1.13.4.2 $
+ *  $Revision: 1.13.4.3 $
  *
- *  last change: $Author: fs $ $Date: 2006/05/24 14:54:20 $
+ *  last change: $Author: fs $ $Date: 2006/05/31 11:09:10 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -190,9 +190,9 @@
                virtual void SAL_CALL elementReplaced( const 
::com::sun::star::container::ContainerEvent& Event ) 
throw(::com::sun::star::uno::RuntimeException);
 
         // XContainerApproveListener
-        virtual void SAL_CALL approveInsertElement( const 
::com::sun::star::container::ContainerEvent& Event ) throw 
(::com::sun::star::lang::WrappedTargetException, 
::com::sun::star::uno::RuntimeException);
-        virtual void SAL_CALL approveReplaceElement( const 
::com::sun::star::container::ContainerEvent& Event ) throw 
(::com::sun::star::lang::WrappedTargetException, 
::com::sun::star::uno::RuntimeException);
-        virtual void SAL_CALL approveRemoveElement( const 
::com::sun::star::container::ContainerEvent& Event ) throw 
(::com::sun::star::lang::WrappedTargetException, 
::com::sun::star::uno::RuntimeException);
+        virtual ::com::sun::star::uno::Reference< 
::com::sun::star::util::XVeto > SAL_CALL approveInsertElement( const 
::com::sun::star::container::ContainerEvent& Event ) throw 
(::com::sun::star::lang::WrappedTargetException, 
::com::sun::star::uno::RuntimeException);
+        virtual ::com::sun::star::uno::Reference< 
::com::sun::star::util::XVeto > SAL_CALL approveReplaceElement( const 
::com::sun::star::container::ContainerEvent& Event ) throw 
(::com::sun::star::lang::WrappedTargetException, 
::com::sun::star::uno::RuntimeException);
+        virtual ::com::sun::star::uno::Reference< 
::com::sun::star::util::XVeto > SAL_CALL approveRemoveElement( const 
::com::sun::star::container::ContainerEvent& Event ) throw 
(::com::sun::star::lang::WrappedTargetException, 
::com::sun::star::uno::RuntimeException);
 
        // ::com::sun::star::lang::XEventListener
                virtual void SAL_CALL disposing( const 
::com::sun::star::lang::EventObject& Source ) 
throw(::com::sun::star::uno::RuntimeException);

File [changed]: ContainerListener.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/inc/ContainerListener.hxx?r1=1.3.124.1&r2=1.3.124.2
Delta lines:  +5 -5
-------------------
--- ContainerListener.hxx       24 May 2006 14:52:56 -0000      1.3.124.1
+++ ContainerListener.hxx       31 May 2006 11:09:10 -0000      1.3.124.2
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: ContainerListener.hxx,v $
  *
- *  $Revision: 1.3.124.1 $
+ *  $Revision: 1.3.124.2 $
  *
- *  last change: $Author: fs $ $Date: 2006/05/24 14:52:56 $
+ *  last change: $Author: fs $ $Date: 2006/05/31 11:09:10 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -78,9 +78,9 @@
         }
 
         // XContainerApproveListener
-        virtual void SAL_CALL approveInsertElement( const 
::com::sun::star::container::ContainerEvent& Event ) throw 
(::com::sun::star::lang::WrappedTargetException, 
::com::sun::star::uno::RuntimeException);
-        virtual void SAL_CALL approveReplaceElement( const 
::com::sun::star::container::ContainerEvent& Event ) throw 
(::com::sun::star::lang::WrappedTargetException, 
::com::sun::star::uno::RuntimeException);
-        virtual void SAL_CALL approveRemoveElement( const 
::com::sun::star::container::ContainerEvent& Event ) throw 
(::com::sun::star::lang::WrappedTargetException, 
::com::sun::star::uno::RuntimeException);
+        virtual ::com::sun::star::uno::Reference< 
::com::sun::star::util::XVeto > SAL_CALL approveInsertElement( const 
::com::sun::star::container::ContainerEvent& Event ) throw 
(::com::sun::star::lang::WrappedTargetException, 
::com::sun::star::uno::RuntimeException);
+        virtual ::com::sun::star::uno::Reference< 
::com::sun::star::util::XVeto > SAL_CALL approveReplaceElement( const 
::com::sun::star::container::ContainerEvent& Event ) throw 
(::com::sun::star::lang::WrappedTargetException, 
::com::sun::star::uno::RuntimeException);
+        virtual ::com::sun::star::uno::Reference< 
::com::sun::star::util::XVeto > SAL_CALL approveRemoveElement( const 
::com::sun::star::container::ContainerEvent& Event ) throw 
(::com::sun::star::lang::WrappedTargetException, 
::com::sun::star::uno::RuntimeException);
 
         // XContainerListener
         virtual void SAL_CALL elementInserted( const 
::com::sun::star::container::ContainerEvent& Event ) 
throw(::com::sun::star::uno::RuntimeException);




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

Reply via email to