summaryrefslogtreecommitdiff
path: root/editors/libreoffice/files/patch-vcl_qt5_Qt5Frame.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'editors/libreoffice/files/patch-vcl_qt5_Qt5Frame.cxx')
-rw-r--r--editors/libreoffice/files/patch-vcl_qt5_Qt5Frame.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/libreoffice/files/patch-vcl_qt5_Qt5Frame.cxx b/editors/libreoffice/files/patch-vcl_qt5_Qt5Frame.cxx
index 43fc420c44d4..e6b1e7e5cf59 100644
--- a/editors/libreoffice/files/patch-vcl_qt5_Qt5Frame.cxx
+++ b/editors/libreoffice/files/patch-vcl_qt5_Qt5Frame.cxx
@@ -1,11 +1,11 @@
--- vcl/qt5/Qt5Frame.cxx.orig 2020-05-13 11:19:20 UTC
+++ vcl/qt5/Qt5Frame.cxx
-@@ -318,7 +318,7 @@ SalGraphics* Qt5Frame::AcquireGraphics()
+@@ -308,7 +308,7 @@ SalGraphics* Qt5Frame::AcquireGraphics()
if (m_bUseCairo)
{
-- if (!m_pOurSvpGraphics.get() || m_bGraphicsInvalid)
-+ if (!m_pOurSvpGraphics.get())
+- if (!m_pOurSvpGraphics || m_bGraphicsInvalid)
++ if (!m_pOurSvpGraphics)
{
m_pOurSvpGraphics.reset(new Qt5SvpGraphics(this));
InitQt5SvpGraphics(m_pOurSvpGraphics.get());