[Libreoffice-commits] core.git: vcl/quartz
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Dec 11 17:39:33 UTC 2018
vcl/quartz/salvd.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 7c35d5f0669f461254668c1854291e1324b37c21
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Tue Dec 11 19:37:54 2018 +0200
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Tue Dec 11 19:37:54 2018 +0200
Comment out an assertion that fails every time for me on macOS
Change-Id: I458f44d16b242700b228db647582c4b40b14661a
diff --git a/vcl/quartz/salvd.cxx b/vcl/quartz/salvd.cxx
index 5f2422d6f455..ee1f5e61f96f 100644
--- a/vcl/quartz/salvd.cxx
+++ b/vcl/quartz/salvd.cxx
@@ -273,7 +273,7 @@ SAL_WNODEPRECATED_DECLARATIONS_POP
if (!xCGContext)
{
- assert(Application::IsBitmapRendering());
+ // assert(Application::IsBitmapRendering());
mnBitmapDepth = 32;
const int nBytesPerRow = (mnBitmapDepth * nDX) / 8;
More information about the Libreoffice-commits
mailing list