diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-01-28 14:20:07 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-01-28 14:20:07 +0000 |
commit | c459c19dc9b4e0b637a2b71e1353739362c5db5f (patch) | |
tree | 546e27d10db234c197c4879fc8cd9f9a71094626 /svtools | |
parent | 9a1d0826372180631ec381e31abdf8a8dcd2bef6 (diff) |
INTEGRATION: CWS os47 (1.12.220); FILE MERGED
2004/12/30 14:36:07 os 1.12.220.1: #i35573# Commit() has to be called in ::SetAll!
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/config/cjkoptions.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/svtools/source/config/cjkoptions.cxx b/svtools/source/config/cjkoptions.cxx index a88bceacd99e..33cab6ef08b2 100644 --- a/svtools/source/config/cjkoptions.cxx +++ b/svtools/source/config/cjkoptions.cxx @@ -2,9 +2,9 @@ * * $RCSfile: cjkoptions.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: hjs $ $Date: 2004-06-25 17:23:57 $ + * last change: $Author: rt $ $Date: 2005-01-28 15:20:07 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -213,6 +213,7 @@ void SvtCJKOptions_Impl::SetAll(sal_Bool bSet) bVerticalCallOut=bSet; SetModified(); + Commit(); } } /*-- 10.04.01 12:41:56--------------------------------------------------- |