summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2010-07-13 14:04:59 +0200
committerKurt Zenker <kz@openoffice.org>2010-07-13 14:04:59 +0200
commite16a02d10e21671dc09c63b1a03b7a619652b7e6 (patch)
tree4f87d2807dda02b54b42fad2c1ab5a86ca0bb693 /sfx2
parent4065fa62cd9e25056e8ff18cdc3b9d144960bd18 (diff)
parent2d0afbadabf572c04eab99876b71d99d0b7a59be (diff)
CWS-TOOLING: integrate CWS mingwport31_OOO330
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/doc/syspathw32.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/doc/syspathw32.cxx b/sfx2/source/doc/syspathw32.cxx
index 73bd84f5249a..c0a163bed39c 100644
--- a/sfx2/source/doc/syspathw32.cxx
+++ b/sfx2/source/doc/syspathw32.cxx
@@ -74,7 +74,7 @@ typedef unsigned short sal_uInt16;
extern "C" bool GetUserTemplateLocation(sal_Unicode* pFolder, int nSize)
{
#ifdef WNT
- return _SHGetSpecialFolderW32( CSIDL_TEMPLATES, pFolder, nSize );
+ return _SHGetSpecialFolderW32( CSIDL_TEMPLATES, reinterpret_cast<LPWSTR>(pFolder), nSize );
#else
(void)pFolder;
(void)nSize;