summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-04-15 05:10:29 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-04-15 05:10:29 +0200
commit435f5e30c968ffd5761873f8b3f756949545ce72 (patch)
treeb7f1623723f23d141d7b6b0cada5d28523d53fdf /unotools
parent60fbefc615f8931bf8b952293fc4eb4ac35dafd8 (diff)
fdo#60724 correct spelling
Change-Id: I7318a9f4f3410edf4dbe67bf08f31682fcb4edc7
Diffstat (limited to 'unotools')
-rw-r--r--unotools/inc/unotools/historyoptions.hxx2
-rw-r--r--unotools/source/config/moduleoptions.cxx2
2 files changed, 2 insertions, 2 deletions
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.