Kaydet (Commit) 078d5e8a authored tarafından burcinakalin's avatar burcinakalin Kaydeden (comit) Michael Stahl

tdf#95416 Get rid of #include "../foo/bar.hxx" style includes.

Change-Id: Icbff7c5f596d4ec1918e0d7924972a0651dde811
Signed-off-by: 's avatarburcinakalin <brcnakalin@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/20913Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMichael Stahl <mstahl@redhat.com>
üst 36c3229a
......@@ -46,4 +46,9 @@ $(eval $(call gb_Library_add_exception_objects,ftransl,\
dtrans/source/win32/ftransl/ftranslentry \
))
$(eval $(call gb_Library_set_include,ftransl,\
-I$(SRCDIR)/dtrans/source/inc \
$$(INCLUDE) \
))
# vim: set noet sw=4 ts=4:
......@@ -36,4 +36,9 @@ $(eval $(call gb_StaticLibrary_add_exception_objects,dtobj,\
dtrans/source/win32/misc/ImplHelper \
))
$(eval $(call gb_StaticLibrary_set_include,dtobj,\
-I$(SRCDIR)/dtrans/source/inc \
$$(INCLUDE) \
))
# vim: set noet sw=4 ts=4:
......@@ -17,13 +17,13 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef INCLUDED_DTRANS_SOURCE_WIN32_MISC_WINCLIP_HXX
#define INCLUDED_DTRANS_SOURCE_WIN32_MISC_WINCLIP_HXX
#ifndef INCLUDED_DTRANS_SOURCE_INC_WINCLIP_HXX
#define INCLUDED_DTRANS_SOURCE_INC_WINCLIP_HXX
#include <sal/types.h>
const sal_Int32 CF_INVALID = 0;
#endif
#endif // INCLUDED_DTRANS_SOURCE_INC_WINCLIP_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -23,7 +23,7 @@
#include "DOTransferable.hxx"
#include "../misc/ImplHelper.hxx"
#include "../misc/WinClip.hxx"
#include "WinClip.hxx"
#include "DTransHelper.hxx"
#include "TxtCnvtHlp.hxx"
#include "MimeAttrib.hxx"
......
......@@ -27,7 +27,7 @@
#if defined _MSC_VER
#pragma warning(pop)
#endif
#include "../misc/WinClip.hxx"
#include "WinClip.hxx"
#define AUTO_INIT TRUE
......
......@@ -22,7 +22,7 @@
#include <osl/diagnose.h>
#include <rtl/tencinfo.h>
#include "../misc/ImplHelper.hxx"
#include "../misc/WinClip.hxx"
#include "WinClip.hxx"
#include "MimeAttrib.hxx"
#include "DTransHelper.hxx"
#include <rtl/string.h>
......
......@@ -25,7 +25,7 @@
#include "DataFmtTransl.hxx"
#include "../misc/ImplHelper.hxx"
#include "../misc/WinClip.hxx"
#include "WinClip.hxx"
#include <algorithm>
......
......@@ -27,7 +27,7 @@
#include <com/sun/star/datatransfer/XDataFormatTranslator.hpp>
#include <com/sun/star/datatransfer/XMimeContentTypeFactory.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include "../misc/WinClip.hxx"
#include "WinClip.hxx"
#include <vector>
......
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