summaryrefslogtreecommitdiff
path: root/tools/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-12-16 09:49:11 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-12-16 09:49:11 +0000
commita53b9bb3faa8aa52969b695a3198be5e92ddd6e2 (patch)
tree728ec10d38a11afd478832227c8445e11ce2abca /tools/inc
parentd8fb26b89a04797c5529d54b417b16ceb76e250e (diff)
tidy tools::getProcessWorkingDir
Diffstat (limited to 'tools/inc')
-rw-r--r--tools/inc/tools/getprocessworkingdir.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/inc/tools/getprocessworkingdir.hxx b/tools/inc/tools/getprocessworkingdir.hxx
index 8ff441598535..05487ae756f5 100644
--- a/tools/inc/tools/getprocessworkingdir.hxx
+++ b/tools/inc/tools/getprocessworkingdir.hxx
@@ -39,10 +39,10 @@ namespace tools {
// get the process's current working directory, taking OOO_CWD into account
//
-// @param url
-// a non-null pointer that receives the directory URL (with or without a final
-// slash) upon successful return, and the empty string upon unsuccessful return
-TOOLS_DLLPUBLIC bool getProcessWorkingDir(rtl::OUString * url);
+// @param rUrl
+// Receives the directory URL (with or without a final slash) upon successful
+// return, and the empty string upon unsuccessful return
+TOOLS_DLLPUBLIC bool getProcessWorkingDir(rtl::OUString& rUrl);
}