summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorobo <obo@openoffice.org>2010-09-14 09:18:14 +0200
committerobo <obo@openoffice.org>2010-09-14 09:18:14 +0200
commit65f279df2fe065c01c5c5c08a140d50f35fef469 (patch)
tree974fd4e07cf9bdc5dff5daaaea206c6f04548d18 /sal
parentc265740c90b771aa1fe67db965499897371594a5 (diff)
parent623a50a14c6fa56a0def891df7a26e86cc749a2c (diff)
CWS-TOOLING: integrate CWS fwk156
Notes
split repo tag: ure_ooo/OOO330_m8 split repo tag: ure_ooo/OOO330_m9
Diffstat (limited to 'sal')
-rw-r--r--sal/osl/w32/signal.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/osl/w32/signal.cxx b/sal/osl/w32/signal.cxx
index f893f7520d40..a74baaefc057 100644
--- a/sal/osl/w32/signal.cxx
+++ b/sal/osl/w32/signal.cxx
@@ -188,7 +188,7 @@ static BOOL ReportCrash( LPEXCEPTION_POINTERS lpEP )
sntprintf( szBuffer, elementsof(szBuffer),
_T("%s -p %u -excp 0x%p -t %u%s"),
- aPath,
+ static_cast<sal_Char*>( aPath ),
GetCurrentProcessId(),
lpEP,
GetCurrentThreadId(),