loplugin:includeform: jvmaccess
Change-Id: Iae16eaada04d35a655f7f9d8b5e8156f5c7cd171
This commit is contained in:
parent
0a938e7859
commit
1852f8f12d
3 changed files with 19 additions and 19 deletions
|
@ -24,7 +24,7 @@
|
|||
#include <rtl/ref.hxx>
|
||||
#include <salhelper/simplereferenceobject.hxx>
|
||||
|
||||
#include "jni.h"
|
||||
#include <jni.h>
|
||||
|
||||
namespace jvmaccess {
|
||||
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Reference in a new issue