diff options
author | Ivan Timofeev <timofeev.i.s@gmail.com> | 2012-01-24 17:21:56 +0400 |
---|---|---|
committer | Ivan Timofeev <timofeev.i.s@gmail.com> | 2012-01-24 21:09:02 +0400 |
commit | b46d71a558d935bac5c1f484e9635338b1654728 (patch) | |
tree | 0405060ea8158c58fbe4224076ec7158519f54a2 /sfx2/source | |
parent | 853768873d2ebc8b9e63bf4f0a16e5867b0a1504 (diff) |
remove unused #define SFX_ITEMTYPE_STATBAR in workwin.cxx
Diffstat (limited to 'sfx2/source')
-rw-r--r-- | sfx2/source/appl/workwin.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
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<sal_uInt16>(nResId); } -#define SFX_ITEMTYPE_STATBAR 4 - void SfxWorkWindow::UpdateStatusBar_Impl() { Reference< ::com::sun::star::beans::XPropertySet > xPropSet( GetFrameInterface(), UNO_QUERY ); |