This is an automated email from the ASF dual-hosted git repository. mseidel pushed a commit to branch AOO41X in repository https://gitbox.apache.org/repos/asf/openoffice.git
commit 152bbaf08a6a215faa6c9a8ce5d465b3d106865e Author: mseidel <[email protected]> AuthorDate: Fri Aug 7 21:44:51 2020 +0200 Changed order of Zoom In/Out in Page Preview toolbar (Calc) (cherry picked from commit f21749b3994a33d5b98ab18d1bc479bc10695883) --- main/helpcontent2/source/text/scalc/main0210.xhp | 14 +++++++------- main/sc/uiconfig/scalc/toolbar/previewbar.xml | 10 +++++----- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/main/helpcontent2/source/text/scalc/main0210.xhp b/main/helpcontent2/source/text/scalc/main0210.xhp index 54b57d5..025f267 100644 --- a/main/helpcontent2/source/text/scalc/main0210.xhp +++ b/main/helpcontent2/source/text/scalc/main0210.xhp @@ -2,7 +2,7 @@ <!--*********************************************************** - * + * * 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 @@ -10,20 +10,20 @@ * 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. - * + * ***********************************************************--> - + <helpdocument version="1.0"> <meta> <topic id="textscalcmain0210xml" indexer="include" status="PUBLISH"> @@ -50,10 +50,10 @@ <embed href="text/shared/02/10030000.xhp#syersteseite"/> <embed href="text/shared/02/10040000.xhp#letzteseite"/> <embed href="text/shared/02/10040000.xhp#syletzteseite"/> -<embed href="text/scalc/02/10050000.xhp#massstabvergroessern"/> -<embed href="text/scalc/02/10050000.xhp#sygross"/> <embed href="text/scalc/02/10060000.xhp#massstabverkleinern"/> <embed href="text/scalc/02/10060000.xhp#syklein"/> +<embed href="text/scalc/02/10050000.xhp#massstabvergroessern"/> +<embed href="text/scalc/02/10050000.xhp#sygross"/> <paragraph role="heading" id="hd_id3147394" xml-lang="en-US" level="2" l10n="U" oldref="3"><link href="text/scalc/01/05070000.xhp" name="Page Format">Page Format</link></paragraph> <embed href="text/scalc/01/05070000.xhp#seitetext"/> <embed href="text/shared/02/10100000.xhp#schliessen"/> diff --git a/main/sc/uiconfig/scalc/toolbar/previewbar.xml b/main/sc/uiconfig/scalc/toolbar/previewbar.xml index d4a34f1..370b345 100644 --- a/main/sc/uiconfig/scalc/toolbar/previewbar.xml +++ b/main/sc/uiconfig/scalc/toolbar/previewbar.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.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 @@ -9,16 +9,16 @@ * 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. - * + * ***********************************************************--> @@ -29,8 +29,8 @@ <toolbar:toolbaritem xlink:href=".uno:FirstPage"/> <toolbar:toolbaritem xlink:href=".uno:LastPage"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:ZoomIn"/> <toolbar:toolbaritem xlink:href=".uno:ZoomOut"/> + <toolbar:toolbaritem xlink:href=".uno:ZoomIn"/> <toolbar:toolbaritem xlink:href=".uno:FullScreen"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:PageFormatDialog"/>
