summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-10 09:35:15 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:32:05 +0200
commitf75aa26620f26b1fd306ade2b3c7af13cb2d9034 (patch)
treef22e9259c4225a8125e8ec26c4e74a0d8612e1fa /fpicker
parent83d84adeb5bafa6bdbad8f759ea281c265c1234b (diff)
typo: hierarchie -> hierarchy
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/win32/filepicker/WinFileOpenImpl.cxx2
-rw-r--r--fpicker/source/win32/folderpicker/WinFOPImpl.cxx4
2 files changed, 3 insertions, 3 deletions
diff --git a/fpicker/source/win32/filepicker/WinFileOpenImpl.cxx b/fpicker/source/win32/filepicker/WinFileOpenImpl.cxx
index c319f975747d..7879f091a43b 100644
--- a/fpicker/source/win32/filepicker/WinFileOpenImpl.cxx
+++ b/fpicker/source/win32/filepicker/WinFileOpenImpl.cxx
@@ -126,7 +126,7 @@ void CWinFileOpenImpl::setDisplayDirectory(const OUString& aDirectory)
// works correctly when providing "c:\" or an environment
// variable like "=c:=c:\.." etc. is set, else the
// FolderPicker would stand in the root of the shell
- // hierarchie which is the desktop folder
+ // hierarchy which is the desktop folder
if ( aSysDirectory.lastIndexOf(BACKSLASH) != (aSysDirectory.getLength() - 1))
aSysDirectory += BACKSLASH;
}
diff --git a/fpicker/source/win32/folderpicker/WinFOPImpl.cxx b/fpicker/source/win32/folderpicker/WinFOPImpl.cxx
index 7140e63fa1e3..c148cea73822 100644
--- a/fpicker/source/win32/folderpicker/WinFOPImpl.cxx
+++ b/fpicker/source/win32/folderpicker/WinFOPImpl.cxx
@@ -60,7 +60,7 @@ CWinFolderPickerImpl::CWinFolderPickerImpl( CFolderPicker* aFolderPicker ) :
// If the given URL for the directory is invalid the function throws an
// IllegalArgumentException
// If the specified path is well formed but invalid for the underlying
-// OS the FolderPicker starts in the root of the file system hierarchie
+// OS the FolderPicker starts in the root of the file system hierarchy
void SAL_CALL CWinFolderPickerImpl::setDisplayDirectory( const OUString& aDirectory )
@@ -86,7 +86,7 @@ void SAL_CALL CWinFolderPickerImpl::setDisplayDirectory( const OUString& aDirect
// works correctly when providing "c:\" or an environment
// variable like "=c:=c:\.." etc. is set, else the
// FolderPicker would stand in the root of the shell
- // hierarchie which is the desktop folder
+ // hierarchy which is the desktop folder
if ( sysDir.lastIndexOf( BACKSLASH ) != (sysDir.getLength( ) - 1) )
sysDir += BACKSLASH;
}