diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-05-20 18:07:24 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-05-20 18:07:24 +0000 |
commit | 035258f627d2b6b13833c9c37711731a817cbc59 (patch) | |
tree | acaebe52b728694a638a1b030e1e38af7ce4b4a6 /extensions/source | |
parent | 3d9a0be9732801c66a27e8e6cded8e82ea22945a (diff) |
INTEGRATION: CWS mba30patches01 (1.21.40); FILE MERGED
2008/04/23 10:48:35 mba 1.21.40.2: RESYNC: (1.21-1.22); FILE MERGED
2008/03/18 15:40:53 mba 1.21.40.1: #i86365#: remove unused code
Diffstat (limited to 'extensions/source')
-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) |