diff options
author | Jan Holesovsky <kendy@collabora.com> | 2013-10-04 16:57:18 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2013-10-04 20:27:30 +0200 |
commit | ad7b757a25d90e995606947ee639d5b620c267a2 (patch) | |
tree | de1a80f3bf6db7378f9853ba86f2d2b1047a96ed /framework | |
parent | 6489f97fc428446c53c17f885963776cdcc21490 (diff) |
'ist' -> 'is' here and there.
Change-Id: I0a463c38214b95582db2c7b3979367255426c14e
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 1064c2a4540a..324bd73f1171 100644 --- a/framework/source/services/desktop.cxx +++ b/framework/source/services/desktop.cxx @@ -951,7 +951,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 ist searched by + be contained in other frames. This hierarchie 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 463c8a7eb574..f3209b346544 100644 --- a/framework/source/services/frame.cxx +++ b/framework/source/services/frame.cxx @@ -712,7 +712,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 ist searched by + be contained in other frames. This hierarchie is searched by this method. First some special names are taken into account, i.e. "", "_self", "_top", "_blank" etc. The nSearchFlags are ignored |