summaryrefslogtreecommitdiff
path: root/filter/source/flash/swfexporter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/flash/swfexporter.cxx')
-rw-r--r--filter/source/flash/swfexporter.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/filter/source/flash/swfexporter.cxx b/filter/source/flash/swfexporter.cxx
index c163df0e9224..34d7d10bb9f9 100644
--- a/filter/source/flash/swfexporter.cxx
+++ b/filter/source/flash/swfexporter.cxx
@@ -160,7 +160,7 @@ bool FlashExporter::exportAll( const Reference< XComponent >& xDoc, Reference< X
}
catch( const Exception& )
{
- assert( false );
+ OSL_ASSERT( false );
return false; // no writer, no cookies
}
@@ -289,7 +289,7 @@ bool FlashExporter::exportSlides( const Reference< XDrawPage >& xDrawPage, Refer
}
catch( const Exception& )
{
- assert( false );
+ OSL_ASSERT( false );
}
exportDrawPageContents(xDrawPage, true, false);
@@ -631,7 +631,7 @@ void FlashExporter::exportShape( const Reference< XShape >& xShape, bool bMaster
}
catch( const Exception& )
{
- assert(false);
+ OSL_ASSERT(false);
}
}