aboutsummaryrefslogtreecommitdiff
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.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/libreoffice/files/patch-vcl_qt5_Qt5Frame.cxx b/editors/libreoffice/files/patch-vcl_qt5_Qt5Frame.cxx
deleted file mode 100644
index e6b1e7e5cf59..000000000000
--- a/editors/libreoffice/files/patch-vcl_qt5_Qt5Frame.cxx
+++ /dev/null
@@ -1,11 +0,0 @@
---- vcl/qt5/Qt5Frame.cxx.orig 2020-05-13 11:19:20 UTC
-+++ vcl/qt5/Qt5Frame.cxx
-@@ -308,7 +308,7 @@ SalGraphics* Qt5Frame::AcquireGraphics()
-
- if (m_bUseCairo)
- {
-- if (!m_pOurSvpGraphics || m_bGraphicsInvalid)
-+ if (!m_pOurSvpGraphics)
- {
- m_pOurSvpGraphics.reset(new Qt5SvpGraphics(this));
- InitQt5SvpGraphics(m_pOurSvpGraphics.get());