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 /sd | |
parent | 1b88412e91243b563d67a19f16a5be154fc16f8f (diff) |
typo: workarround -> workaround
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/dlg/tpaction.cxx | 2 |
1 files changed, 1 insertions, 1 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. |