Kaydet (Commit) f6ad25f6 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:includeform: odk

Change-Id: Ic8ede7a0377d9ec4f360b63889e0ccf3c5dda93f
üst 03e6bf9a
......@@ -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 );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment