summaryrefslogtreecommitdiff
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.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/source/uielement/statusbaritem.cxx b/framework/source/uielement/statusbaritem.cxx
index b2af4348ad00..6b9fde6504e0 100644
--- a/framework/source/uielement/statusbaritem.cxx
+++ b/framework/source/uielement/statusbaritem.cxx
@@ -130,15 +130,15 @@ throw (RuntimeException, std::exception)
return ::sal_Int32(0);
}
-::com::sun::star::awt::Rectangle SAL_CALL StatusbarItem::getItemRect()
+css::awt::Rectangle SAL_CALL StatusbarItem::getItemRect()
throw (RuntimeException, std::exception)
{
SolarMutexGuard aGuard;
- ::com::sun::star::awt::Rectangle aAWTRect;
+ css::awt::Rectangle aAWTRect;
if ( m_pStatusBar )
{
Rectangle aRect = m_pStatusBar->GetItemRect( m_nId );
- return ::com::sun::star::awt::Rectangle( aRect.Left(),
+ return css::awt::Rectangle( aRect.Left(),
aRect.Top(),
aRect.GetWidth(),
aRect.GetHeight() );