diff options
Diffstat (limited to 'fpicker/source/office/fpinteraction.cxx')
-rw-r--r-- | fpicker/source/office/fpinteraction.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/office/fpinteraction.cxx b/fpicker/source/office/fpinteraction.cxx index 224acd01bec5..5fd6033460e0 100644 --- a/fpicker/source/office/fpinteraction.cxx +++ b/fpicker/source/office/fpinteraction.cxx @@ -93,7 +93,7 @@ namespace svt // intercept some interesting interactions - // The "does not exist" interaction will be supressed here completly. + // The "does not exist" interaction will be suppressed here completly. if (m_eInterceptions & OFilePickerInteractionHandler::E_DOESNOTEXIST) { InteractiveIOException aIoException; |