summaryrefslogtreecommitdiffstats
path: root/fpicker
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2017-05-07 09:34:24 +1000
committerChris Sherlock <chris.sherlock79@gmail.com>2017-05-07 09:34:24 +1000
commit4aca4ce101398443b2cfee8fdf18bae8e6c3892a (patch)
tree5238c130b0b6762f1712bebac59e69cf98a0e185 /fpicker
parenttdf#43157: convert accessibility module away from OSL_ASSERT to assert (diff)
downloadcore-4aca4ce101398443b2cfee8fdf18bae8e6c3892a.tar.gz
core-4aca4ce101398443b2cfee8fdf18bae8e6c3892a.zip
tdf#43157: convert OS X fpicker codebase away from OSL_ASSERT to assert
Change-Id: I3e04db9ffb82f591dcff9b91eb915cf059a9b312
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/aqua/resourceprovider.mm2
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 );