diff options
author | Andras Timar <andras.timar@collabora.com> | 2013-12-20 11:25:37 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2013-12-20 15:55:00 +0100 |
commit | b55259eeb549482477c57d854f3de72aff345edb (patch) | |
tree | 35e474b8458ae776a8455f4f78e73ae28c611180 /framework/source/inc | |
parent | 377ec698afc98a9a098b456f4ae3c694498df6a2 (diff) |
typo fixes
Change-Id: Ia5f104bfd707bcf4e159c78ca2764c861fb0b6d9
Diffstat (limited to 'framework/source/inc')
6 files changed, 9 insertions, 9 deletions
diff --git a/framework/source/inc/accelerators/acceleratorconfiguration.hxx b/framework/source/inc/accelerators/acceleratorconfiguration.hxx index aa7e0dea9829..93388d304f34 100644 --- a/framework/source/inc/accelerators/acceleratorconfiguration.hxx +++ b/framework/source/inc/accelerators/acceleratorconfiguration.hxx @@ -202,7 +202,7 @@ class XMLBasedAcceleratorConfiguration : protected ThreadHelpBase, //--------------------------------------- /** @short return the current office locale. - @descr We does not cache this value, because we are not listen + @descr We do not cache this value, because we are not listen for changes on the configuration layer ... @return OUString @@ -421,7 +421,7 @@ class XCUBasedAcceleratorConfiguration : protected ThreadHelpBase, //--------------------------------------- /** @short return the current office locale. - @descr We does not cache this value, because we are not listen + @descr We do not cache this value, because we are not listen for changes on the configuration layer ... @return OUString diff --git a/framework/source/inc/accelerators/keymapping.hxx b/framework/source/inc/accelerators/keymapping.hxx index 8d8ef71a04a8..d73816af181b 100644 --- a/framework/source/inc/accelerators/keymapping.hxx +++ b/framework/source/inc/accelerators/keymapping.hxx @@ -134,7 +134,7 @@ class KeyMapping if this method returns sal_True! @return [boolean] - sal_True if convertion was successfully. + sal_True if conversion was successfully. */ sal_Bool impl_st_interpretIdentifierAsPureKeyCode(const OUString& sIdentifier, sal_uInt16& rCode ); diff --git a/framework/source/inc/accelerators/presethandler.hxx b/framework/source/inc/accelerators/presethandler.hxx index e7d67bb717ba..ef8c28af6dcb 100644 --- a/framework/source/inc/accelerators/presethandler.hxx +++ b/framework/source/inc/accelerators/presethandler.hxx @@ -392,12 +392,12 @@ class PresetHandler : private ThreadHelpBase // attention! Must be the first bas sal_Bool bCreateIfMissing); //--------------------------------------- - /** @short do anything which is neccessary to flush all changes + /** @short do anything which is necessary to flush all changes back to disk. @descr We have to call commit on all cached sub storages on the path from the root storage upside down to the working storage - (which are not realy used, but required to be holded alive!). + (which are not really used, but required to be holded alive!). */ void commitUserChanges(); diff --git a/framework/source/inc/dispatch/loaddispatcher.hxx b/framework/source/inc/dispatch/loaddispatcher.hxx index a87ea8c010e2..10e41090c58d 100644 --- a/framework/source/inc/dispatch/loaddispatcher.hxx +++ b/framework/source/inc/dispatch/loaddispatcher.hxx @@ -64,7 +64,7 @@ class LoadDispatcher : private ThreadHelpBase public: - /** @short creates a new instance and initialize it with all neccessary parameters. + /** @short creates a new instance and initialize it with all necessary parameters. @descr Every instance of such LoadDispatcher can be used for the specified context only. That means: It can be used to load any further requested content into tzhe here(!) diff --git a/framework/source/inc/loadenv/loadenv.hxx b/framework/source/inc/loadenv/loadenv.hxx index a2f258ec9b2a..dadef232243d 100644 --- a/framework/source/inc/loadenv/loadenv.hxx +++ b/framework/source/inc/loadenv/loadenv.hxx @@ -264,7 +264,7 @@ public: passing this information to this LoadEnv instance can supress this might expensive check. That can be useful in case this information is needed outside too, - to decide if its neccessary to create some resources for this load + to decide if its necessary to create some resources for this load request ... or to reject the request imidiatly if it seems to be not loadable in general. @@ -536,7 +536,7 @@ private: @descr Note: Showing of a frame is bound to a special feature ... a) If we recycle any existing frame, we must bring it to front. - Showing of such frame isnt needed realy .. because we recycle + Showing of such frame isnt needed really .. because we recycle visible frames only! b) If the document was already shown (e.g. by our progress implementation) we do nothing here. The reason behind: The document was already shown .. diff --git a/framework/source/inc/pattern/window.hxx b/framework/source/inc/pattern/window.hxx index 3cca5061f4f5..9493589509f8 100644 --- a/framework/source/inc/pattern/window.hxx +++ b/framework/source/inc/pattern/window.hxx @@ -107,7 +107,7 @@ static ::sal_Bool isTopWindow(const css::uno::Reference< css::awt::XWindow >& xW if (xTopWindowCheck.is()) { // Note: Toolkit interface XTopWindow sometimes is used by real VCL-child-windows also .-) - // Be sure that these window is realy a "top system window". + // Be sure that these window is really a "top system window". // Attention ! Checking Window->GetParent() isnt the right approach here. // Because sometimes VCL create "implicit border windows" as parents even we created // a simple XWindow using the toolkit only .-( |