summaryrefslogtreecommitdiff
path: root/unotools/inc/unotools/pathoptions.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/inc/unotools/pathoptions.hxx')
-rw-r--r--unotools/inc/unotools/pathoptions.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/unotools/inc/unotools/pathoptions.hxx b/unotools/inc/unotools/pathoptions.hxx
index 2ed11788652a..d74e4ae8c674 100644
--- a/unotools/inc/unotools/pathoptions.hxx
+++ b/unotools/inc/unotools/pathoptions.hxx
@@ -44,7 +44,7 @@ private:
SvtPathOptions_Impl* pImp;
public:
- enum Pathes
+ enum Paths
{
PATH_ADDIN,
PATH_AUTOCORRECT,
@@ -129,7 +129,7 @@ public:
String SubstituteVariable( const String& rVar ) const;
String ExpandMacros( const String& rPath ) const;
String UseVariable( const String& rVar ) const;
- sal_Bool SearchFile( String& rIniFile, Pathes ePath = PATH_USERCONFIG );
+ sal_Bool SearchFile( String& rIniFile, Paths ePath = PATH_USERCONFIG );
::com::sun::star::lang::Locale GetLocale() const;
sal_Bool IsReadonly() const;
};