diff options
author | Andras Timar <atimar@suse.com> | 2013-02-20 17:24:33 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2013-02-20 17:25:30 +0100 |
commit | b37a07f2da6c4fcc1a01cc3ea547c558c23edd71 (patch) | |
tree | 0fc40179b95c3fb5511afdff378217b3bf4a818b /toolkit | |
parent | 28300209604ee1bb8e5050322b29e95a07f679d8 (diff) |
typo: allways -> always
Change-Id: I48bd0161dd76c36eeaa39c45e9539584a4ef6841
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/inc/toolkit/helper/emptyfontdescriptor.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/inc/toolkit/helper/emptyfontdescriptor.hxx b/toolkit/inc/toolkit/helper/emptyfontdescriptor.hxx index e814b82b0180..3110d8195f5a 100644 --- a/toolkit/inc/toolkit/helper/emptyfontdescriptor.hxx +++ b/toolkit/inc/toolkit/helper/emptyfontdescriptor.hxx @@ -34,7 +34,7 @@ public: EmptyFontDescriptor() { // Not all enums are initialized correctly in FontDescriptor-CTOR because - // they are set to the first enum value, this is not allways the default value. + // they are set to the first enum value, this is not always the default value. Slant = ::com::sun::star::awt::FontSlant_DONTKNOW; Underline = ::com::sun::star::awt::FontUnderline::DONTKNOW; Strikeout = ::com::sun::star::awt::FontStrikeout::DONTKNOW; |