From 74fa31e12355a45476458d0e6f907894bf4793cd Mon Sep 17 00:00:00 2001 From: Chris Sherlock Date: Sun, 7 May 2017 10:02:47 +1000 Subject: tdf#43157: convert sfx2 module away from OSL_ASSERT to assert Change-Id: I3facbef60a0d629db8f3028dd1b9f38e8f17e83e --- sfx2/source/sidebar/DeckTitleBar.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sfx2/source/sidebar/DeckTitleBar.cxx') diff --git a/sfx2/source/sidebar/DeckTitleBar.cxx b/sfx2/source/sidebar/DeckTitleBar.cxx index fe4d0b2aae6e..2f67fb100117 100644 --- a/sfx2/source/sidebar/DeckTitleBar.cxx +++ b/sfx2/source/sidebar/DeckTitleBar.cxx @@ -44,7 +44,7 @@ DeckTitleBar::DeckTitleBar (const OUString& rsTitle, , maCloserAction(rCloserAction) , mbIsCloserVisible(false) { - OSL_ASSERT(pParentWindow != nullptr); + assert(pParentWindow != nullptr); if (maCloserAction) SetCloserVisible(true); -- cgit