summaryrefslogtreecommitdiff
path: root/unotools/source/config/moduleoptions.cxx
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2017-02-01 16:25:56 +0100
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2017-02-02 17:29:29 +0000
commit436035a2b2d7c3754ca4f213af2ddd8be9707c29 (patch)
tree03f3a41d9f53be4669c14a36400c122860ac656d /unotools/source/config/moduleoptions.cxx
parent90c4e14a06d48b369a5bbb93054bb6d51f81c347 (diff)
Fix some typos
Change-Id: Ide3786aad5589e2d430a4e3890d51117b145e51d Reviewed-on: https://gerrit.libreoffice.org/33842 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'unotools/source/config/moduleoptions.cxx')
-rw-r--r--unotools/source/config/moduleoptions.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/unotools/source/config/moduleoptions.cxx b/unotools/source/config/moduleoptions.cxx
index 026c2528df8a..525523ca7924 100644
--- a/unotools/source/config/moduleoptions.cxx
+++ b/unotools/source/config/moduleoptions.cxx
@@ -319,12 +319,12 @@ SvtModuleOptions_Impl::~SvtModuleOptions_Impl()
/*-************************************************************************************************************
@short called for notify of configmanager
- @descr These method is called from the ConfigManager before application ends or from the
+ @descr This method is called from the ConfigManager before application ends or from the
PropertyChangeListener if the sub tree broadcasts changes. You must update our
internal values.
@attention We are registered for pure set node names only. So we can use our internal method "impl_Read()" to
- update our info list. Because - these method expand given name list to full qualified property list
+ update our info list. Because - this method expand given name list to full qualified property list
and use it to read the values. These values are filled into our internal member list m_lFactories
at right position.
@@ -340,7 +340,7 @@ void SvtModuleOptions_Impl::Notify( const css::uno::Sequence< OUString >& )
/*-****************************************************************************************************
@short write changes to configuration
- @descr These method writes the changed values into the sub tree
+ @descr This method writes the changed values into the sub tree
and should always called in our destructor to guarantee consistency of config data.
@attention We clear complete set in configuration first and write it completely new! So we don't must