diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2021-02-04 09:21:55 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2021-02-04 09:21:55 +0000 |
commit | 5c2dafb758712d1ab6ea5ddc287c57aabf3f8419 (patch) | |
tree | 0d517e7549a35d092012ce3bb76c1b04698c8836 /editors/libreoffice/files/patch-desktop_source_app_app.cxx | |
parent | devel/py-hg-evolve: Update to 10.2.0. (diff) |
Please welcome LibreOffice suite 7.1.0 release!
Release Notes: https://blog.documentfoundation.org/blog/2021/02/03/libreoffice-7-1-community/
Diffstat (limited to 'editors/libreoffice/files/patch-desktop_source_app_app.cxx')
-rw-r--r-- | editors/libreoffice/files/patch-desktop_source_app_app.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/libreoffice/files/patch-desktop_source_app_app.cxx b/editors/libreoffice/files/patch-desktop_source_app_app.cxx index 0dbece6df9f0..1d779a94cadb 100644 --- a/editors/libreoffice/files/patch-desktop_source_app_app.cxx +++ b/editors/libreoffice/files/patch-desktop_source_app_app.cxx @@ -1,6 +1,6 @@ ---- desktop/source/app/app.cxx.orig +--- desktop/source/app/app.cxx.orig 2020-11-22 14:05:28 UTC +++ desktop/source/app/app.cxx -@@ -564,6 +564,7 @@ void Desktop::InitFinished() +@@ -524,6 +524,7 @@ void Desktop::InitFinished() void Desktop::DeInit() { @@ -8,7 +8,7 @@ try { // instead of removing of the configManager just let it commit all the changes utl::ConfigManager::storeConfigItems(); -@@ -580,7 +581,9 @@ void Desktop::DeInit() +@@ -540,7 +541,9 @@ void Desktop::DeInit() // clear lockfile m_xLockfile.reset(); |