summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/pointersymbol.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/pointersymbol.cxx')
-rw-r--r--slideshow/source/engine/pointersymbol.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/engine/pointersymbol.cxx b/slideshow/source/engine/pointersymbol.cxx
index 6f53bbd7e272..2b50addcd71c 100644
--- a/slideshow/source/engine/pointersymbol.cxx
+++ b/slideshow/source/engine/pointersymbol.cxx
@@ -155,7 +155,7 @@ void PointerSymbol::viewChanged( const UnoViewSharedPtr& rView )
( const ViewsVecT::value_type& cp )
{ return rView == cp.first; } ) );
- assert( aModifiedEntry != maViews.end() );
+ OSL_ASSERT( aModifiedEntry != maViews.end() );
if( aModifiedEntry == maViews.end() )
return;