summaryrefslogtreecommitdiff
path: root/vcl/osx/clipboard.cxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2016-05-06 23:49:57 +0200
committerMichael Stahl <mstahl@redhat.com>2016-05-06 23:49:57 +0200
commit3342a05529b1fb33db4f1126b5836249551890f3 (patch)
tree499a8ab40d6922dd1cd042a23a17103aac73ee6f /vcl/osx/clipboard.cxx
parent631191c72f84a4ed1c2f8312d0764ef480961dce (diff)
vcl: oops, so there was a macro there
Change-Id: I824fa3c83a5bc8b68a6554c9bfe5ce5b3c2d711f
Diffstat (limited to 'vcl/osx/clipboard.cxx')
-rw-r--r--vcl/osx/clipboard.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/osx/clipboard.cxx b/vcl/osx/clipboard.cxx
index 1e277e2c95a2..be86d28b23ab 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&) { }