summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2010-06-07 18:10:48 +0200
committerCarsten Driesner <cd@openoffice.org>2010-06-07 18:10:48 +0200
commitb58f6d66bc9726882a3ab1891847e7c083f1a6c1 (patch)
tree6555cf714d05401ecddfeb656d9f3f26d364b2c0 /sfx2
parent0b7aa4d5b3f2fad7158531486a8f4f9c230a6640 (diff)
fwk139: #i10000# Solve build problem on Solaris/Intel
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/doc/syspathw32.cxx2
1 files changed, 2 insertions, 0 deletions
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
}