diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-04-09 13:43:22 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-04-09 14:19:58 +0300 |
commit | 383a9c777f1e9d60584d3b1c26a1440e6bef3fa5 (patch) | |
tree | b94ab652cebda9814d94406ea216932ae997a09b /framework | |
parent | e1c10e673c0d1a72f6aa53c257c3aac5fc02f380 (diff) |
s/pathes/paths/
Diffstat (limited to 'framework')
-rw-r--r-- | framework/inc/jobs/jobdispatch.hxx | 2 | ||||
-rw-r--r-- | framework/source/accelerators/acceleratorconfiguration.cxx | 2 | ||||
-rw-r--r-- | framework/source/fwi/classes/protocolhandlercache.cxx | 2 | ||||
-rw-r--r-- | framework/source/fwi/jobs/configaccess.cxx | 2 | ||||
-rw-r--r-- | framework/source/jobs/jobdata.cxx | 2 | ||||
-rw-r--r-- | framework/source/jobs/jobexecutor.cxx | 2 | ||||
-rw-r--r-- | framework/source/services/pathsettings.cxx | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/framework/inc/jobs/jobdispatch.hxx b/framework/inc/jobs/jobdispatch.hxx index 78c1535192c0..b002332676f0 100644 --- a/framework/inc/jobs/jobdispatch.hxx +++ b/framework/inc/jobs/jobdispatch.hxx @@ -60,7 +60,7 @@ //_______________________________________ // other includes -#include <unotools/configpathes.hxx> +#include <unotools/configpaths.hxx> #include <cppuhelper/weak.hxx> #include <rtl/ustring.hxx> diff --git a/framework/source/accelerators/acceleratorconfiguration.cxx b/framework/source/accelerators/acceleratorconfiguration.cxx index ed3d0ca721fd..3fd5c72eac3b 100644 --- a/framework/source/accelerators/acceleratorconfiguration.cxx +++ b/framework/source/accelerators/acceleratorconfiguration.cxx @@ -63,7 +63,7 @@ #include <com/sun/star/lang/XSingleServiceFactory.hpp> #include <com/sun/star/util/XChangesNotifier.hpp> #include <comphelper/configurationhelper.hxx> -#include <unotools/configpathes.hxx> +#include <unotools/configpaths.hxx> #include <rtl/logfile.hxx> #include <svtools/acceleratorexecute.hxx> #include <stdio.h> diff --git a/framework/source/fwi/classes/protocolhandlercache.cxx b/framework/source/fwi/classes/protocolhandlercache.cxx index 229767cae71b..c7e1a8d06de4 100644 --- a/framework/source/fwi/classes/protocolhandlercache.cxx +++ b/framework/source/fwi/classes/protocolhandlercache.cxx @@ -51,7 +51,7 @@ // other includes //_________________________________________________________________________________________________________________ #include <tools/wldcrd.hxx> -#include <unotools/configpathes.hxx> +#include <unotools/configpaths.hxx> #include <rtl/ustrbuf.hxx> //_________________________________________________________________________________________________________________ diff --git a/framework/source/fwi/jobs/configaccess.cxx b/framework/source/fwi/jobs/configaccess.cxx index f39bda8e21d9..b6e13167d13b 100644 --- a/framework/source/fwi/jobs/configaccess.cxx +++ b/framework/source/fwi/jobs/configaccess.cxx @@ -46,7 +46,7 @@ //________________________________ // includes of other projects -#include <unotools/configpathes.hxx> +#include <unotools/configpaths.hxx> #include <rtl/ustrbuf.hxx> //________________________________ diff --git a/framework/source/jobs/jobdata.cxx b/framework/source/jobs/jobdata.cxx index d059fd45bca6..bf1925a76bed 100644 --- a/framework/source/jobs/jobdata.cxx +++ b/framework/source/jobs/jobdata.cxx @@ -46,7 +46,7 @@ //________________________________ // includes of other projects #include <tools/wldcrd.hxx> -#include <unotools/configpathes.hxx> +#include <unotools/configpaths.hxx> #include <rtl/ustrbuf.hxx> #include <vcl/svapp.hxx> diff --git a/framework/source/jobs/jobexecutor.cxx b/framework/source/jobs/jobexecutor.cxx index 9fe0b3da4061..e41c518ed27a 100644 --- a/framework/source/jobs/jobexecutor.cxx +++ b/framework/source/jobs/jobexecutor.cxx @@ -50,7 +50,7 @@ //________________________________ // includes of other projects -#include <unotools/configpathes.hxx> +#include <unotools/configpaths.hxx> #include <rtl/ustrbuf.hxx> #include <vcl/svapp.hxx> diff --git a/framework/source/services/pathsettings.cxx b/framework/source/services/pathsettings.cxx index 9bdd098a1d9a..8d74d71379ef 100644 --- a/framework/source/services/pathsettings.cxx +++ b/framework/source/services/pathsettings.cxx @@ -56,7 +56,7 @@ #include <rtl/logfile.hxx> #include <comphelper/configurationhelper.hxx> -#include <unotools/configpathes.hxx> +#include <unotools/configpaths.hxx> #include <fwkdllapi.h> |