diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-04-09 13:53:34 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-04-09 14:19:59 +0300 |
commit | 238ad07d7aa56231ff1a6f812656f89f1c193d73 (patch) | |
tree | a4df655e07be254586f663df2b5da65016396161 /unotools/inc | |
parent | 383a9c777f1e9d60584d3b1c26a1440e6bef3fa5 (diff) |
s/pathes/paths/
Diffstat (limited to 'unotools/inc')
-rw-r--r-- | unotools/inc/unotools/pathoptions.hxx | 4 |
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; }; |