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 /svtools | |
parent | e1c10e673c0d1a72f6aa53c257c3aac5fc02f380 (diff) |
s/pathes/paths/
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/config/colorcfg.cxx | 2 | ||||
-rw-r--r-- | svtools/source/config/extcolorcfg.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/config/colorcfg.cxx b/svtools/source/config/colorcfg.cxx index 7c8d59bf94eb..41fc23812908 100644 --- a/svtools/source/config/colorcfg.cxx +++ b/svtools/source/config/colorcfg.cxx @@ -33,7 +33,7 @@ #include <com/sun/star/lang/Locale.hpp> #include <com/sun/star/beans/PropertyValue.hpp> #include <unotools/configitem.hxx> -#include <unotools/configpathes.hxx> +#include <unotools/configpaths.hxx> #include <com/sun/star/uno/Sequence.h> #include <svl/poolitem.hxx> //Any2Bool #include <svl/smplhint.hxx> diff --git a/svtools/source/config/extcolorcfg.cxx b/svtools/source/config/extcolorcfg.cxx index f612aabd2fe1..6fc1a34f845d 100644 --- a/svtools/source/config/extcolorcfg.cxx +++ b/svtools/source/config/extcolorcfg.cxx @@ -33,7 +33,7 @@ #include <com/sun/star/beans/PropertyValue.hpp> #include <tools/color.hxx> #include <unotools/configitem.hxx> -#include <unotools/configpathes.hxx> +#include <unotools/configpaths.hxx> #include <com/sun/star/uno/Sequence.h> #include <svl/poolitem.hxx> //Any2Bool #include <svl/smplhint.hxx> |