[Libreoffice-commits] core.git: Branch 'aoo/trunk' - jvmfwk/plugins
Don Lewis
truckman at apache.org
Wed May 2 02:09:35 UTC 2018
jvmfwk/plugins/sunmajor/pluginlib/util.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a76717559adcc05a2c47c2ce843b20708d0e9eb5
Author: Don Lewis <truckman at apache.org>
Date: Wed May 2 01:36:10 2018 +0000
Fix build on Windows with precompiled headers.
diff --git a/jvmfwk/plugins/sunmajor/pluginlib/util.cxx b/jvmfwk/plugins/sunmajor/pluginlib/util.cxx
index 90c52f3ab66d..906d646a5235 100644
--- a/jvmfwk/plugins/sunmajor/pluginlib/util.cxx
+++ b/jvmfwk/plugins/sunmajor/pluginlib/util.cxx
@@ -22,7 +22,7 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_jvmfwk.hxx"
+#include "precompiled_plugin.hxx"
#include "util.hxx"
More information about the Libreoffice-commits
mailing list