From b58f6d66bc9726882a3ab1891847e7c083f1a6c1 Mon Sep 17 00:00:00 2001 From: Carsten Driesner Date: Mon, 7 Jun 2010 18:10:48 +0200 Subject: fwk139: #i10000# Solve build problem on Solaris/Intel --- sfx2/source/doc/syspathw32.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sfx2') diff --git a/sfx2/source/doc/syspathw32.cxx b/sfx2/source/doc/syspathw32.cxx index a47880bc0c0c..5e3b8cd91062 100644 --- a/sfx2/source/doc/syspathw32.cxx +++ b/sfx2/source/doc/syspathw32.cxx @@ -70,6 +70,8 @@ bool SystemPath::GetUserTemplateLocation(sal_Unicode* pFolder, int nSize ) #ifdef WNT return _SHGetSpecialFolderW32(CSIDL_TEMPLATES, pFolder, nSize ); #else + (void)pFolder; + (void)nSize; return false; #endif } -- cgit v1.2.3