diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-10 10:33:08 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:32 +0200 |
commit | c035317c327d1f8a462f3abd5face29d85bbc991 (patch) | |
tree | 3b721f6c53d45775d96c592190c7aa1d30c6c467 /svx | |
parent | 1b88412e91243b563d67a19f16a5be154fc16f8f (diff) |
typo: workarround -> workaround
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(); |