From f73d7f0eb7f70b342b07130017f5f9383d4e2ce7 Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Wed, 21 Nov 2007 14:49:47 +0000 Subject: INTEGRATION: CWS dba24c (1.19.38); FILE MERGED 2007/09/28 19:18:57 fs 1.19.38.2: RESYNC: (1.19-1.20); FILE MERGED 2007/09/17 09:34:00 fs 1.19.38.1: #i49183# +impl_isAlterableView_nothrow --- dbaccess/source/ui/app/AppController.hxx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'dbaccess/source/ui/app') diff --git a/dbaccess/source/ui/app/AppController.hxx b/dbaccess/source/ui/app/AppController.hxx index c8182540ac96..33dabcc0d072 100644 --- a/dbaccess/source/ui/app/AppController.hxx +++ b/dbaccess/source/ui/app/AppController.hxx @@ -4,9 +4,9 @@ * * $RCSfile: AppController.hxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: ihi $ $Date: 2007-11-20 19:23:05 $ + * last change: $Author: ihi $ $Date: 2007-11-21 15:49:47 $ * * 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 @@ namespace dbaui /** 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(); @@ -587,6 +587,9 @@ namespace dbaui // OComponentHelper virtual void SAL_CALL disposing(); + + private: + bool impl_isAlterableView_nothrow( const ::rtl::OUString& _rTableOrViewName ) const; }; //........................................................................ -- cgit