diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-06-09 11:34:17 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-06-09 11:34:17 +0000 |
commit | 3de28443593d591077436796593ad3614f833557 (patch) | |
tree | adb2dc66c9de7d398e07c3bbedfc6f08eb28fb9c /framework/collector | |
parent | de7c28ed7619639d9383dc6f538871a5507e429f (diff) |
INTEGRATION: CWS sb87 (1.5.272); FILE MERGED
2008/04/24 13:14:00 sb 1.5.272.2: RESYNC: (1.5-1.6); FILE MERGED
2008/04/10 07:21:06 sb 1.5.272.1: #i87730# use tools::getProcessWorkingDir instead of osl_getProcessWorkingDir
Diffstat (limited to 'framework/collector')
-rw-r--r-- | framework/collector/uicmdstohtml.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/collector/uicmdstohtml.cxx b/framework/collector/uicmdstohtml.cxx index 283d573234ab..7745ca5a5472 100644 --- a/framework/collector/uicmdstohtml.cxx +++ b/framework/collector/uicmdstohtml.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: uicmdstohtml.cxx,v $ - * $Revision: 1.6 $ + * $Revision: 1.7 $ * * 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> @@ -962,7 +962,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++ ) |