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.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/cppuhelper/source/findsofficepath.c b/cppuhelper/source/findsofficepath.c
index 0a0cea0ff8b3..e1fe9bb6abd7 100644
--- a/cppuhelper/source/findsofficepath.c
+++ b/cppuhelper/source/findsofficepath.c
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -94,7 +94,7 @@ static char* platformSpecific()
const char* SUBKEYNAME = "Software\\LibreOffice\\UNO\\InstallPath";
char* path = NULL;
-
+
/* read the key's default value from HKEY_CURRENT_USER */
path = getPathFromRegistryKey( HKEY_CURRENT_USER, SUBKEYNAME );
@@ -112,13 +112,13 @@ static char* platformSpecific()
#include <unistd.h>
#include <limits.h>
-/*
+/*
* Gets the installation path from the PATH environment variable.
*
* <p>An installation is found, if the executable 'soffice' or a symbolic link
* is in one of the directories listed in the PATH environment variable.</p>
*
- * @return the installation path or NULL, if no installation was found or
+ * @return the installation path or NULL, if no installation was found or
* if an error occured
*/
static char* platformSpecific()