diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-10-01 00:07:27 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-10-01 15:35:20 +0100 |
commit | 572f5fc11f69c5a9d9e888118978f3f9fa683e65 (patch) | |
tree | 68ed7afc288d64556b9e559c717c5e47d6f2cf21 /svx | |
parent | 86429cef8d910fe4fb98a44d5b631025e785baad (diff) |
comment typos
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/accessibility/lookupcolorname.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/accessibility/lookupcolorname.cxx b/svx/source/accessibility/lookupcolorname.cxx index 6a03ac3d314b..b64e0660ccb7 100644 --- a/svx/source/accessibility/lookupcolorname.cxx +++ b/svx/source/accessibility/lookupcolorname.cxx @@ -75,7 +75,7 @@ ColorNameMap::ColorNameMap() { xNA = css::uno::Reference< css::container::XNameAccess >(xColorTable, css::uno::UNO_QUERY); if (xNA.is()) { - // Look the solar mutex here as workarround for missing lock in + // Lock the solar mutex here as workarround for missing lock in // called function. SolarMutexGuard aGuard; aNames = xNA->getElementNames(); |