INTEGRATION: CWS mba30patches01 (1.15.40); FILE MERGED
2008/04/23 10:48:11 mba 1.15.40.2: RESYNC: (1.15-1.16); FILE MERGED 2008/03/18 15:40:52 mba 1.15.40.1: #i86365#: remove unused code
This commit is contained in:
parent
e5dc9607c7
commit
b69d002cf4
1 changed files with 1 additions and 26 deletions
|
@ -7,7 +7,7 @@
|
|||
* OpenOffice.org - a multi-platform office productivity suite
|
||||
*
|
||||
* $RCSfile: bibcont.cxx,v $
|
||||
* $Revision: 1.16 $
|
||||
* $Revision: 1.17 $
|
||||
*
|
||||
* This file is part of OpenOffice.org.
|
||||
*
|
||||
|
@ -97,12 +97,6 @@ using namespace ::rtl;
|
|||
#define WIN_MIN_HEIGHT 10
|
||||
#define WIN_STEP_SIZE 5
|
||||
|
||||
BibWindowContainer::BibWindowContainer( Window* pParent, WinBits nStyle ) :
|
||||
BibWindow( pParent, nStyle ),
|
||||
pChild( NULL )
|
||||
{
|
||||
}
|
||||
|
||||
BibWindowContainer::BibWindowContainer( Window* pParent, BibShortCutHandler* pChildWin, WinBits nStyle ) :
|
||||
BibWindow( pParent, nStyle ),
|
||||
pChild( pChildWin )
|
||||
|
@ -194,25 +188,6 @@ IMPL_LINK( BibBookContainer, SplitHdl, Timer*,/*pT*/)
|
|||
return 0;
|
||||
}
|
||||
|
||||
|
||||
uno::Reference < awt::XWindowPeer> BibBookContainer::GetTopComponentInterface( sal_Bool bCreate)
|
||||
{
|
||||
return pTopWin->GetComponentInterface(bCreate);
|
||||
}
|
||||
void BibBookContainer::SetTopComponentInterface( awt::XWindowPeer* pIFace )
|
||||
{
|
||||
pTopWin->SetComponentInterface(pIFace);
|
||||
}
|
||||
|
||||
uno::Reference < awt::XWindowPeer > BibBookContainer::GetBottomComponentInterface( sal_Bool bCreate)
|
||||
{
|
||||
return pBottomWin->GetComponentInterface(bCreate);
|
||||
}
|
||||
void BibBookContainer::SetBottomComponentInterface( awt::XWindowPeer* pIFace )
|
||||
{
|
||||
pBottomWin->SetComponentInterface(pIFace);
|
||||
}
|
||||
|
||||
void BibBookContainer::createTopFrame( BibShortCutHandler* pWin )
|
||||
{
|
||||
if ( xTopFrameRef.is() ) xTopFrameRef->dispose();
|
||||
|
|
Loading…
Reference in a new issue