diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-09-10 22:35:39 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-09-10 22:35:39 +0200 |
commit | 037d03b9facb414ba6be01fa6ee92fc7ca89f70c (patch) | |
tree | 119676e8107fada1b91ef12a72e9bbf7b393729f /include/unotools/viewoptions.hxx | |
parent | 44ead04eb5fc61a3f56f783adb1509fab440e212 (diff) |
Typo: (N|n)ormaly->(N|n)ormally
Change-Id: I96d081f394b0b62d99ec1034bf5e99da9aedd9d9
Diffstat (limited to 'include/unotools/viewoptions.hxx')
-rw-r--r-- | include/unotools/viewoptions.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/unotools/viewoptions.hxx b/include/unotools/viewoptions.hxx index 1e565e48b466..7c0a8d211886 100644 --- a/include/unotools/viewoptions.hxx +++ b/include/unotools/viewoptions.hxx @@ -163,7 +163,7 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtViewOptions : public utl::detail::Op /*-**************************************************************************************************** @short use it to set/get the window state of your view @descr These value describe position/size and some other states of a window. - Use it with right vcl methods directly. Normaly it's not necessary to + Use it with right vcl methods directly. Normally it's not necessary to parse given string! @seealso vcl methods @@ -212,7 +212,7 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtViewOptions : public utl::detail::Op /*-**************************************************************************************************** @short use it to set/get ONE special user data item directly - @descr Normaly you can work on full user data list by using "Set/GetUserData()". + @descr Normally you can work on full user data list by using "Set/GetUserData()". With this function you have an access on special list entries directly without any @onerror In the non-product version, an assertion is made. In a product version, errors are silently ignored. *//*-*****************************************************************************************************/ |