From 435f5e30c968ffd5761873f8b3f756949545ce72 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Mon, 15 Apr 2013 05:10:29 +0200 Subject: fdo#60724 correct spelling Change-Id: I7318a9f4f3410edf4dbe67bf08f31682fcb4edc7 --- unotools/inc/unotools/historyoptions.hxx | 2 +- unotools/source/config/moduleoptions.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'unotools') diff --git a/unotools/inc/unotools/historyoptions.hxx b/unotools/inc/unotools/historyoptions.hxx index 3340a3ae9fdc..3e1431544049 100644 --- a/unotools/inc/unotools/historyoptions.hxx +++ b/unotools/inc/unotools/historyoptions.hxx @@ -130,7 +130,7 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtHistoryOptions : public utl::detail: /*-****************************************************************************************************//** @short return complete sepcified list - @descr If you will show the whole list call this method to get it completly. + @descr If you will show the whole list call this method to get it completely. @seealso - diff --git a/unotools/source/config/moduleoptions.cxx b/unotools/source/config/moduleoptions.cxx index 8a42535f0669..11b5b17a9c84 100644 --- a/unotools/source/config/moduleoptions.cxx +++ b/unotools/source/config/moduleoptions.cxx @@ -440,7 +440,7 @@ void SvtModuleOptions_Impl::Notify( const css::uno::Sequence< OUString >& ) @descr These 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 completly new! So we don't must + @attention We clear complete set in configuration first and write it completely new! So we don't must distinguish between existing, added or removed elements. Our internal cached values are the only and right ones. -- cgit