summaryrefslogtreecommitdiff
path: root/unotools/inc
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/inc
parente1c10e673c0d1a72f6aa53c257c3aac5fc02f380 (diff)
s/pathes/paths/
Diffstat (limited to 'unotools/inc')
-rw-r--r--unotools/inc/unotools/configpaths.hxx (renamed from unotools/inc/unotools/configpathes.hxx)6
1 files changed, 3 insertions, 3 deletions
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: */