From 01d0c19dc21a8a43062f3cc6942a3aa3f177867a Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Tue, 20 May 2008 18:05:10 +0000 Subject: INTEGRATION: CWS mba30patches01 (1.16.40); FILE MERGED 2008/04/23 10:48:05 mba 1.16.40.2: RESYNC: (1.16-1.17); FILE MERGED 2008/03/18 15:40:52 mba 1.16.40.1: #i86365#: remove unused code --- extensions/source/bibliography/bibbeam.cxx | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'extensions/source/bibliography/bibbeam.cxx') diff --git a/extensions/source/bibliography/bibbeam.cxx b/extensions/source/bibliography/bibbeam.cxx index cc6d0ae0aeca..53c425a78dd1 100644 --- a/extensions/source/bibliography/bibbeam.cxx +++ b/extensions/source/bibliography/bibbeam.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: bibbeam.cxx,v $ - * $Revision: 1.17 $ + * $Revision: 1.18 $ * * This file is part of OpenOffice.org. * @@ -116,7 +116,6 @@ namespace bib ~BibGridwin(); void createGridWin(const Reference< awt::XControlModel > & xDbForm); - void changeGridModel(const Reference< awt::XControlModel > & xGModel); void disposeGridWin(); const Reference< awt::XControlContainer >& getControlContainer() const { return m_xControlContainer; } @@ -210,15 +209,6 @@ namespace bib } } - //--------------------------------------------------------------------- - void BibGridwin::changeGridModel(const uno::Reference< awt::XControlModel > & xGModel) - { - m_xGridModel = xGModel; - - if ( m_xControl.is() ) - m_xControl->setModel( m_xGridModel ); - } - //--------------------------------------------------------------------- void BibGridwin::GetFocus() { -- cgit