summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-05-06 11:12:01 +0000
committerKurt Zenker <kz@openoffice.org>2008-05-06 11:12:01 +0000
commit133b1f06daf0f030e7e5a030545111fce1bceb6e (patch)
treefb1f598edd5472c89de89792bd5019791a45481c /svx
parentf4dd868fc9d796e10479a1e84fca2e897b5ce567 (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.cxx4
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-------------------