diff options
-rw-r--r-- | include/jvmaccess/virtualmachine.hxx | 2 | ||||
-rw-r--r-- | jvmaccess/source/classpath.cxx | 26 | ||||
-rw-r--r-- | jvmaccess/source/unovirtualmachine.cxx | 10 |
3 files changed, 19 insertions, 19 deletions
diff --git a/include/jvmaccess/virtualmachine.hxx b/include/jvmaccess/virtualmachine.hxx index e7f5e63ec69b..21c507290f18 100644 --- a/include/jvmaccess/virtualmachine.hxx +++ b/include/jvmaccess/virtualmachine.hxx @@ -24,7 +24,7 @@ #include <rtl/ref.hxx> #include <salhelper/simplereferenceobject.hxx> -#include "jni.h" +#include <jni.h> namespace jvmaccess { diff --git a/jvmaccess/source/classpath.cxx b/jvmaccess/source/classpath.cxx index 8171945047a4..6a5ccf87b1d4 100644 --- a/jvmaccess/source/classpath.cxx +++ b/jvmaccess/source/classpath.cxx @@ -17,25 +17,25 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> -#include "jvmaccess/classpath.hxx" +#include <jvmaccess/classpath.hxx> #include <cassert> #include <vector> -#include "com/sun/star/lang/IllegalArgumentException.hpp" -#include "com/sun/star/uno/Reference.hxx" -#include "com/sun/star/uno/RuntimeException.hpp" -#include "com/sun/star/uno/XComponentContext.hpp" -#include "com/sun/star/uno/XInterface.hpp" -#include "com/sun/star/uri/UriReferenceFactory.hpp" -#include "com/sun/star/uri/XVndSunStarExpandUrlReference.hpp" -#include "com/sun/star/util/theMacroExpander.hpp" -#include "rtl/ustring.hxx" -#include "sal/types.h" +#include <com/sun/star/lang/IllegalArgumentException.hpp> +#include <com/sun/star/uno/Reference.hxx> +#include <com/sun/star/uno/RuntimeException.hpp> +#include <com/sun/star/uno/XComponentContext.hpp> +#include <com/sun/star/uno/XInterface.hpp> +#include <com/sun/star/uri/UriReferenceFactory.hpp> +#include <com/sun/star/uri/XVndSunStarExpandUrlReference.hpp> +#include <com/sun/star/util/theMacroExpander.hpp> +#include <rtl/ustring.hxx> +#include <sal/types.h> -#include "jni.h" +#include <jni.h> jobjectArray jvmaccess::ClassPath::translateToUrls( css::uno::Reference< css::uno::XComponentContext > const & context, diff --git a/jvmaccess/source/unovirtualmachine.cxx b/jvmaccess/source/unovirtualmachine.cxx index 8b6b27d4ce97..d42a3a31d8ae 100644 --- a/jvmaccess/source/unovirtualmachine.cxx +++ b/jvmaccess/source/unovirtualmachine.cxx @@ -17,14 +17,14 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> -#include "jvmaccess/unovirtualmachine.hxx" +#include <jvmaccess/unovirtualmachine.hxx> -#include "jvmaccess/virtualmachine.hxx" -#include "sal/log.hxx" +#include <jvmaccess/virtualmachine.hxx> +#include <sal/log.hxx> -#include "jni.h" +#include <jni.h> namespace jvmaccess { |