summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui/report/propbrw.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-02-26 10:45:02 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-02-26 10:45:02 +0100
commit756b7d315a2bef7177c1123af9ce223293c88970 (patch)
tree6815d9484b15519d2db4be03b61a8fcf5f8abb5d /reportdesign/source/ui/report/propbrw.cxx
parent91697b75c337dcab54d56efb6e24701147900676 (diff)
Move bogus OSL_ASSERT(msg) to OSL_FAIL(msg)
Diffstat (limited to 'reportdesign/source/ui/report/propbrw.cxx')
-rw-r--r--reportdesign/source/ui/report/propbrw.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/reportdesign/source/ui/report/propbrw.cxx b/reportdesign/source/ui/report/propbrw.cxx
index 370e50a12a88..fd4ecfbd5f65 100644
--- a/reportdesign/source/ui/report/propbrw.cxx
+++ b/reportdesign/source/ui/report/propbrw.cxx
@@ -126,7 +126,7 @@ PropBrw::PropBrw(const Reference< XMultiServiceFactory >& _xORB,Window* pParen
}
catch (Exception&)
{
- OSL_ASSERT("PropBrw::PropBrw: could not create/initialize my frame!");
+ OSL_FAIL("PropBrw::PropBrw: could not create/initialize my frame!");
m_xMeAsFrame.clear();
}
@@ -179,7 +179,7 @@ PropBrw::PropBrw(const Reference< XMultiServiceFactory >& _xORB,Window* pParen
}
catch (Exception&)
{
- OSL_ASSERT("PropBrw::PropBrw: could not create/initialize the browser controller!");
+ OSL_FAIL("PropBrw::PropBrw: could not create/initialize the browser controller!");
try
{
::comphelper::disposeComponent(m_xBrowserController);
@@ -562,7 +562,7 @@ void PropBrw::Update( OSectionView* pNewView )
}
catch ( Exception& )
{
- OSL_ASSERT( "PropBrw::Update: Exception occurred!" );
+ OSL_FAIL( "PropBrw::Update: Exception occurred!" );
}
}
//----------------------------------------------------------------------------
@@ -584,7 +584,7 @@ void PropBrw::Update( const uno::Reference< uno::XInterface>& _xReportComponent)
}
catch ( Exception& )
{
- OSL_ASSERT( "PropBrw::Update: Exception occurred!" );
+ OSL_FAIL( "PropBrw::Update: Exception occurred!" );
}
}
}