summaryrefslogtreecommitdiff
path: root/extensions/source/bibliography/bibview.hxx
diff options
context:
space:
mode:
authorgt <gt@openoffice.org>2002-05-17 08:43:10 +0000
committergt <gt@openoffice.org>2002-05-17 08:43:10 +0000
commitfda26a99079062b305cb3dbb54e622205c06ddd7 (patch)
treead61d764f18e9434f958721ec33cc9ceb2812c19 /extensions/source/bibliography/bibview.hxx
parent99de239471a108fec128fa4cda0216404f0403d6 (diff)
#97809# short cut handling in bibliography
Diffstat (limited to 'extensions/source/bibliography/bibview.hxx')
-rw-r--r--extensions/source/bibliography/bibview.hxx11
1 files changed, 8 insertions, 3 deletions
diff --git a/extensions/source/bibliography/bibview.hxx b/extensions/source/bibliography/bibview.hxx
index 735b050d8f8b..899917b9a2af 100644
--- a/extensions/source/bibliography/bibview.hxx
+++ b/extensions/source/bibliography/bibview.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: bibview.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: os $ $Date: 2002-05-08 08:50:24 $
+ * last change: $Author: gt $ $Date: 2002-05-17 09:43:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -79,6 +79,9 @@
#ifndef EXTENSIONS_BIB_FORMCONTROLCONTAINER_HXX
#include "formcontrolcontainer.hxx"
#endif
+#ifndef _BIBSHORTCUTHANDLER_HXX
+#include "bibshortcuthandler.hxx"
+#endif
class BibGeneralPage;
class BibDataManager;
@@ -91,7 +94,7 @@ namespace bib
//.........................................................................
// -----------------------------------------------------------------------
- class BibView : public Window, public FormControlContainer
+ class BibView : public BibWindow, public FormControlContainer
{
private:
BibDataManager* m_pDatMan;
@@ -121,6 +124,8 @@ namespace bib
void UpdatePages();
virtual void GetFocus();
+
+ virtual BOOL HandleShortCutKey( const KeyEvent& rKeyEvent ); // returns true, if key was handled
};
//.........................................................................