summaryrefslogtreecommitdiff
path: root/extensions/source/bibliography/bibview.hxx
diff options
context:
space:
mode:
authorgt <gt@openoffice.org>2002-04-25 08:27:20 +0000
committergt <gt@openoffice.org>2002-04-25 08:27:20 +0000
commitea80809eb68e014355a33f6b139fb80a6d07551f (patch)
tree89e80d6759b5e66e0fb34c5280b82670094092e6 /extensions/source/bibliography/bibview.hxx
parent73f4160064f1a28211fb9823301cb147ca1cd668 (diff)
#98361# F6-handling
Diffstat (limited to 'extensions/source/bibliography/bibview.hxx')
-rw-r--r--extensions/source/bibliography/bibview.hxx24
1 files changed, 12 insertions, 12 deletions
diff --git a/extensions/source/bibliography/bibview.hxx b/extensions/source/bibliography/bibview.hxx
index 6cd9c42745c5..dc7d4148d574 100644
--- a/extensions/source/bibliography/bibview.hxx
+++ b/extensions/source/bibliography/bibview.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: bibview.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: fs $ $Date: 2001-10-22 07:31:41 $
+ * last change: $Author: gt $ $Date: 2002-04-25 09:27:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -91,9 +91,7 @@ namespace bib
//.........................................................................
// -----------------------------------------------------------------------
- class BibView
- :public Window
- ,public FormControlContainer
+ class BibView : public Window, public FormControlContainer
{
private:
BibDataManager* m_pDatMan;
@@ -106,21 +104,23 @@ namespace bib
protected:
// Window overridables
- virtual void Resize();
+ virtual void Resize();
// FormControlContainer
virtual ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlContainer >
- getControlContainer();
+ getControlContainer();
// XLoadListener equivalents
- virtual void _loaded( const ::com::sun::star::lang::EventObject& _rEvent );
- virtual void _reloaded( const ::com::sun::star::lang::EventObject& _rEvent );
+ virtual void _loaded( const ::com::sun::star::lang::EventObject& _rEvent );
+ virtual void _reloaded( const ::com::sun::star::lang::EventObject& _rEvent );
public:
- BibView( Window* _pParent, BibDataManager* _pDatMan, WinBits nStyle = WB_3DLOOK );
- ~BibView();
+ BibView( Window* _pParent, BibDataManager* _pDatMan, WinBits nStyle = WB_3DLOOK );
+ ~BibView();
- void UpdatePages();
+ void UpdatePages();
+
+ virtual void GetFocus();
};
//.........................................................................