summaryrefslogtreecommitdiffstats
path: root/sdext/source/presenter/PresenterPaneContainer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterPaneContainer.cxx')
-rw-r--r--sdext/source/presenter/PresenterPaneContainer.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sdext/source/presenter/PresenterPaneContainer.cxx b/sdext/source/presenter/PresenterPaneContainer.cxx
index 27448bed3b4f..66eef2cef50f 100644
--- a/sdext/source/presenter/PresenterPaneContainer.cxx
+++ b/sdext/source/presenter/PresenterPaneContainer.cxx
@@ -199,7 +199,7 @@ PresenterPaneContainer::SharedPaneDescriptor
}
catch (RuntimeException&)
{
- assert(false);
+ OSL_ASSERT(false);
}
}
}
@@ -339,7 +339,7 @@ void PresenterPaneContainer::ToTop (const SharedPaneDescriptor& rpDescriptor)
for (iPane=maPanes.begin(); iPane!=iEnd; ++iPane)
if (iPane->get() == rpDescriptor.get())
break;
- assert(iPane!=iEnd);
+ OSL_ASSERT(iPane!=iEnd);
if (iPane == iEnd)
return;