summaryrefslogtreecommitdiffstats
path: root/framework
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 /framework
parenttypo: befor -> before (diff)
downloadcore-f75aa26620f26b1fd306ade2b3c7af13cb2d9034.tar.gz
core-f75aa26620f26b1fd306ade2b3c7af13cb2d9034.zip
typo: hierarchie -> hierarchy
Diffstat (limited to 'framework')
-rw-r--r--framework/source/services/desktop.cxx2
-rw-r--r--framework/source/services/frame.cxx2
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