diff options
-rw-r--r-- | extensions/source/bibliography/toolbar.cxx | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/extensions/source/bibliography/toolbar.cxx b/extensions/source/bibliography/toolbar.cxx index fbaef6ff9b7e..daab0798c75e 100644 --- a/extensions/source/bibliography/toolbar.cxx +++ b/extensions/source/bibliography/toolbar.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: toolbar.cxx,v $ - * $Revision: 1.22 $ + * $Revision: 1.23 $ * * This file is part of OpenOffice.org. * @@ -97,23 +97,10 @@ void BibToolBarListener::statusChanged(const ::com::sun::star::frame::FeatureSta } }; -sal_uInt16 BibToolBarListener::GetIndex() -{ - return nIndex; -} -void BibToolBarListener::SetIndex(sal_uInt16 nId) -{ - nIndex=nId; -} - rtl::OUString BibToolBarListener::GetCommand() { return aCommand; } -void BibToolBarListener::SetCommand(const rtl::OUString& aStr) -{ - aCommand=aStr; -} BibTBListBoxListener::BibTBListBoxListener(BibToolBar *pTB,rtl::OUString aStr,sal_uInt16 nId): BibToolBarListener(pTB,aStr,nId) |