summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mozab/bootstrap/MNSInit.hxx
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2014-04-19 07:40:53 +0200
committerDavid Tardon <dtardon@redhat.com>2014-04-19 07:43:13 +0200
commit1c0f94abb59296ec9e686dd3ea6b2cd963923631 (patch)
tree4d6b0b2305c842e4e5458684cc135b8ae22137cb /connectivity/source/drivers/mozab/bootstrap/MNSInit.hxx
parent52f296ac1a77cded6d4318a5f5d13bbf1c4f6877 (diff)
blind fix for breaking windows build
error C2556: 'sal_Bool MNS_InitXPCOM(sal_Bool *)' : overloaded function differs only by return type from 'bool MNS_InitXPCOM(sal_Bool *)' error C2371: 'MNS_InitXPCOM' : redefinition; different basic types error C2440: 'initializing' : cannot convert from 'bool *' to 'sal_Bool *' Change-Id: Ica225dd47e8d90833ce56c0bd4ee38e5013196f6
Diffstat (limited to 'connectivity/source/drivers/mozab/bootstrap/MNSInit.hxx')
-rw-r--r--connectivity/source/drivers/mozab/bootstrap/MNSInit.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/mozab/bootstrap/MNSInit.hxx b/connectivity/source/drivers/mozab/bootstrap/MNSInit.hxx
index 7b27b45c6cc1..2892207688e4 100644
--- a/connectivity/source/drivers/mozab/bootstrap/MNSInit.hxx
+++ b/connectivity/source/drivers/mozab/bootstrap/MNSInit.hxx
@@ -26,7 +26,7 @@
bool MNS_Init(bool& aProfileExists);
bool MNS_Term(bool aForce = false);
-bool MNS_InitXPCOM(sal_Bool* aProfileExists);
+bool MNS_InitXPCOM(bool* aProfileExists);
typedef struct UI_Thread_ARGS
{