summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sd/source/ui/dlg/tpaction.cxx2
-rw-r--r--svx/source/accessibility/lookupcolorname.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/dlg/tpaction.cxx b/sd/source/ui/dlg/tpaction.cxx
index 106eb7cbae37..610c7f022af5 100644
--- a/sd/source/ui/dlg/tpaction.cxx
+++ b/sd/source/ui/dlg/tpaction.cxx
@@ -454,7 +454,7 @@ void SdTPAction::OpenFileDialog()
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"
// filter makes the (Windows system) open file dialog follow
// links on the desktop to directories.
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();