[Libreoffice-commits] core.git: Branch 'distro/lhm/libreoffice-6-1+backports' - vcl/unx
Michael Weghorn (via logerrit)
logerrit at kemper.freedesktop.org
Fri Apr 26 12:38:28 UTC 2019
vcl/unx/gtk3_kde5/kde5_filepicker.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 15b2a08f90a019a5be9b822b7470c434a01f5746
Author: Michael Weghorn <m.weghorn at posteo.de>
AuthorDate: Fri Apr 26 12:28:05 2019 +0000
Commit: Michael Weghorn <m.weghorn at posteo.de>
CommitDate: Fri Apr 26 14:37:27 2019 +0200
gtk3_kde5: Add missing include
Needed since commit
cf879b3e1c473ba37153ae84676154d86d23c504.
Change-Id: I69749801d0457a7433b4706c0ca7fa3665e3a026
Reviewed-on: https://gerrit.libreoffice.org/71362
Reviewed-by: Michael Weghorn <m.weghorn at posteo.de>
Tested-by: Michael Weghorn <m.weghorn at posteo.de>
(cherry picked from commit e2598de3c028280d432435075475928cfe95943e)
diff --git a/vcl/unx/gtk3_kde5/kde5_filepicker.cxx b/vcl/unx/gtk3_kde5/kde5_filepicker.cxx
index 1c3f1284bd20..641fb7b282e3 100644
--- a/vcl/unx/gtk3_kde5/kde5_filepicker.cxx
+++ b/vcl/unx/gtk3_kde5/kde5_filepicker.cxx
@@ -17,6 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+#include <vcl/svapp.hxx>
+
#include "kde5_filepicker.hxx"
#include <KWindowSystem>
More information about the Libreoffice-commits
mailing list