summaryrefslogtreecommitdiff
path: root/sal/osl/w32/security.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/osl/w32/security.cxx')
-rw-r--r--sal/osl/w32/security.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/osl/w32/security.cxx b/sal/osl/w32/security.cxx
index ebd3754705dd..aeecf1b8ca63 100644
--- a/sal/osl/w32/security.cxx
+++ b/sal/osl/w32/security.cxx
@@ -638,7 +638,7 @@ static bool GetSpecialFolder(rtl_uString **strPath, int nFolder)
if (_waccess(o3tl::toW(PathW), 0) < 0)
CreateDirectoryW(o3tl::toW(PathW), nullptr);
- hr = pSHGetSpecialFolderLocation(GetActiveWindow(), nFolder, &pidl);
+ hr = pSHGetSpecialFolderLocation(GetActiveWindow(), nFolder, &pidl);
}
RegCloseKey(hRegKey);