jvmfwk/inc/elements.hxx | 347 ++++++++++++++++++++++++++++++++++++++++++++ jvmfwk/inc/fwkutil.hxx | 97 ++++++++++++ jvmfwk/inc/vendorplugin.hxx | 2 jvmfwk/source/elements.hxx | 347 -------------------------------------------- jvmfwk/source/fwkutil.hxx | 97 ------------ 5 files changed, 445 insertions(+), 445 deletions(-)
New commits: commit 7a07610588893a2061eaafead36cdd8eabb2b52b Author: tamsil1amani3 <tamsaj...@gmail.com> Date: Sun Dec 25 03:55:01 2016 +0530 tdf#95416 Fix include file Moved elements.hxx and fwkutil.hxx to jvmfwk/inc and changed the #include line in vendorplugin.hxx Change-Id: Ida7395e952c482af92c0561a7756be7cd0578b9f Reviewed-on: https://gerrit.libreoffice.org/32415 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: jan iversen <j...@documentfoundation.org> diff --git a/jvmfwk/source/elements.hxx b/jvmfwk/inc/elements.hxx similarity index 100% rename from jvmfwk/source/elements.hxx rename to jvmfwk/inc/elements.hxx diff --git a/jvmfwk/source/fwkutil.hxx b/jvmfwk/inc/fwkutil.hxx similarity index 100% rename from jvmfwk/source/fwkutil.hxx rename to jvmfwk/inc/fwkutil.hxx diff --git a/jvmfwk/inc/vendorplugin.hxx b/jvmfwk/inc/vendorplugin.hxx index 8df13b1..c9a2ccb 100644 --- a/jvmfwk/inc/vendorplugin.hxx +++ b/jvmfwk/inc/vendorplugin.hxx @@ -27,7 +27,7 @@ #include "jni.h" #include <vector> #include <utility> -#include "../source/elements.hxx" +#include "elements.hxx" #include <vendorbase.hxx> /** _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits