diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-05-06 11:12:01 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-05-06 11:12:01 +0000 |
commit | 133b1f06daf0f030e7e5a030545111fce1bceb6e (patch) | |
tree | fb1f598edd5472c89de89792bd5019791a45481c /svx | |
parent | f4dd868fc9d796e10479a1e84fca2e897b5ce567 (diff) |
INTEGRATION: CWS os112 (1.60.338); FILE MERGED
2008/03/03 08:22:47 os 1.60.338.1: #i86580# exclamation mark should start AutoCorrection, too
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/editeng/svxacorr.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/editeng/svxacorr.cxx b/svx/source/editeng/svxacorr.cxx index b6caea602409..3559ce23289f 100644 --- a/svx/source/editeng/svxacorr.cxx +++ b/svx/source/editeng/svxacorr.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: svxacorr.cxx,v $ - * $Revision: 1.61 $ + * $Revision: 1.62 $ * * This file is part of OpenOffice.org. * @@ -333,7 +333,7 @@ sal_Bool SvxAutoCorrect::IsAutoCorrectChar( sal_Unicode cChar ) cChar == ' ' || cChar == '\'' || cChar == '\"' || cChar == '*' || cChar == '_' || cChar == '.' || cChar == ',' || cChar == ';' || - cChar == ':' || cChar == '?'; + cChar == ':' || cChar == '?' || cChar == '!'; } /* -----------------19.11.98 10:15------------------- |