diff options
author | Andrew Rist <arist@apache.org> | 2012-03-30 23:39:13 +0000 |
---|---|---|
committer | Andrew Rist <arist@apache.org> | 2012-03-30 23:39:13 +0000 |
commit | 31ae2e4bcd836d82a41ce8f4aa951adb11ad4dcb (patch) | |
tree | 2b40b60dbe3533294f54dab4fb8665a23b0b7ce4 /wizards/source/template/TemplateDialog.xdl | |
parent | 7246ff57c3f6a4b93752f87de87efbbc58a83ce4 (diff) |
Update headers to Alv2 headers
Diffstat (limited to 'wizards/source/template/TemplateDialog.xdl')
-rw-r--r-- | wizards/source/template/TemplateDialog.xdl | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/wizards/source/template/TemplateDialog.xdl b/wizards/source/template/TemplateDialog.xdl index 4b8633f231a3..8d5241923f13 100644 --- a/wizards/source/template/TemplateDialog.xdl +++ b/wizards/source/template/TemplateDialog.xdl @@ -1,5 +1,25 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE dlg:window PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "dialog.dtd"> +<!--*********************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + ***********************************************************--> <dlg:window xmlns:dlg="http://openoffice.org/2000/dialog" xmlns:script="http://openoffice.org/2000/script" dlg:id="TemplateDialog" dlg:left="170" dlg:top="93" dlg:width="220" dlg:height="60" dlg:page="1" dlg:help-url="HID:WIZARDS_HID_DLGCORRESPONDENCE_DIALOG" dlg:closeable="true" dlg:moveable="true"> <dlg:bulletinboard> <dlg:radiogroup> @@ -26,4 +46,4 @@ <dlg:fixedline dlg:id="FrmLetter" dlg:tab-index="7" dlg:left="6" dlg:top="6" dlg:width="150" dlg:height="10" dlg:page="2" dlg:value="FrmLetter"/> <dlg:fixedline dlg:id="FrmAgenda" dlg:tab-index="8" dlg:left="6" dlg:top="6" dlg:width="150" dlg:height="10" dlg:page="1" dlg:value="FrmAgenda"/> </dlg:bulletinboard> -</dlg:window>
\ No newline at end of file +</dlg:window> |