diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-05 15:33:39 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-05 15:33:39 +0000 |
commit | 157094aa4511c1d349d4cede5e44d3d87e701fcb (patch) | |
tree | 2fa208430b3719751dea9ce6cba1fc03a9c8a9e7 /officecfg | |
parent | 884210780402e47a20995bd57821cd269927d596 (diff) |
INTEGRATION: CWS dba30a (1.34.120); FILE MERGED
2008/02/05 21:23:13 fs 1.34.120.1: #i85879# cleanup the toolbar mess in the data source browser
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Setup.xcu | 29 |
1 files changed, 27 insertions, 2 deletions
diff --git a/officecfg/registry/data/org/openoffice/Setup.xcu b/officecfg/registry/data/org/openoffice/Setup.xcu index 3371b7d90f58..3efccfd9d795 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.34 $ + * $Revision: 1.35 $ * - * last change: $Author: vg $ $Date: 2007-08-30 16:43:57 $ + * last change: $Author: kz $ $Date: 2008-03-05 16:33:39 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -578,6 +578,31 @@ <value >Data Source Browser</value> </prop> </node> + <node oor:name="com.sun.star.sdb.TableDataView" oor:op="replace" install:module="base"> + <prop oor:name="ooSetupFactoryDocumentService" oor:finalized="true" /> + <prop oor:name="ooSetupFactoryActualFilter" oor:finalized="true" /> + <prop oor:name="ooSetupFactoryActualTemplateFilter" oor:finalized="true" /> + <prop oor:name="ooSetupFactoryDefaultFilter" oor:finalized="true" /> + <prop oor:name="ooSetupFactoryEmptyDocumentURL" oor:finalized="true" /> + <prop oor:name="ooSetupFactoryCommandConfigRef"> + <value>DbuCommands</value> + </prop> + <prop oor:name="ooSetupFactoryShortName"> + <value>dbtdata</value> + </prop> + <prop oor:name="ooSetupFactoryWindowStateConfigRef"> + <value>DbTableDataWindowState</value> + </prop> + <prop oor:name="ooSetupFactoryIcon"> + <value>14</value> + </prop> + <prop oor:name="ooSetupFactoryCmdCategoryConfigRef"> + <value>GenericCategories</value> + </prop> + <prop oor:name="ooSetupFactoryUIName"> + <value>Table Data View</value> + </prop> + </node> <node oor:name="com.sun.star.frame.Bibliography" oor:op="replace"> <prop oor:name="ooSetupFactoryDocumentService" oor:finalized="true" /> <prop oor:name="ooSetupFactoryActualFilter" oor:finalized="true" /> |