User: timar Date: 2008-03-06 14:39:07+0000 Modified: hu/src/2.4.0/Patches/i86580-autocorr-exclamation.diff
Log: no message File Changes: Directory: /hu/src/2.4.0/Patches/ ================================= File [changed]: i86580-autocorr-exclamation.diff Url: http://hu.openoffice.org/source/browse/hu/src/2.4.0/Patches/i86580-autocorr-exclamation.diff?r1=1.2&r2=1.3 Delta lines: +4 -3 ------------------- --- i86580-autocorr-exclamation.diff 2008-03-04 11:23:38+0000 1.2 +++ i86580-autocorr-exclamation.diff 2008-03-06 14:39:04+0000 1.3 @@ -1,10 +1,11 @@ ---- svx/source/editeng/svxacorr.cxx.orig 2008-01-04 07:39:33.000000000 +0100 -+++ svx/source/editeng/svxacorr.cxx 2008-03-03 09:05:12.514274600 +0100 +--- svx/source/editeng/svxacorr.cxx.orig 27 Jun 2007 18:00:19 -0000 ++++ svx/source/editeng/svxacorr.cxx 5 Mar 2008 19:54:37 -0000 @@ -394,7 +394,7 @@ cChar == ' ' || cChar == '\'' || cChar == '\"' || cChar == '*' || cChar == '_' || cChar == '.' || cChar == ',' || cChar == ';' || - cChar == ':' || cChar == '?'; + cChar == ':' || cChar == '?' || cChar == '!'; -} + } + /* -----------------19.11.98 10:15------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
