This is an automated email from the ASF dual-hosted git repository. mseidel pushed a commit to branch Pilot-Pirx-aes in repository https://gitbox.apache.org/repos/asf/openoffice.git
commit 7c373d5ab79d830a3e3cf6a4e4a1d576b361dbe2 Author: mseidel <[email protected]> AuthorDate: Fri May 23 11:36:38 2025 +0200 Move ODF warning a bit --- main/cui/source/options/optsave.src | 60 ++++--------------------------------- 1 file changed, 6 insertions(+), 54 deletions(-) diff --git a/main/cui/source/options/optsave.src b/main/cui/source/options/optsave.src index 69b3fd65b8..dfa48507af 100644 --- a/main/cui/source/options/optsave.src +++ b/main/cui/source/options/optsave.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,20 +7,18 @@ * 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. - * + * *************************************************************/ - - // include --------------------------------------------------------------- #include <sfx2/sfx.hrc> #include <cuires.hrc> @@ -224,13 +222,13 @@ TabPage RID_SFXPAGE_SAVE }; FixedImage FI_ODF_WARNING { - Pos = MAP_APPFONT ( 12, 180 ) ; + Pos = MAP_APPFONT ( 12, 177 ) ; Size = MAP_APPFONT ( 8 , 8 ) ; Hide = TRUE; }; FixedText FT_WARN { - Pos = MAP_APPFONT ( 23 , 180 ) ; + Pos = MAP_APPFONT ( 23 , 177 ) ; Size = MAP_APPFONT ( 239 , 8 ) ; Hide = TRUE; Text [ en-US ] = "Not using ODF 1.2 Extended may cause infomation to be lost."; @@ -289,49 +287,3 @@ ModalDialog RID_SVXDLG_FILTER_WARNING }; }; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
