1*68a2d320SAndrew Rist<?xml version="1.0" encoding="UTF-8"?> 27ee6e2e2SAndrew Rist<!--*********************************************************** 37ee6e2e2SAndrew Rist * 47ee6e2e2SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 57ee6e2e2SAndrew Rist * or more contributor license agreements. See the NOTICE file 67ee6e2e2SAndrew Rist * distributed with this work for additional information 77ee6e2e2SAndrew Rist * regarding copyright ownership. The ASF licenses this file 87ee6e2e2SAndrew Rist * to you under the Apache License, Version 2.0 (the 97ee6e2e2SAndrew Rist * "License"); you may not use this file except in compliance 107ee6e2e2SAndrew Rist * with the License. You may obtain a copy of the License at 117ee6e2e2SAndrew Rist * 127ee6e2e2SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 137ee6e2e2SAndrew Rist * 147ee6e2e2SAndrew Rist * Unless required by applicable law or agreed to in writing, 157ee6e2e2SAndrew Rist * software distributed under the License is distributed on an 167ee6e2e2SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 177ee6e2e2SAndrew Rist * KIND, either express or implied. See the License for the 187ee6e2e2SAndrew Rist * specific language governing permissions and limitations 197ee6e2e2SAndrew Rist * under the License. 207ee6e2e2SAndrew Rist * 217ee6e2e2SAndrew Rist ***********************************************************--> 227ee6e2e2SAndrew Rist 23*68a2d320SAndrew Rist 24cdf0e10cSrcweir<!DOCTYPE oor:component-data SYSTEM "../../../../../component-update.dtd"> 25cdf0e10cSrcweir<oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:name="DbTableWindowState" oor:package="org.openoffice.Office.UI"> 26cdf0e10cSrcweir <node oor:name="UIElements"> 27cdf0e10cSrcweir <node oor:name="States"> 28cdf0e10cSrcweir <node oor:name="private:resource/toolbar/toolbar" oor:op="replace"> 29cdf0e10cSrcweir <prop oor:name="DockPos" oor:type="xs:string"> 30cdf0e10cSrcweir <value>0,0</value> 31cdf0e10cSrcweir </prop> 32cdf0e10cSrcweir <prop oor:name="Docked" oor:type="xs:boolean"> 33cdf0e10cSrcweir <value>true</value> 34cdf0e10cSrcweir </prop> 35cdf0e10cSrcweir <prop oor:name="DockingArea" oor:type="xs:int"> 36cdf0e10cSrcweir <value>0</value> 37cdf0e10cSrcweir </prop> 38cdf0e10cSrcweir <prop oor:name="Style" oor:type="xs:int"> 39cdf0e10cSrcweir <value>0</value> 40cdf0e10cSrcweir </prop> 41cdf0e10cSrcweir <prop oor:name="UIName" oor:type="xs:string"> 42cdf0e10cSrcweir <value xml:lang="en-US">Standard</value> 43cdf0e10cSrcweir 44cdf0e10cSrcweir </prop> 45cdf0e10cSrcweir <prop oor:name="Visible" oor:type="xs:boolean"> 46cdf0e10cSrcweir <value>true</value> 47cdf0e10cSrcweir </prop> 48cdf0e10cSrcweir <prop oor:name="ContextSensitive" oor:type="xs:boolean"> 49cdf0e10cSrcweir <value>true</value> 50cdf0e10cSrcweir </prop> 51cdf0e10cSrcweir </node> 52cdf0e10cSrcweir </node> 53cdf0e10cSrcweir </node> 54cdf0e10cSrcweir</oor:component-data> 55