home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2002 October / VPR0210A.ISO / OPENOFFICE / f_0060 / Views.xml
Extensible Markup Language  |  2002-07-04  |  820b  |  21 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Views cfg:package="org.openoffice.Office" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:cfg="http://openoffice.org/2000/registry/instance">
  3.         <DialogType>
  4.             <WindowState cfg:type="string"/>
  5.             <UserData cfg:type="set" cfg:element-type="cfg:any"/>
  6.         </DialogType>
  7.         <TabDialogType>
  8.             <WindowState cfg:type="string"/>
  9.             <UserData cfg:type="set" cfg:element-type="cfg:any"/>
  10.             <PageID cfg:type="int" xsi:null="true"/>
  11.         </TabDialogType>
  12.         <TabPageType>
  13.             <WindowState cfg:type="string"/>
  14.             <UserData cfg:type="set" cfg:element-type="cfg:any"/>
  15.         </TabPageType>
  16.         <WindowType>
  17.             <WindowState cfg:type="string"/>
  18.             <UserData cfg:type="set" cfg:element-type="cfg:any"/>
  19.             <Visible cfg:type="boolean" xsi:null="true"/>
  20.         </WindowType>
  21.     </Views>