You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2019/08/24 19:25:19 UTC

[openoffice] 03/05: Fix build on Windows with precompiled headers.

This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch AOO417
in repository https://gitbox.apache.org/repos/asf/openoffice.git

commit 4524ebca466870f2b052abeae02f5b44c357e2f2
Author: Don Lewis <tr...@apache.org>
AuthorDate: Wed May 2 01:36:10 2018 +0000

    Fix build on Windows with precompiled headers.
    
    git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1830715 13f79535-47bb-0310-9956-ffa450edef68
    (cherry picked from commit 5a2d7207d0102343be221f0a085eade310636fec)
---
 main/jvmfwk/plugins/sunmajor/pluginlib/util.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/jvmfwk/plugins/sunmajor/pluginlib/util.cxx b/main/jvmfwk/plugins/sunmajor/pluginlib/util.cxx
index b204897..ad28ae0 100644
--- a/main/jvmfwk/plugins/sunmajor/pluginlib/util.cxx
+++ b/main/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"