summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/app/AppController.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-05 15:51:51 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-05 15:51:51 +0000
commitd34d1557f073225cf9c8babc38a82a3cb5e3dc93 (patch)
tree39c6bc3adcc3641ea99102dd6dd31e90abfa5aef /dbaccess/source/ui/app/AppController.hxx
parentINTEGRATION: CWS dba30a (1.2.36); FILE MERGED (diff)
downloadcore-d34d1557f073225cf9c8babc38a82a3cb5e3dc93.tar.gz
core-d34d1557f073225cf9c8babc38a82a3cb5e3dc93.zip
INTEGRATION: CWS dba30a (1.23.8); FILE MERGED
2008/02/20 21:31:55 fs 1.23.8.1: remove unused code Issue number: #i86284# Submitted by: cmc@openoffice.org Reviewed by: fs@openoffice.org
Diffstat (limited to 'dbaccess/source/ui/app/AppController.hxx')
-rw-r--r--dbaccess/source/ui/app/AppController.hxx12
1 files changed, 2 insertions, 10 deletions
diff --git a/dbaccess/source/ui/app/AppController.hxx b/dbaccess/source/ui/app/AppController.hxx
index 540344a57798..48ed61060131 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.23 $
+ * $Revision: 1.24 $
*
- * last change: $Author: rt $ $Date: 2008-01-30 08:41:20 $
+ * last change: $Author: kz $ $Date: 2008-03-05 16:51:51 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -293,14 +293,6 @@ namespace dbaui
/// copies the current object into clipboard
TransferableHelper* copyObject();
- /** fills all elements of the wanted type into the list.
- @param _eType
- The type.
- @param _rList
- The list to fill.
- */
- void getElements(ElementType _eType,::std::vector< ::rtl::OUString>& _rList);
-
/// returns the nameaccess
::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess > getElements(ElementType _eType);