diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-02-18 21:58:05 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-02-18 21:59:02 +0100 |
commit | 48f0a5ed3501e0b0a55cc71f85b4d1aee5a9f4ed (patch) | |
tree | fbc5a414ea499193b14a1c51a6a4bbd078bedbad /unotools/source | |
parent | a9924d94e7db6db50b8b36a311f7d7abf80e4700 (diff) |
Typos
Change-Id: I845a85e1aad4a0708f2b43f7d94606b4b5513ee4
Diffstat (limited to 'unotools/source')
-rw-r--r-- | unotools/source/config/fontoptions.cxx | 2 | ||||
-rw-r--r-- | unotools/source/config/localisationoptions.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/unotools/source/config/fontoptions.cxx b/unotools/source/config/fontoptions.cxx index 2541c27fb748..b7c26f7d04e8 100644 --- a/unotools/source/config/fontoptions.cxx +++ b/unotools/source/config/fontoptions.cxx @@ -75,7 +75,7 @@ class SvtFontOptions_Impl : public ConfigItem /*-**************************************************************************************************** @short access method to get internal values - @descr These method give us a chance to regulate acces to our internal values. + @descr These method give us a chance to regulate access to our internal values. It's not used in the moment - but it's possible for the feature! *//*-*****************************************************************************************************/ diff --git a/unotools/source/config/localisationoptions.cxx b/unotools/source/config/localisationoptions.cxx index 2ad2ee1fa6e0..7fd2440196be 100644 --- a/unotools/source/config/localisationoptions.cxx +++ b/unotools/source/config/localisationoptions.cxx @@ -74,7 +74,7 @@ class SvtLocalisationOptions_Impl : public ConfigItem /*-**************************************************************************************************** @short access method to get internal values - @descr These method give us a chance to regulate acces to our internal values. + @descr These method give us a chance to regulate access to our internal values. It's not used in the moment - but it's possible for the feature! *//*-*****************************************************************************************************/ |