summaryrefslogtreecommitdiff
path: root/cppuhelper/source/findsofficepath.c
diff options
context:
space:
mode:
Diffstat (limited to 'cppuhelper/source/findsofficepath.c')
-rw-r--r--cppuhelper/source/findsofficepath.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cppuhelper/source/findsofficepath.c b/cppuhelper/source/findsofficepath.c
index 75d370981968..a46cfb88a1e7 100644
--- a/cppuhelper/source/findsofficepath.c
+++ b/cppuhelper/source/findsofficepath.c
@@ -87,7 +87,7 @@ static wchar_t* getPathFromRegistryKey( HKEY hroot, const wchar_t* subKeyName )
* @return the installation path or NULL, if no installation was found or
* if an error occurred
*/
-static wchar_t* platformSpecific()
+static wchar_t* platformSpecific(void)
{
const wchar_t* UNOPATHVARNAME = L"UNO_PATH";
@@ -211,7 +211,7 @@ wchar_t*
#else
char*
#endif
-cppuhelper_detail_findSofficePath()
+cppuhelper_detail_findSofficePath(void)
{
return platformSpecific();
}