summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Timofeev <timofeev.i.s@gmail.com>2012-01-24 17:21:56 +0400
committerIvan Timofeev <timofeev.i.s@gmail.com>2012-01-24 21:09:02 +0400
commitb46d71a558d935bac5c1f484e9635338b1654728 (patch)
tree0405060ea8158c58fbe4224076ec7158519f54a2
parent853768873d2ebc8b9e63bf4f0a16e5867b0a1504 (diff)
remove unused #define SFX_ITEMTYPE_STATBAR in workwin.cxx
-rw-r--r--sfx2/source/appl/workwin.cxx2
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 );