summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-12-16 09:49:42 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-12-16 09:49:42 +0000
commit3f141c1cb4ba00e1a75304d715ddc34c202d4007 (patch)
treecc9da8ad771047b9c53387f6a84c8d6d94db9ce2 /unotools
parenta53b9bb3faa8aa52969b695a3198be5e92ddd6e2 (diff)
tidy tools::getProcessWorkingDir
Diffstat (limited to 'unotools')
-rw-r--r--unotools/source/config/bootstrap.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/source/config/bootstrap.cxx b/unotools/source/config/bootstrap.cxx
index b620f40e1034..63af204f8ddc 100644
--- a/unotools/source/config/bootstrap.cxx
+++ b/unotools/source/config/bootstrap.cxx
@@ -261,7 +261,7 @@ bool implEnsureAbsolute(OUString & _rsURL) // also strips embedded dots !!
using osl::File;
OUString sBasePath;
- OSL_VERIFY(tools::getProcessWorkingDir(&sBasePath));
+ OSL_VERIFY(tools::getProcessWorkingDir(sBasePath));
OUString sAbsolute;
if ( File::E_None == File::getAbsoluteFileURL(sBasePath, _rsURL, sAbsolute))