diff options
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 5ad3284aed4f..d6567e07b2be 100644 --- a/svx/source/accessibility/lookupcolorname.cxx +++ b/svx/source/accessibility/lookupcolorname.cxx @@ -62,7 +62,7 @@ ColorNameMap::ColorNameMap() { // Get list of color names in order to iterate over the color table. - // Lock the solar mutex here as workarround for missing lock in + // Lock the solar mutex here as workaround for missing lock in // called function. SolarMutexGuard aGuard; aNames = xNA->getElementNames(); |