diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-06-09 11:34:03 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-06-09 11:34:03 +0000 |
commit | de7c28ed7619639d9383dc6f538871a5507e429f (patch) | |
tree | 5caf7c19626f38a2c377ef28bb790bbb64f05e72 | |
parent | 17366e9a45db373294652ca9cb19c92c1d7b5175 (diff) |
INTEGRATION: CWS sb87 (1.14.272); FILE MERGED
2008/04/24 13:13:57 sb 1.14.272.2: RESYNC: (1.14-1.15); FILE MERGED
2008/04/10 07:21:06 sb 1.14.272.1: #i87730# use tools::getProcessWorkingDir instead of osl_getProcessWorkingDir
-rw-r--r-- | framework/collector/cmduicollector.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/collector/cmduicollector.cxx b/framework/collector/cmduicollector.cxx index 853ce5cad0b3..fac5fa1c69c8 100644 --- a/framework/collector/cmduicollector.cxx +++ b/framework/collector/cmduicollector.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: cmduicollector.cxx,v $ - * $Revision: 1.15 $ + * $Revision: 1.16 $ * * This file is part of OpenOffice.org. * @@ -34,7 +34,7 @@ #include <sal/main.h> #include <osl/file.hxx> #include <osl/thread.h> -#include <osl/process.h> +#include "tools/getprocessworkingdir.hxx" #include <rtl/ustring.hxx> #include <rtl/ustrbuf.hxx> #include <rtl/strbuf.hxx> @@ -2408,7 +2408,7 @@ bool Convert( sal_Bool bUseProduct, { OUString aWorkDir; - osl_getProcessWorkingDir( &aWorkDir.pData ); + tools::getProcessWorkingDir( &aWorkDir ); // Try to find xx*.csv file and put all commands into hash table for ( int i = 0; i < (int)rInDirVector.size(); i++ ) |