From b46d71a558d935bac5c1f484e9635338b1654728 Mon Sep 17 00:00:00 2001 From: Ivan Timofeev Date: Tue, 24 Jan 2012 17:21:56 +0400 Subject: remove unused #define SFX_ITEMTYPE_STATBAR in workwin.cxx --- sfx2/source/appl/workwin.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'sfx2') diff --git a/sfx2/source/appl/workwin.cxx b/sfx2/source/appl/workwin.cxx index f40009626d72..9281858f8470 100644 --- a/sfx2/source/appl/workwin.cxx +++ b/sfx2/source/appl/workwin.cxx @@ -1630,8 +1630,6 @@ void SfxWorkWindow::SetStatusBar_Impl( sal_uInt32 nResId, SfxShell*, SfxBindings aStatBar.nId = sal::static_int_cast(nResId); } -#define SFX_ITEMTYPE_STATBAR 4 - void SfxWorkWindow::UpdateStatusBar_Impl() { Reference< ::com::sun::star::beans::XPropertySet > xPropSet( GetFrameInterface(), UNO_QUERY ); -- cgit