This is an automated email from the ASF dual-hosted git repository. mseidel pushed a commit to branch AOO42X in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/AOO42X by this push: new 6c52bfa Cleaned up resource file 6c52bfa is described below commit 6c52bfa0a1d4e916df8906b07a51a66b93d91ecb Author: mseidel <msei...@apache.org> AuthorDate: Tue Feb 4 14:22:30 2020 +0100 Cleaned up resource file (cherry picked from commit b5bbfcc6f5296e0002b558ba2fcd039cf875ffb9) --- main/sfx2/source/menu/menu.src | 41 +++++++++++++++++------------------------ 1 file changed, 17 insertions(+), 24 deletions(-) diff --git a/main/sfx2/source/menu/menu.src b/main/sfx2/source/menu/menu.src index 1a9b6a8..959be5b 100644 --- a/main/sfx2/source/menu/menu.src +++ b/main/sfx2/source/menu/menu.src @@ -1,5 +1,5 @@ /************************************************************** - * + * * 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 @@ -7,16 +7,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. - * + * *************************************************************/ @@ -40,28 +40,28 @@ Menu MN_CLIPBOARDFUNCS { MenuItem { - Identifier = SID_CUT ; - HelpID = CMD_SID_CUT ; - Text [ en-US ] = "Cu~t" ; + Identifier = SID_CUT ; + HelpID = CMD_SID_CUT ; + Text [ en-US ] = "Cu~t" ; }; MenuItem { - Identifier = SID_COPY ; - HelpID = CMD_SID_COPY ; - Text [ en-US ] = "~Copy" ; + Identifier = SID_COPY ; + HelpID = CMD_SID_COPY ; + Text [ en-US ] = "~Copy" ; }; MenuItem { - Identifier = SID_PASTE ; - HelpID = CMD_SID_PASTE ; - Text [ en-US ] = "~Paste" ; + Identifier = SID_PASTE ; + HelpID = CMD_SID_PASTE ; + Text [ en-US ] = "~Paste" ; }; }; }; String SID_WIN_FULLSCREEN { - Text [ en-US ] = "Leave Full-Screen Mode"; + Text [ en-US ] = "Leave Full-Screen Mode" ; }; String STR_MENU_ADDONHELP @@ -71,24 +71,17 @@ String STR_MENU_ADDONHELP String STR_MENU_SYNONYMS { - Text [ en-US ] = "Synonyms" ; + Text [ en-US ] = "Synonyms" ; }; String STR_MENU_NO_SYNONYM_FOUND { - Text [ en-US ] = "(none)" ; + Text [ en-US ] = "(none)" ; }; String STR_MENU_THESAURUS { - Text [ en-US ] = "~Thesaurus..." ; + Text [ en-US ] = "~Thesaurus..." ; }; // ******************************************************************* EOF - - - - - - -