diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-10 09:35:15 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:05 +0200 |
commit | f75aa26620f26b1fd306ade2b3c7af13cb2d9034 (patch) | |
tree | f22e9259c4225a8125e8ec26c4e74a0d8612e1fa /framework | |
parent | 83d84adeb5bafa6bdbad8f759ea281c265c1234b (diff) |
typo: hierarchie -> hierarchy
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/services/desktop.cxx | 2 | ||||
-rw-r--r-- | framework/source/services/frame.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/services/desktop.cxx b/framework/source/services/desktop.cxx index 1ed69b1e712d..49ff8a465fd1 100644 --- a/framework/source/services/desktop.cxx +++ b/framework/source/services/desktop.cxx @@ -866,7 +866,7 @@ void SAL_CALL Desktop::removeFrameActionListener( const css::uno::Reference< css @short try to find a frame with special parameters @descr This method searches for a frame with the specified name. Frames may contain other frames (e.g. a frameset) and may - be contained in other frames. This hierarchie is searched by + be contained in other frames. This hierarchy is searched by this method. First some special names are taken into account, i.e. "", "_self", "_top", "_parent" etc. The FrameSearchFlags are ignored diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx index 1c565aa7b999..2f86bce8a497 100644 --- a/framework/source/services/frame.cxx +++ b/framework/source/services/frame.cxx @@ -976,7 +976,7 @@ void SAL_CALL Frame::setName( const OUString& sName ) throw( css::uno::RuntimeEx @short search for frames @descr This method searches for a frame with the specified name. Frames may contain other frames (e.g. a frameset) and may - be contained in other frames. This hierarchie is searched by + be contained in other frames. This hierarchy is searched by this method. First some special names are taken into account, i.e. "", "_self", "_top", "_blank" etc. The nSearchFlags are ignored |