diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-09-29 18:12:22 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-09-30 10:41:48 +0000 |
commit | 82f0a4f9300ab3898925941ff541b3382b0175e0 (patch) | |
tree | 8e667af1abf57c07c63b55446f1955859205845b /unotools | |
parent | 835d7774e78df95d0c59243b6c1b8ed1b51b2311 (diff) |
Fix typos
Change-Id: I3926eca56ac9f54f9ddbf88610888ce97cf00b34
Reviewed-on: https://gerrit.libreoffice.org/18990
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/source/config/cmdoptions.cxx | 2 | ||||
-rw-r--r-- | unotools/source/config/eventcfg.cxx | 2 | ||||
-rw-r--r-- | unotools/source/config/moduleoptions.cxx | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/unotools/source/config/cmdoptions.cxx b/unotools/source/config/cmdoptions.cxx index 7683fe9235c4..6df847f8afa0 100644 --- a/unotools/source/config/cmdoptions.cxx +++ b/unotools/source/config/cmdoptions.cxx @@ -210,7 +210,7 @@ void SvtCommandOptions_Impl::Notify( const Sequence< OUString >& ) m_aDisabledCommands.AddCommand( sCmd ); } - // dont forget to update all existing frames and her might cached dispatch objects! + // don't forget to update all existing frames and her might cached dispatch objects! // But look for already killed frames. We hold weak references instead of hard ones ... for (SvtFrameVector::const_iterator pIt = m_lFrames.begin(); pIt != m_lFrames.end(); diff --git a/unotools/source/config/eventcfg.cxx b/unotools/source/config/eventcfg.cxx index 9b13364d253c..69dd7d15d0f2 100644 --- a/unotools/source/config/eventcfg.cxx +++ b/unotools/source/config/eventcfg.cxx @@ -145,7 +145,7 @@ void GlobalEventConfig_Impl::Notify( const Sequence< OUString >& ) initBindingInfo(); - // dont forget to update all existing frames and her might cached dispatch objects! + // don't forget to update all existing frames and her might cached dispatch objects! // But look for already killed frames. We hold weak references instead of hard ones ... for (FrameVector::const_iterator pIt = m_lFrames.begin(); pIt != m_lFrames.end(); diff --git a/unotools/source/config/moduleoptions.cxx b/unotools/source/config/moduleoptions.cxx index b646e3ea1915..93111494dc43 100644 --- a/unotools/source/config/moduleoptions.cxx +++ b/unotools/source/config/moduleoptions.cxx @@ -193,8 +193,8 @@ struct FactoryInfo bool isDefaultFilterReadonly() const { return bDefaultFilterReadonly; } sal_Int32 getIcon () const { return nIcon; }; - // If you call set-methods - we check for changes of valkues and mark it. - // But if you wish to set it without that ... you must initialize it! + // If you call set-methods - we check for changes of values and mark it. + // But if you wish to set it without that... you must initialize it! void initInstalled ( bool bNewInstalled ) { bInstalled = bNewInstalled; } void initFactory ( const OUString& sNewFactory ) { sFactory = sNewFactory; } void initShortName ( const OUString& sNewShortName ) { sShortName = sNewShortName; } |