Tag: cws_src680_dba24c
User: fs      
Date: 2007-09-17 09:34:03+0000
Modified:
   dba/dbaccess/source/ui/app/AppController.hxx

Log:
 #i49183# +impl_isAlterableView_nothrow

File Changes:

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

File [changed]: AppController.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppController.hxx?r1=1.19&r2=1.19.38.1
Delta lines:  +7 -4
-------------------
--- AppController.hxx   2007-07-06 07:58:06+0000        1.19
+++ AppController.hxx   2007-09-17 09:34:00+0000        1.19.38.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: AppController.hxx,v $
  *
- *  $Revision: 1.19 $
+ *  $Revision: 1.19.38.1 $
  *
- *  last change: $Author: rt $ $Date: 2007/07/06 07:58:06 $
+ *  last change: $Author: fs $ $Date: 2007/09/17 09:34:00 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -251,7 +251,7 @@
                /** fills the list with the selected entries.
                        @param  _rNames
                */
-               void getSelectionElementNames( ::std::vector< ::rtl::OUString>& 
_rNames );
+               void getSelectionElementNames( ::std::vector< ::rtl::OUString>& 
_rNames ) const;
 
                /// deletes the entries selected.
                void deleteEntries();
@@ -573,6 +573,9 @@
 
                // OComponentHelper
                virtual void SAL_CALL disposing();
+
+    private:
+        bool    impl_isAlterableView_nothrow( const ::rtl::OUString& 
_rTableOrViewName ) const;
        };
 
 //........................................................................




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

Reply via email to