diff options
author | gt <gt@openoffice.org> | 2002-05-17 08:43:10 +0000 |
---|---|---|
committer | gt <gt@openoffice.org> | 2002-05-17 08:43:10 +0000 |
commit | 4cbd6afdb364d1b909436a41602443d675f92fd2 (patch) | |
tree | c07416b043c7db67b59b2732f4a4bee33ed12a18 /extensions/source/bibliography/bibbeam.cxx | |
parent | 8d5d332cf4d215fb35ce68475aa4fdc2045f9d15 (diff) |
#97809# short cut handling in bibliography
Diffstat (limited to 'extensions/source/bibliography/bibbeam.cxx')
-rw-r--r-- | extensions/source/bibliography/bibbeam.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/bibliography/bibbeam.cxx b/extensions/source/bibliography/bibbeam.cxx index 206ff590c..200e898a0 100644 --- a/extensions/source/bibliography/bibbeam.cxx +++ b/extensions/source/bibliography/bibbeam.cxx @@ -2,9 +2,9 @@ * * $RCSfile: bibbeam.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: gt $ $Date: 2002-04-25 09:27:20 $ + * 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 @@ -281,7 +281,7 @@ namespace bib //--------------------------------------------------------------------- BibBeamer::BibBeamer( Window* _pParent, BibDataManager* _pDM, WinBits _nStyle ) - :SplitWindow( _pParent, _nStyle | WB_NOSPLITDRAW ) + :BibSplitWindow( _pParent, _nStyle | WB_NOSPLITDRAW ) ,pDatMan( _pDM ) ,pToolBar( NULL ) ,pGridWin( NULL ) |