From ad7b757a25d90e995606947ee639d5b620c267a2 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Fri, 4 Oct 2013 16:57:18 +0200 Subject: 'ist' -> 'is' here and there. Change-Id: I0a463c38214b95582db2c7b3979367255426c14e --- framework/source/services/desktop.cxx | 2 +- framework/source/services/frame.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'framework') 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 -- cgit