diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-05-22 12:03:40 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-05-22 12:03:40 +0000 |
commit | cccbf2d66d96e5460603a1c23f902fd1ec1a6e5a (patch) | |
tree | ebbbffc8084e5b616ceca8f9caefb80da7b2c6a0 | |
parent | 72fb9faeafafb6db5071f31c48618279d8053cd3 (diff) |
INTEGRATION: CWS chart2mst3 (1.17.6); FILE MERGED
2007/04/24 14:51:04 bm 1.17.6.12: RESYNC: (1.29-1.30); FILE MERGED
2007/02/07 15:21:50 iha 1.17.6.11: RESYNC: (1.28-1.29); FILE MERGED
2007/01/10 15:34:50 iha 1.17.6.10: switch back to old factory name for charts now as we only have the new chart
2006/10/18 23:11:26 bm 1.17.6.9: RESYNC: (1.27-1.28); FILE MERGED
2006/06/16 13:17:19 bm 1.17.6.8: RESYNC: (1.26-1.27); FILE MERGED
2006/05/05 14:51:48 bm 1.17.6.7: RESYNC: (1.25-1.26); FILE MERGED
2006/01/25 13:09:59 bm 1.17.6.6: RESYNC: (1.23-1.25); FILE MERGED
2005/10/08 05:26:22 bm 1.17.6.5: RESYNC: (1.22-1.23); FILE MERGED
2005/07/25 12:18:47 bm 1.17.6.4: RESYNC: (1.21-1.22); FILE MERGED
2005/05/18 10:48:18 bm 1.17.6.3: RESYNC: (1.20-1.21); FILE MERGED
2005/05/18 08:15:11 bm 1.17.6.2: RESYNC: (1.17-1.20); FILE MERGED
2005/04/04 11:43:58 bm 1.17.6.1: replaced definition for old chart by new chart
-rw-r--r-- | officecfg/registry/data/org/openoffice/Setup.xcu | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/officecfg/registry/data/org/openoffice/Setup.xcu b/officecfg/registry/data/org/openoffice/Setup.xcu index 48815381d4b5..dd6a557dd961 100644 --- a/officecfg/registry/data/org/openoffice/Setup.xcu +++ b/officecfg/registry/data/org/openoffice/Setup.xcu @@ -5,9 +5,9 @@ * * $RCSfile: Setup.xcu,v $ * - * $Revision: 1.30 $ + * $Revision: 1.31 $ * - * last change: $Author: ihi $ $Date: 2007-04-16 15:32:52 $ + * last change: $Author: vg $ $Date: 2007-05-22 13:03:40 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -621,9 +621,9 @@ <value >GenericCategories</value> </prop> </node> - <node oor:name="com.sun.star.chart.ChartDocument" oor:op="replace"> + <node oor:name="com.sun.star.chart2.ChartDocument" oor:op="replace"> <prop oor:name="ooSetupFactoryDocumentService" oor:finalized="true"> - <value >com.sun.star.chart.ChartDocument</value> + <value >com.sun.star.chart2.ChartDocument</value> </prop> <prop oor:name="ooSetupFactoryCommandConfigRef"> <value >ChartCommands</value> |