vcl/osx/clipboard.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3342a05529b1fb33db4f1126b5836249551890f3
Author: Michael Stahl <mst...@redhat.com>
Date:   Fri May 6 23:49:57 2016 +0200

    vcl: oops, so there was a macro there
    
    Change-Id: I824fa3c83a5bc8b68a6554c9bfe5ce5b3c2d711f

diff --git a/vcl/osx/clipboard.cxx b/vcl/osx/clipboard.cxx
index 1e277e2..be86d28 100644
--- a/vcl/osx/clipboard.cxx
+++ b/vcl/osx/clipboard.cxx
@@ -277,7 +277,7 @@ void AquaClipboard::fireClipboardChangedEvent()
 
 void AquaClipboard::fireLostClipboardOwnershipEvent(Reference<XClipboardOwner> 
oldOwner, Reference<XTransferable> oldContent)
 {
-    BOOST_ASSERT(oldOwner.is());
+    assert(oldOwner.is());
 
     try { oldOwner->lostOwnership(static_cast<XClipboardEx*>(this), 
oldContent); }
     catch(RuntimeException&) { }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to