Kaydet (Commit) c035317c authored tarafından Thomas Arnhold's avatar Thomas Arnhold

typo: workarround -> workaround

üst 1b88412e
...@@ -454,7 +454,7 @@ void SdTPAction::OpenFileDialog() ...@@ -454,7 +454,7 @@ void SdTPAction::OpenFileDialog()
aFileDialog.SetDisplayDirectory( aFile ); aFileDialog.SetDisplayDirectory( aFile );
// The following is a workarround for #i4306#: // The following is a workaround for #i4306#:
// The addition of the implicitely existing "all files" // The addition of the implicitely existing "all files"
// filter makes the (Windows system) open file dialog follow // filter makes the (Windows system) open file dialog follow
// links on the desktop to directories. // links on the desktop to directories.
......
...@@ -62,7 +62,7 @@ ColorNameMap::ColorNameMap() { ...@@ -62,7 +62,7 @@ ColorNameMap::ColorNameMap() {
// Get list of color names in order to iterate over the color table. // 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. // called function.
SolarMutexGuard aGuard; SolarMutexGuard aGuard;
aNames = xNA->getElementNames(); aNames = xNA->getElementNames();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment