[Libreoffice-commits] core.git: Branch 'distro/lhm/libreoffice-5-2+backports' - vcl/unx
Michael Weghorn (via logerrit)
logerrit at kemper.freedesktop.org
Fri Apr 26 12:32:52 UTC 2019
vcl/unx/gtk3_kde5/kde5_filepicker.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit e2598de3c028280d432435075475928cfe95943e
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:32:04 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>
diff --git a/vcl/unx/gtk3_kde5/kde5_filepicker.cxx b/vcl/unx/gtk3_kde5/kde5_filepicker.cxx
index 9c0c22f5294a..9f55e1df1bc2 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