loplugin:includeform: odk
Change-Id: Ic8ede7a0377d9ec4f360b63889e0ccf3c5dda93f
This commit is contained in:
parent
03e6bf9a65
commit
f6ad25f67b
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@
|
|||
#pragma warning (disable : 4996)
|
||||
#endif
|
||||
|
||||
#include "allheaders.hxx"
|
||||
#include <allheaders.hxx>
|
||||
|
||||
CPPUNIT_PLUGIN_IMPLEMENT();
|
||||
extern "C" SAL_DLLPUBLIC_EXPORT sal_Bool SAL_CALL firstfunc(sal_Bool)
|
||||
|
|
|
@ -28,9 +28,9 @@
|
|||
#endif
|
||||
#include <dlfcn.h>
|
||||
|
||||
#include "cppuhelper/findsofficepath.h"
|
||||
#include "rtl/string.h"
|
||||
#include "sal/types.h"
|
||||
#include <cppuhelper/findsofficepath.h>
|
||||
#include <rtl/string.h>
|
||||
#include <sal/types.h>
|
||||
|
||||
char* getPath(void);
|
||||
char* createCommandName( char* argv0 );
|
||||
|
|
Loading…
Reference in a new issue