summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/update/check/download.cxx17
1 files changed, 9 insertions, 8 deletions
diff --git a/extensions/source/update/check/download.cxx b/extensions/source/update/check/download.cxx
index 4111d1d1a319..ac0c4b7688e1 100644
--- a/extensions/source/update/check/download.cxx
+++ b/extensions/source/update/check/download.cxx
@@ -19,16 +19,17 @@
#if defined WNT
-#ifdef _MSC_VER
-#pragma warning(push, 1) /* disable warnings within system headers */
-#endif
-#include <curl/curl.h>
-#ifdef _MSC_VER
-#pragma warning(pop)
-#endif
+# ifdef _MSC_VER
+# pragma warning(push, 1) /* disable warnings within system headers */
+# endif
+# include <curl/curl.h>
+# ifdef _MSC_VER
+# pragma warning(pop)
+# endif
#else
-#include <curl/curl.h>
+# include <curl/curl.h>
#endif
+
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/configuration/theDefaultProvider.hpp>
#include <com/sun/star/container/XNameAccess.hpp>