diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2017-05-07 10:02:47 +1000 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2017-05-07 10:02:47 +1000 |
commit | 74fa31e12355a45476458d0e6f907894bf4793cd (patch) | |
tree | 67cbaa54f680e500f60f0b6ab65f9491ebd68a97 /sfx2/source/sidebar/DeckTitleBar.cxx | |
parent | 6c9fb88fc097ff42cb6a0e26dad84f535ea69edf (diff) |
tdf#43157: convert sfx2 module away from OSL_ASSERT to assert
Change-Id: I3facbef60a0d629db8f3028dd1b9f38e8f17e83e
Diffstat (limited to 'sfx2/source/sidebar/DeckTitleBar.cxx')
-rw-r--r-- | sfx2/source/sidebar/DeckTitleBar.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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); |