diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-06-15 19:44:53 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-06-16 11:14:55 +0000 |
commit | f378e723d2dbcbdeb65d7843c095d70d0bb7e0e0 (patch) | |
tree | 245e49f0afad73f582d42a89bdbdcb9717651fdd /include/vcl | |
parent | ca9de688c2c263c51dca1cbbf2892e3b419f921e (diff) |
Fix typos
Change-Id: I528752dfabeb31d14c350f79819b521537ab9b56
Reviewed-on: https://gerrit.libreoffice.org/16300
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/settings.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/settings.hxx b/include/vcl/settings.hxx index 965d47065d79..59af8ee62c7b 100644 --- a/include/vcl/settings.hxx +++ b/include/vcl/settings.hxx @@ -600,7 +600,7 @@ public: sal_uInt16 GetListBoxMaximumLineCount() const; // maximum column count for the ColorValueSet control. Default is 12 and this is optimized for the - // color scheme which has 12-color alogned layout for the part taken over from Symphony. Do + // color scheme which has 12-color aligned layout for the part taken over from Symphony. Do // only change this if you know what you are doing. void SetColorValueSetColumnCount(sal_uInt16 nCount); sal_uInt16 GetColorValueSetColumnCount() const; |