summaryrefslogtreecommitdiff
path: root/reportdesign/source/core/api/Group.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/core/api/Group.cxx')
-rw-r--r--reportdesign/source/core/api/Group.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/reportdesign/source/core/api/Group.cxx b/reportdesign/source/core/api/Group.cxx
index 92df9713f62b..bf218eade1cf 100644
--- a/reportdesign/source/core/api/Group.cxx
+++ b/reportdesign/source/core/api/Group.cxx
@@ -174,7 +174,7 @@ uno::Reference< report::XSection > SAL_CALL OGroup::getFooter() throw (container
void SAL_CALL OGroup::setGroupOn( ::sal_Int16 _groupon ) throw (lang::IllegalArgumentException, uno::RuntimeException, std::exception)
{
if ( _groupon < report::GroupOn::DEFAULT || _groupon > report::GroupOn::INTERVAL )
- throwIllegallArgumentException("com::sun::star::report::GroupOn"
+ throwIllegallArgumentException("css::report::GroupOn"
,*this
,1
,m_xContext);
@@ -201,7 +201,7 @@ void SAL_CALL OGroup::setGroupInterval( ::sal_Int32 _groupinterval ) throw (uno:
void SAL_CALL OGroup::setKeepTogether( ::sal_Int16 _keeptogether ) throw (lang::IllegalArgumentException, uno::RuntimeException, std::exception)
{
if ( _keeptogether < report::KeepTogether::NO || _keeptogether > report::KeepTogether::WITH_FIRST_DETAIL )
- throwIllegallArgumentException("com::sun::star::report::KeepTogether"
+ throwIllegallArgumentException("css::report::KeepTogether"
,*this
,1
,m_xContext);