summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/app/AppView.hxx
diff options
context:
space:
mode:
authorPascal Junck <pjunck@openoffice.org>2004-10-22 11:01:44 +0000
committerPascal Junck <pjunck@openoffice.org>2004-10-22 11:01:44 +0000
commit38c2eec9da2b97bc50bfffb8cb684e1d777ec461 (patch)
treebccdf5049802c667fcbbdea92344b2a0159378a5 /dbaccess/source/ui/app/AppView.hxx
parentINTEGRATION: CWS dba17 (1.2.24); FILE MERGED (diff)
downloadcore-38c2eec9da2b97bc50bfffb8cb684e1d777ec461.tar.gz
core-38c2eec9da2b97bc50bfffb8cb684e1d777ec461.zip
INTEGRATION: CWS dba17 (1.3.4); FILE MERGED
2004/09/30 14:50:59 fs 1.3.4.1: #ii34790# +createIconAutoMnemonics/interceptKeyInput
Diffstat (limited to 'dbaccess/source/ui/app/AppView.hxx')
-rw-r--r--dbaccess/source/ui/app/AppView.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/dbaccess/source/ui/app/AppView.hxx b/dbaccess/source/ui/app/AppView.hxx
index 335d787fcb22..bf54fc020db9 100644
--- a/dbaccess/source/ui/app/AppView.hxx
+++ b/dbaccess/source/ui/app/AppView.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: AppView.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2004-09-09 09:40:35 $
+ * last change: $Author: pjunck $ $Date: 2004-10-22 12:01:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -182,6 +182,10 @@ namespace dbaui
);
virtual ~OApplicationView();
+ /** automatically creates mnemonics for the icon/texts in our left hand side panel
+ */
+ void createIconAutoMnemonics();
+
// window overloads
virtual long PreNotify( NotifyEvent& rNEvt );
virtual void GetFocus();