summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-08-25 17:39:10 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-08-25 17:39:19 +0200
commitd4aae1b104659194f2c0e8ccdbb0a98d13259d42 (patch)
tree67af0506417fb63648cb6dc3fa1bd29303ac23c9 /extensions
parent6810f00d09679644ec5971b235a0ec01dc572a8b (diff)
-Werror,-Wnonportable-include-path (clang-cl)
Change-Id: Ia468adf0bea2f7fca9b370ef0ff8b05e34b3ac19
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/activex/SOActionsApproval.cxx2
-rw-r--r--extensions/source/activex/SOActiveX.cxx2
-rw-r--r--extensions/source/activex/SOComWindowPeer.cxx2
-rw-r--r--extensions/source/activex/SODispatchInterceptor.cxx2
-rw-r--r--extensions/source/activex/StdAfx2.cxx2
-rw-r--r--extensions/source/activex/StdAfx2.h1
-rw-r--r--extensions/source/activex/com_uno_helper.h2
-rw-r--r--extensions/source/activex/so_activex.cxx2
8 files changed, 8 insertions, 7 deletions
diff --git a/extensions/source/activex/SOActionsApproval.cxx b/extensions/source/activex/SOActionsApproval.cxx
index 32f592c4746e..548eb33ea78c 100644
--- a/extensions/source/activex/SOActionsApproval.cxx
+++ b/extensions/source/activex/SOActionsApproval.cxx
@@ -23,7 +23,7 @@
#include <cstddef>
-#include "stdafx2.h"
+#include "StdAfx2.h"
#include "SOActionsApproval.h"
#include <sal/macros.h>
diff --git a/extensions/source/activex/SOActiveX.cxx b/extensions/source/activex/SOActiveX.cxx
index 95e362de934d..a758c89a687c 100644
--- a/extensions/source/activex/SOActiveX.cxx
+++ b/extensions/source/activex/SOActiveX.cxx
@@ -22,7 +22,7 @@
#pragma warning (push,1)
#pragma warning (disable:4265)
-#include "stdafx2.h"
+#include "StdAfx2.h"
#include "SOActiveX.h"
#include "SOComWindowPeer.h"
#include "SODispatchInterceptor.h"
diff --git a/extensions/source/activex/SOComWindowPeer.cxx b/extensions/source/activex/SOComWindowPeer.cxx
index afee0bad4f48..a4728a4f0557 100644
--- a/extensions/source/activex/SOComWindowPeer.cxx
+++ b/extensions/source/activex/SOComWindowPeer.cxx
@@ -23,7 +23,7 @@
#include <cstddef>
-#include "stdafx2.h"
+#include "StdAfx2.h"
#include "SOComWindowPeer.h"
#include <sal/macros.h>
diff --git a/extensions/source/activex/SODispatchInterceptor.cxx b/extensions/source/activex/SODispatchInterceptor.cxx
index 8df2813b44ad..fda4d06d3850 100644
--- a/extensions/source/activex/SODispatchInterceptor.cxx
+++ b/extensions/source/activex/SODispatchInterceptor.cxx
@@ -24,7 +24,7 @@
#include <cstddef>
#include "stdio.h"
-#include "stdafx2.h"
+#include "StdAfx2.h"
#include "SOActiveX.h"
#include "SODispatchInterceptor.h"
#include "com_uno_helper.h"
diff --git a/extensions/source/activex/StdAfx2.cxx b/extensions/source/activex/StdAfx2.cxx
index 9418fbbb2d92..07efe24c7a0a 100644
--- a/extensions/source/activex/StdAfx2.cxx
+++ b/extensions/source/activex/StdAfx2.cxx
@@ -24,7 +24,7 @@
#ifdef __MINGW32__
#define _INIT_ATL_COMMON_VARS
#endif
-#include "stdafx2.h"
+#include "StdAfx2.h"
#ifdef _ATL_STATIC_REGISTRY
#include <statreg.h>
diff --git a/extensions/source/activex/StdAfx2.h b/extensions/source/activex/StdAfx2.h
index 6ec5fe59e50f..10a15b5979bb 100644
--- a/extensions/source/activex/StdAfx2.h
+++ b/extensions/source/activex/StdAfx2.h
@@ -52,6 +52,7 @@
#pragma clang diagnostic ignored "-Wmissing-field-initializers"
#pragma clang diagnostic ignored "-Wnon-pod-varargs"
#pragma clang diagnostic ignored "-Wnon-virtual-dtor"
+#pragma clang diagnostic ignored "-Wnonportable-include-path"
#pragma clang diagnostic ignored "-Wsequence-point"
#pragma clang diagnostic ignored "-Wsign-compare"
#pragma clang diagnostic ignored "-Wtypename-missing"
diff --git a/extensions/source/activex/com_uno_helper.h b/extensions/source/activex/com_uno_helper.h
index a3d09ea2350f..89aa0a7d16ef 100644
--- a/extensions/source/activex/com_uno_helper.h
+++ b/extensions/source/activex/com_uno_helper.h
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "stdafx2.h"
+#include "StdAfx2.h"
HRESULT ExecuteFunc( IDispatch* idispUnoObject,
OLECHAR const * sFuncName,
diff --git a/extensions/source/activex/so_activex.cxx b/extensions/source/activex/so_activex.cxx
index 21229a889c3a..c69f8b272d2c 100644
--- a/extensions/source/activex/so_activex.cxx
+++ b/extensions/source/activex/so_activex.cxx
@@ -24,7 +24,7 @@
// run nmake -f so_activexps.mk in the project directory.
#include "stdio.h"
-#include "stdafx2.h"
+#include "StdAfx2.h"
#include "resource.h"
#include <initguid.h>