summaryrefslogtreecommitdiff
path: root/desktop/source/pkgchk
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-12-16 09:42:43 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-12-16 09:52:32 +0000
commit36890bac068dfffd4bbdf5817d9b8b1c167a6f53 (patch)
treebd96adda4618c699edf587084356999890813cf1 /desktop/source/pkgchk
parent02d609ca991b044e584b24054d43ecf70668444e (diff)
tidy tools::getProcessWorkingDir
Diffstat (limited to 'desktop/source/pkgchk')
-rw-r--r--desktop/source/pkgchk/unopkg/unopkg_misc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/pkgchk/unopkg/unopkg_misc.cxx b/desktop/source/pkgchk/unopkg/unopkg_misc.cxx
index e4f5b2fd1aed..041e66ac963f 100644
--- a/desktop/source/pkgchk/unopkg/unopkg_misc.cxx
+++ b/desktop/source/pkgchk/unopkg/unopkg_misc.cxx
@@ -195,7 +195,7 @@ struct ProcessWorkingDir : public rtl::StaticWithInit<
const OUString, ProcessWorkingDir> {
const OUString operator () () {
OUString workingDir;
- tools::getProcessWorkingDir(&workingDir);
+ tools::getProcessWorkingDir(workingDir);
return workingDir;
}
};