summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-03-09 18:51:57 +0100
committerAndras Timar <andras.timar@collabora.com>2016-07-13 21:37:30 +0200
commit54668f9e4df24391579b7a555fb2024dd3293dd7 (patch)
treec4711f920d4906d49919f858af25c9b322b95f4c /cui
parentea29ae4b8228a60b5ab85f8dc877855374f1e6cc (diff)
include/jvmfwk/*.h -> .hxx (only ever included from C++ code)
Change-Id: Ia912e937d5a48afb6f8f5345b20bb7bd517fc4f1 (cherry picked from commit 220d9c24d0e81668862010ed3e68e4f46fe9924b)
Diffstat (limited to 'cui')
-rw-r--r--cui/source/options/optjava.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/optjava.cxx b/cui/source/options/optjava.cxx
index 1b1a0ef97c1d..493aa2d46939 100644
--- a/cui/source/options/optjava.cxx
+++ b/cui/source/options/optjava.cxx
@@ -47,7 +47,7 @@
#include <com/sun/star/ui/dialogs/FolderPicker.hpp>
#include <com/sun/star/ucb/XContentProvider.hpp>
#if HAVE_FEATURE_JAVA
-#include <jvmfwk/framework.h>
+#include <jvmfwk/framework.hxx>
#endif
// define ----------------------------------------------------------------