summaryrefslogtreecommitdiff
path: root/sfx2/source/sidebar/TabBar.cxx
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2017-05-07 10:02:47 +1000
committerChris Sherlock <chris.sherlock79@gmail.com>2017-05-07 10:02:47 +1000
commit74fa31e12355a45476458d0e6f907894bf4793cd (patch)
tree67cbaa54f680e500f60f0b6ab65f9491ebd68a97 /sfx2/source/sidebar/TabBar.cxx
parent6c9fb88fc097ff42cb6a0e26dad84f535ea69edf (diff)
tdf#43157: convert sfx2 module away from OSL_ASSERT to assert
Change-Id: I3facbef60a0d629db8f3028dd1b9f38e8f17e83e
Diffstat (limited to 'sfx2/source/sidebar/TabBar.cxx')
-rw-r--r--sfx2/source/sidebar/TabBar.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/sidebar/TabBar.cxx b/sfx2/source/sidebar/TabBar.cxx
index 7d4ee1419ef0..4e6830f8c6f6 100644
--- a/sfx2/source/sidebar/TabBar.cxx
+++ b/sfx2/source/sidebar/TabBar.cxx
@@ -122,7 +122,7 @@ void TabBar::SetDecks(const ResourceManager::DeckContextDescriptorContainer& rDe
std::shared_ptr<DeckDescriptor> xDescriptor = pParentSidebarController->GetResourceManager()->GetDeckDescriptor(iDeck->msId);
if (xDescriptor == nullptr)
{
- OSL_ASSERT(xDescriptor!=nullptr);
+ assert(xDescriptor!=nullptr);
continue;
}