diff options
author | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2010-01-21 13:58:49 +0100 |
---|---|---|
committer | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2010-01-21 13:58:49 +0100 |
commit | 562dc041353f48d8aeb7106f1babeae81cd35ad3 (patch) | |
tree | ccb2b8daecd2d09f0cf92512d9f9336f8446d1db /cui/source/inc | |
parent | 7b1769607040ed359600d892f68baabaeff11296 (diff) |
cbosdo01: Changed the behaviour of nbsp autocorr
* The Non-breaking space insertion autocorrection is now done when typing the
:!?; character instead of the word separator following it.
* Removed the custom quote replacement option in autocorrection.
Diffstat (limited to 'cui/source/inc')
-rw-r--r-- | cui/source/inc/autocdlg.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cui/source/inc/autocdlg.hxx b/cui/source/inc/autocdlg.hxx index 110848ad75b7..a1c7c89adba3 100644 --- a/cui/source/inc/autocdlg.hxx +++ b/cui/source/inc/autocdlg.hxx @@ -151,7 +151,6 @@ class OfaSwAutoFmtOptionsPage : public SfxTabPage String sUseReplaceTbl; String sCptlSttWord; String sCptlSttSent; - String sTypo; String sUserStyle; String sBullet; String sByInputBullet; |