diff options
author | andreas kainz <kainz.a@gmail.com> | 2019-03-01 01:40:19 +0100 |
---|---|---|
committer | andreas_kainz <kainz.a@gmail.com> | 2019-03-05 08:15:38 +0100 |
commit | 8f56281ad5d82c68e1ce5b19e4839fc8e6d5c77a (patch) | |
tree | 7214ddcfcec915027efc3b97007ea2f3660252eb /sw/uiconfig/sweb/toolbar/fullscreenbar.xml | |
parent | c3252c9cc8d041774d91e695de05fae11729e3a9 (diff) |
sync sweb ui files with swriter ui files
Change-Id: If9e6628ded7df0c822d57859e22a9a1e71d3c311
Reviewed-on: https://gerrit.libreoffice.org/68521
Tested-by: Jenkins
Reviewed-by: andreas_kainz <kainz.a@gmail.com>
Diffstat (limited to 'sw/uiconfig/sweb/toolbar/fullscreenbar.xml')
-rw-r--r-- | sw/uiconfig/sweb/toolbar/fullscreenbar.xml | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/sw/uiconfig/sweb/toolbar/fullscreenbar.xml b/sw/uiconfig/sweb/toolbar/fullscreenbar.xml index 4162e396e5f2..9b007728dcdc 100644 --- a/sw/uiconfig/sweb/toolbar/fullscreenbar.xml +++ b/sw/uiconfig/sweb/toolbar/fullscreenbar.xml @@ -1,5 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd"> +<!-- + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * + * This file incorporates work covered by the following license notice: + * + * 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 . +--> <toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink"> <toolbar:toolbaritem xlink:href=".uno:FullScreen"/> -</toolbar:toolbar>
\ No newline at end of file +</toolbar:toolbar> |