diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-02-09 10:12:07 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-02-09 10:12:07 +0100 |
commit | 94bc29cb71d08ebe039d5ce5b6b2762ac24cbb8f (patch) | |
tree | b24cede14403ab264d7f7684df3d603a15d2f010 /include/framework | |
parent | 332fffe3b8cd51576c42762e5e9751464777f2ca (diff) |
Typo: I/internaly -> I/internally
Change-Id: Ic9056baf58698743492ab57a882341c730ef2f7a
Diffstat (limited to 'include/framework')
-rw-r--r-- | include/framework/preventduplicateinteraction.hxx | 4 | ||||
-rw-r--r-- | include/framework/titlehelper.hxx | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/include/framework/preventduplicateinteraction.hxx b/include/framework/preventduplicateinteraction.hxx index 63ff840885f5..54be9f2a162a 100644 --- a/include/framework/preventduplicateinteraction.hxx +++ b/include/framework/preventduplicateinteraction.hxx @@ -159,7 +159,7 @@ class FWE_DLLPUBLIC PreventDuplicateInteraction : private ThreadHelpBase2 generic UI interaction handler for later internal using. @param xSMGR - uno service manager for creating services internaly + uno service manager for creating services internally @threadsafe not necessary */ @@ -173,7 +173,7 @@ class FWE_DLLPUBLIC PreventDuplicateInteraction : private ThreadHelpBase2 //_________________________________ /** - @short set the outside interaction handler, which must be used internaly + @short set the outside interaction handler, which must be used internally if the interaction will not be blocked by the set list of rules. @note This overwrites the settings of e.g. useDefaultUUIHandler()! diff --git a/include/framework/titlehelper.hxx b/include/framework/titlehelper.hxx index 760257207096..125d3c1554d8 100644 --- a/include/framework/titlehelper.hxx +++ b/include/framework/titlehelper.hxx @@ -68,7 +68,7 @@ class FWE_DLLPUBLIC TitleHelper : private ::cppu::BaseMutex TitleHelper(const css::uno::Reference< css::uno::XComponentContext >& rxContext); //--------------------------------------- - /** @short free all internaly used resources. + /** @short free all internally used resources. */ virtual ~TitleHelper(); @@ -183,7 +183,7 @@ class FWE_DLLPUBLIC TitleHelper : private ::cppu::BaseMutex /** provides parts of our own title and we listen there for changes too. */ css::uno::WeakReference< css::frame::XTitle > m_xSubTitle; - /** if it's set to sal_True the member m_sTitle has not to be changed internaly. + /** if it's set to sal_True the member m_sTitle has not to be changed internally. It was set from outside and so outside code has to make sure it will be updated. */ |