diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-10-14 16:55:19 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-10-16 14:19:12 +0000 |
commit | 432e3162e6cf4e90137699d45934b5db56a89aaf (patch) | |
tree | a9e0e22a20591dde6f0a14aa8861ad0ce8c2b28f /fpicker/source/win32/misc/WinImplHelper.hxx | |
parent | 5f2bf2ce3ce2b5614ceaa454bffb3ce0623ce48a (diff) |
clang-cl loplugin: fpicker
Change-Id: Ib19175affd48610fc164a996d609b369256d4f72
Reviewed-on: https://gerrit.libreoffice.org/29865
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'fpicker/source/win32/misc/WinImplHelper.hxx')
-rw-r--r-- | fpicker/source/win32/misc/WinImplHelper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/win32/misc/WinImplHelper.hxx b/fpicker/source/win32/misc/WinImplHelper.hxx index b6f2751a2a8b..a5ac793cef95 100644 --- a/fpicker/source/win32/misc/WinImplHelper.hxx +++ b/fpicker/source/win32/misc/WinImplHelper.hxx @@ -73,7 +73,7 @@ void SAL_CALL CheckboxSetState( // ending strings used in some Win32 functions // e.g. Filter\0*.txt\0\0 // the returned length excludes the last '\0' -sal_uInt32 SAL_CALL _wcslenex( const sal_Unicode* pStr ); +sal_uInt32 SAL_CALL wcslenex( const sal_Unicode* pStr ); // converts a soffice label to a windows label |