summaryrefslogtreecommitdiffstats
path: root/dtrans/source/win32/dtobj/DtObjFactory.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-06-23 00:24:38 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-06-23 00:27:35 +0300
commit97529fc38405cb75a7c924d8f228fa28b2a82f6c (patch)
tree39f5fb5593b05cbcbf6b8bbeb97065a44d9df6fd /dtrans/source/win32/dtobj/DtObjFactory.cxx
parentadd comphelper as a depend if we use comphelper includes (diff)
downloadcore-97529fc38405cb75a7c924d8f228fa28b2a82f6c.tar.gz
core-97529fc38405cb75a7c924d8f228fa28b2a82f6c.zip
Fix includes for MinGW cross-compilation
Don't use backslashes. Use correct case in header names.
Diffstat (limited to 'dtrans/source/win32/dtobj/DtObjFactory.cxx')
-rw-r--r--dtrans/source/win32/dtobj/DtObjFactory.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dtrans/source/win32/dtobj/DtObjFactory.cxx b/dtrans/source/win32/dtobj/DtObjFactory.cxx
index 0f69b389e8ce..c7cab6086195 100644
--- a/dtrans/source/win32/dtobj/DtObjFactory.cxx
+++ b/dtrans/source/win32/dtobj/DtObjFactory.cxx
@@ -32,7 +32,7 @@
//------------------------------------------------------------------------
// includes
//------------------------------------------------------------------------
-#include "..\..\inc\DtObjFactory.hxx"
+#include "../../inc/DtObjFactory.hxx"
#include "XTDataObject.hxx"