diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2017-05-07 09:34:24 +1000 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2017-05-07 09:34:24 +1000 |
commit | 4aca4ce101398443b2cfee8fdf18bae8e6c3892a (patch) | |
tree | 5238c130b0b6762f1712bebac59e69cf98a0e185 | |
parent | f67ddc8a5d235887a092554157285b149c17750b (diff) |
tdf#43157: convert OS X fpicker codebase away from OSL_ASSERT to assert
Change-Id: I3e04db9ffb82f591dcff9b91eb915cf059a9b312
-rw-r--r-- | fpicker/source/aqua/resourceprovider.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/aqua/resourceprovider.mm b/fpicker/source/aqua/resourceprovider.mm index f1c9023a1cfd..a350bfe2f10e 100644 --- a/fpicker/source/aqua/resourceprovider.mm +++ b/fpicker/source/aqua/resourceprovider.mm @@ -131,7 +131,7 @@ public: try { - OSL_ASSERT( m_ResMgr && m_OtherResMgr ); + assert( m_ResMgr && m_OtherResMgr ); // translate the control id to a resource id sal_Int16 aResId = CtrlIdToResId( aId ); |