summaryrefslogtreecommitdiff
path: root/extensions/source/update/check
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/update/check')
-rw-r--r--extensions/source/update/check/onlinecheck.cxx2
-rw-r--r--extensions/source/update/check/onlinecheck.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/update/check/onlinecheck.cxx b/extensions/source/update/check/onlinecheck.cxx
index fd77299d11ef..4b8ac299c367 100644
--- a/extensions/source/update/check/onlinecheck.cxx
+++ b/extensions/source/update/check/onlinecheck.cxx
@@ -31,7 +31,7 @@
#include <wininet.h>
// #i71984
-extern "C" bool SAL_CALL WNT_hasInternetConnection()
+extern "C" bool WNT_hasInternetConnection()
{
DWORD dwFlags;
WCHAR szConnectionName[1024];
diff --git a/extensions/source/update/check/onlinecheck.hxx b/extensions/source/update/check/onlinecheck.hxx
index 731d3e6c2cbb..78d1bf4252d2 100644
--- a/extensions/source/update/check/onlinecheck.hxx
+++ b/extensions/source/update/check/onlinecheck.hxx
@@ -25,7 +25,7 @@
#include <sal/types.h>
#if defined(_WIN32)
-extern "C" bool SAL_CALL WNT_hasInternetConnection();
+extern "C" bool WNT_hasInternetConnection();
#endif
#endif