diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/comphelper/numberedcollection.hxx | 2 | ||||
-rw-r--r-- | include/comphelper/sequenceashashmap.hxx | 2 | ||||
-rw-r--r-- | include/framework/preventduplicateinteraction.hxx | 4 | ||||
-rw-r--r-- | include/framework/titlehelper.hxx | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/include/comphelper/numberedcollection.hxx b/include/comphelper/numberedcollection.hxx index 868b89d74985..e2c00d14c181 100644 --- a/include/comphelper/numberedcollection.hxx +++ b/include/comphelper/numberedcollection.hxx @@ -76,7 +76,7 @@ class COMPHELPER_DLLPUBLIC NumberedCollection : private ::cppu::BaseMutex NumberedCollection(); //--------------------------------------- - /** @short free all internaly used resources. + /** @short free all internally used resources. */ virtual ~NumberedCollection(); diff --git a/include/comphelper/sequenceashashmap.hxx b/include/comphelper/sequenceashashmap.hxx index f6c5c092b78f..f33bdd52360c 100644 --- a/include/comphelper/sequenceashashmap.hxx +++ b/include/comphelper/sequenceashashmap.hxx @@ -255,7 +255,7 @@ class COMPHELPER_DLLPUBLIC SequenceAsHashMap : public SequenceAsHashMapBase @param aValue the new (unpacked!) value. Note: This value will be transformed to an Any - internaly, because only Any values can be + internally, because only Any values can be part of a PropertyValue or NamedValue structure. @return TRUE if this property was added as new item; 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. */ |