summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-04-09 13:43:22 +0300
committerTor Lillqvist <tml@iki.fi>2012-04-09 14:19:58 +0300
commit383a9c777f1e9d60584d3b1c26a1440e6bef3fa5 (patch)
treeb94ab652cebda9814d94406ea216932ae997a09b /unotools
parente1c10e673c0d1a72f6aa53c257c3aac5fc02f380 (diff)
s/pathes/paths/
Diffstat (limited to 'unotools')
-rw-r--r--unotools/Library_utl.mk2
-rw-r--r--unotools/Package_inc.mk2
-rw-r--r--unotools/inc/unotools/configpaths.hxx (renamed from unotools/inc/unotools/configpathes.hxx)6
-rw-r--r--unotools/source/config/configitem.cxx2
-rw-r--r--unotools/source/config/confignode.cxx2
-rw-r--r--unotools/source/config/configpaths.cxx (renamed from unotools/source/config/configpathes.cxx)2
-rw-r--r--unotools/source/config/fontcfg.cxx2
-rw-r--r--unotools/source/config/viewoptions.cxx2
8 files changed, 10 insertions, 10 deletions
diff --git a/unotools/Library_utl.mk b/unotools/Library_utl.mk
index da53b60443f5..69708a12737f 100644
--- a/unotools/Library_utl.mk
+++ b/unotools/Library_utl.mk
@@ -78,7 +78,7 @@ $(eval $(call gb_Library_add_exception_objects,utl,\
unotools/source/config/configitem \
unotools/source/config/configmgr \
unotools/source/config/confignode \
- unotools/source/config/configpathes \
+ unotools/source/config/configpaths \
unotools/source/config/configvaluecontainer \
unotools/source/config/defaultoptions \
unotools/source/config/docinfohelper \
diff --git a/unotools/Package_inc.mk b/unotools/Package_inc.mk
index 5925034dc422..1812cb53dbdb 100644
--- a/unotools/Package_inc.mk
+++ b/unotools/Package_inc.mk
@@ -43,7 +43,7 @@ $(eval $(call gb_Package_add_file,unotools_inc,inc/unotools/componentresmodule.h
$(eval $(call gb_Package_add_file,unotools_inc,inc/unotools/configitem.hxx,unotools/configitem.hxx))
$(eval $(call gb_Package_add_file,unotools_inc,inc/unotools/configmgr.hxx,unotools/configmgr.hxx))
$(eval $(call gb_Package_add_file,unotools_inc,inc/unotools/confignode.hxx,unotools/confignode.hxx))
-$(eval $(call gb_Package_add_file,unotools_inc,inc/unotools/configpathes.hxx,unotools/configpathes.hxx))
+$(eval $(call gb_Package_add_file,unotools_inc,inc/unotools/configpaths.hxx,unotools/configpaths.hxx))
$(eval $(call gb_Package_add_file,unotools_inc,inc/unotools/configvaluecontainer.hxx,unotools/configvaluecontainer.hxx))
$(eval $(call gb_Package_add_file,unotools_inc,inc/unotools/datetime.hxx,unotools/datetime.hxx))
$(eval $(call gb_Package_add_file,unotools_inc,inc/unotools/defaultoptions.hxx,unotools/defaultoptions.hxx))
diff --git a/unotools/inc/unotools/configpathes.hxx b/unotools/inc/unotools/configpaths.hxx
index 258ea01c97ec..110263431f48 100644
--- a/unotools/inc/unotools/configpathes.hxx
+++ b/unotools/inc/unotools/configpaths.hxx
@@ -27,8 +27,8 @@
************************************************************************/
#include "unotools/unotoolsdllapi.h"
-#ifndef UNOTOOLS_CONFIGPATHES_HXX_INCLUDED
-#define UNOTOOLS_CONFIGPATHES_HXX_INCLUDED
+#ifndef UNOTOOLS_CONFIGPATHS_HXX_INCLUDED
+#define UNOTOOLS_CONFIGPATHS_HXX_INCLUDED
#include <sal/types.h>
namespace rtl
@@ -178,6 +178,6 @@ namespace utl
} // namespace utl
//----------------------------------------------------------------------------
-#endif // UNOTOOLS_CONFIGPATHES_HXX_INCLUDED
+#endif // UNOTOOLS_CONFIGPATHS_HXX_INCLUDED
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/unotools/source/config/configitem.cxx b/unotools/source/config/configitem.cxx
index 615eb03a777a..3aaeaf6dde61 100644
--- a/unotools/source/config/configitem.cxx
+++ b/unotools/source/config/configitem.cxx
@@ -28,7 +28,7 @@
#include "unotools/configitem.hxx"
#include "unotools/configmgr.hxx"
-#include "unotools/configpathes.hxx"
+#include "unotools/configpaths.hxx"
#include <comphelper/processfactory.hxx>
#include <com/sun/star/beans/XMultiPropertySet.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
diff --git a/unotools/source/config/confignode.cxx b/unotools/source/config/confignode.cxx
index 68f6e92704df..9888490e2af8 100644
--- a/unotools/source/config/confignode.cxx
+++ b/unotools/source/config/confignode.cxx
@@ -28,7 +28,7 @@
#include <unotools/confignode.hxx>
-#include <unotools/configpathes.hxx>
+#include <unotools/configpaths.hxx>
#include <tools/diagnose_ex.h>
#include <osl/diagnose.h>
#include <com/sun/star/container/XHierarchicalName.hpp>
diff --git a/unotools/source/config/configpathes.cxx b/unotools/source/config/configpaths.cxx
index 8973e63cc8f5..aa40b533ba20 100644
--- a/unotools/source/config/configpathes.cxx
+++ b/unotools/source/config/configpaths.cxx
@@ -27,7 +27,7 @@
************************************************************************/
-#include "unotools/configpathes.hxx"
+#include "unotools/configpaths.hxx"
#include <rtl/ustring.hxx>
#include <rtl/ustrbuf.hxx>
#include <osl/diagnose.h>
diff --git a/unotools/source/config/fontcfg.cxx b/unotools/source/config/fontcfg.cxx
index f464f890f092..91aa696ed14e 100644
--- a/unotools/source/config/fontcfg.cxx
+++ b/unotools/source/config/fontcfg.cxx
@@ -32,7 +32,7 @@
#include <com/sun/star/uno/Any.hxx>
#include <com/sun/star/uno/Sequence.hxx>
#include <com/sun/star/beans/PropertyValue.hpp>
-#include <unotools/configpathes.hxx>
+#include <unotools/configpaths.hxx>
#include <unotools/syslocale.hxx>
#include <rtl/ustrbuf.hxx>
#include <rtl/instance.hxx>
diff --git a/unotools/source/config/viewoptions.cxx b/unotools/source/config/viewoptions.cxx
index 444fc3ad0af0..0ec236d30a62 100644
--- a/unotools/source/config/viewoptions.cxx
+++ b/unotools/source/config/viewoptions.cxx
@@ -39,7 +39,7 @@
#include <com/sun/star/container/XNameAccess.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <rtl/ustrbuf.hxx>
-#include <unotools/configpathes.hxx>
+#include <unotools/configpaths.hxx>
#include <comphelper/configurationhelper.hxx>
#include <comphelper/processfactory.hxx>