summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/app/AppController.hxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-21 14:49:47 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-21 14:49:47 +0000
commitf73d7f0eb7f70b342b07130017f5f9383d4e2ce7 (patch)
tree1a1b32ff11359cae58e9f1971a81856fdc857750 /dbaccess/source/ui/app/AppController.hxx
parent32c0a53d998516abe190e6cbd034a44e1ea43fbc (diff)
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
Diffstat (limited to 'dbaccess/source/ui/app/AppController.hxx')
-rw-r--r--dbaccess/source/ui/app/AppController.hxx9
1 files changed, 6 insertions, 3 deletions
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;
};
//........................................................................