summaryrefslogtreecommitdiffstats
path: root/framework/source/uielement/statusbaritem.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/uielement/statusbaritem.cxx')
-rw-r--r--framework/source/uielement/statusbaritem.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/uielement/statusbaritem.cxx b/framework/source/uielement/statusbaritem.cxx
index a4b02738fe9a..959ea4fbec29 100644
--- a/framework/source/uielement/statusbaritem.cxx
+++ b/framework/source/uielement/statusbaritem.cxx
@@ -119,7 +119,7 @@ OUString SAL_CALL StatusbarItem::getCommand()
if ( m_pStatusBar )
return m_pStatusBar->GetItemOffset( m_nId );
- return ::sal_Int32(0);
+ return 0;
}
css::awt::Rectangle SAL_CALL StatusbarItem::getItemRect()