summaryrefslogtreecommitdiff
path: root/reportdesign/source/core/api/Shape.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/core/api/Shape.cxx')
-rw-r--r--reportdesign/source/core/api/Shape.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/reportdesign/source/core/api/Shape.cxx b/reportdesign/source/core/api/Shape.cxx
index ac5796ee4850..ec562862d27d 100644
--- a/reportdesign/source/core/api/Shape.cxx
+++ b/reportdesign/source/core/api/Shape.cxx
@@ -440,13 +440,13 @@ void SAL_CALL OShape::setZOrder( ::sal_Int32 _zorder ) throw (uno::RuntimeExcept
set(PROPERTY_ZORDER,_zorder,m_nZOrder);
}
-sal_Bool SAL_CALL OShape::getOpaque() throw (::com::sun::star::uno::RuntimeException, std::exception)
+sal_Bool SAL_CALL OShape::getOpaque() throw (css::uno::RuntimeException, std::exception)
{
::osl::MutexGuard aGuard(m_aMutex);
return m_bOpaque;
}
-void SAL_CALL OShape::setOpaque( sal_Bool _opaque ) throw (::com::sun::star::uno::RuntimeException, std::exception)
+void SAL_CALL OShape::setOpaque( sal_Bool _opaque ) throw (css::uno::RuntimeException, std::exception)
{
::osl::MutexGuard aGuard(m_aMutex);
set(PROPERTY_OPAQUE,_opaque,m_bOpaque);