[Libreoffice-commits] core.git: vcl/osx

Michael Stahl mstahl at redhat.com
Fri May 6 21:52:28 UTC 2016


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

New commits:
commit 3342a05529b1fb33db4f1126b5836249551890f3
Author: Michael Stahl <mstahl at 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&) { }


More information about the Libreoffice-commits mailing list