From 94bc29cb71d08ebe039d5ce5b6b2762ac24cbb8f Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sun, 9 Feb 2014 10:12:07 +0100 Subject: Typo: I/internaly -> I/internally Change-Id: Ic9056baf58698743492ab57a882341c730ef2f7a --- include/framework/preventduplicateinteraction.hxx | 4 ++-- include/framework/titlehelper.hxx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'include/framework') 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. */ -- cgit