summaryrefslogtreecommitdiff
path: root/starmath/source/config.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-10-27 14:55:23 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-10-27 14:55:23 +0000
commitb6ea26db01ddcfa6b9dbb867653d79e12aac24d7 (patch)
tree561d7e76cff46141cf5ffed953568deeb87ec3e0 /starmath/source/config.cxx
parent44ca1e32d3bba34348d06c9aeeb5cfd2e13fc8f4 (diff)
INTEGRATION: CWS swqbf40 (1.9.24); FILE MERGED
2005/10/17 12:54:08 tl 1.9.24.1: #i55936# calling of SaveOther/SaveForamt fixed. Configuration will now be updated (again).
Diffstat (limited to 'starmath/source/config.cxx')
-rw-r--r--starmath/source/config.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/starmath/source/config.cxx b/starmath/source/config.cxx
index 5c5297d4afd3..978babbe864b 100644
--- a/starmath/source/config.cxx
+++ b/starmath/source/config.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: config.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 15:05:21 $
+ * last change: $Author: hr $ $Date: 2005-10-27 15:55:23 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -133,6 +133,8 @@ void SmConfig::ItemSetToConfig(const SfxItemSet &rSet)
Broadcast(SfxSimpleHint(HINT_FORMATCHANGED));
}
}
+
+ SaveOther();
}