You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2020/08/23 20:15:54 UTC

[openoffice] branch AOO418 updated (ad2d53d -> 1ce09da)

This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a change to branch AOO418
in repository https://gitbox.apache.org/repos/asf/openoffice.git.


    from ad2d53d  Unbreak build on FreeBSD with clang 6.0 and newer.  Clang 6 changed the its default C++ standard from C++98 to C++14 and our old code is not prepared for that.  Avoid the problem by adding the -std=gnu++98 compiler flag.
     new 40f26ee  Fixed icon (file open -> opened folder)
     new af9cae2  Remmed out forgotten reference to "error_report.xhp"
     new 1ce09da  Removed whitespace, corrected toolbar position

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 main/default_images/formula/res/fapopen.png           | Bin 736 -> 446 bytes
 main/helpcontent2/source/text/shared/guide/main.xhp   |   2 +-
 .../data/org/openoffice/Office/UI/MathWindowState.xcu |  18 +++++++-----------
 3 files changed, 8 insertions(+), 12 deletions(-)


[openoffice] 03/03: Removed whitespace, corrected toolbar position

Posted by ms...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch AOO418
in repository https://gitbox.apache.org/repos/asf/openoffice.git

commit 1ce09da7a08921901706eb7b7a59c73a791157bc
Author: Matthias Seidel <ms...@apache.org>
AuthorDate: Fri Dec 28 22:43:14 2018 +0000

    Removed whitespace, corrected toolbar position
    
    git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1849889 13f79535-47bb-0310-9956-ffa450edef68
    (cherry picked from commit 8177d95e873c85c386c06303193f75a844429145)
---
 .../data/org/openoffice/Office/UI/MathWindowState.xcu  | 18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)

diff --git a/main/officecfg/registry/data/org/openoffice/Office/UI/MathWindowState.xcu b/main/officecfg/registry/data/org/openoffice/Office/UI/MathWindowState.xcu
index 6d59afc..519aabe 100644
--- a/main/officecfg/registry/data/org/openoffice/Office/UI/MathWindowState.xcu
+++ b/main/officecfg/registry/data/org/openoffice/Office/UI/MathWindowState.xcu
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='UTF-8'?>
 <!--***********************************************************
- * 
+ *
  * 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
@@ -8,16 +8,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.
- * 
+ *
  ***********************************************************-->
 
 
@@ -37,18 +37,17 @@
 				</prop>
 				<prop oor:name="UIName" oor:type="xs:string">
 					<value xml:lang="en-US">Standard</value>
-					
 				</prop>
 				<prop oor:name="Visible" oor:type="xs:boolean">
 					<value>true</value>
 				</prop>
 				<prop oor:name="ContextSensitive" oor:type="xs:boolean">
-				    <value>true</value>
+					<value>true</value>
 				</prop>
 			</node>
 			<node oor:name="private:resource/toolbar/toolbar" oor:op="replace">
 				<prop oor:name="DockPos" oor:type="xs:string">
-					<value>0,0</value>
+					<value>1,0</value>
 				</prop>
 				<prop oor:name="Docked" oor:type="xs:boolean">
 					<value>true</value>
@@ -58,7 +57,6 @@
 				</prop>
 				<prop oor:name="UIName" oor:type="xs:string">
 					<value xml:lang="en-US">Tools</value>
-					
 				</prop>
 				<prop oor:name="Visible" oor:type="xs:boolean">
 					<value>true</value>
@@ -76,7 +74,6 @@
 				</prop>
 				<prop oor:name="UIName" oor:type="xs:string">
 					<value xml:lang="en-US">Full Screen</value>
-					
 				</prop>
 				<prop oor:name="Visible" oor:type="xs:boolean">
 					<value>true</value>
@@ -88,10 +85,9 @@
 					<value>true</value>
 				</prop>
 				<prop oor:name="ContextSensitive" oor:type="xs:boolean">
-				    <value>true</value>
+					<value>true</value>
 				</prop>
 			</node>
 		</node>
 	</node>
 </oor:component-data>
-


[openoffice] 02/03: Remmed out forgotten reference to "error_report.xhp"

Posted by ms...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch AOO418
in repository https://gitbox.apache.org/repos/asf/openoffice.git

commit af9cae21f156365f75211b85a4cc743fc9d1ba9e
Author: Matthias Seidel <ms...@apache.org>
AuthorDate: Sun Jan 20 19:26:32 2019 +0000

    Remmed out forgotten reference to "error_report.xhp"
    
    See: https://bz.apache.org/ooo/show_bug.cgi?id=125696
    
    git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1851715 13f79535-47bb-0310-9956-ffa450edef68
    (cherry picked from commit bc3bc05c84d3ff136548aea4a0c12521138f2494)
---
 main/helpcontent2/source/text/shared/guide/main.xhp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/helpcontent2/source/text/shared/guide/main.xhp b/main/helpcontent2/source/text/shared/guide/main.xhp
index 27e9a81..c39ec44 100644
--- a/main/helpcontent2/source/text/shared/guide/main.xhp
+++ b/main/helpcontent2/source/text/shared/guide/main.xhp
@@ -191,7 +191,7 @@
 <embed href="text/shared/guide/version_number.xhp#version_number"/>
 <embed href="text/shared/guide/macro_recording.xhp#macro_recording"/>
 <embed href="text/shared/guide/scripting.xhp#scripting"/>
-<embed href="text/shared/guide/error_report.xhp#error_report"/>
+<!-- <embed href="text/shared/guide/error_report.xhp#error_report"/> -->
 <embed href="text/shared/guide/integratinguno.xhp#integratinguno"/>
 <embed href="text/shared/guide/digital_signatures.xhp#digital_signatures"/>
 </body>


[openoffice] 01/03: Fixed icon (file open -> opened folder)

Posted by ms...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch AOO418
in repository https://gitbox.apache.org/repos/asf/openoffice.git

commit 40f26eeef23c3a3bfc2c320f09baf95fa3c77809
Author: Matthias Seidel <ms...@apache.org>
AuthorDate: Tue Jan 29 12:17:12 2019 +0000

    Fixed icon (file open -> opened folder)
    
    git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1852438 13f79535-47bb-0310-9956-ffa450edef68
    (cherry picked from commit d4b13f467f71344e503095ef291c12fb4d5fda15)
---
 main/default_images/formula/res/fapopen.png | Bin 736 -> 446 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/main/default_images/formula/res/fapopen.png b/main/default_images/formula/res/fapopen.png
index 832c09c..2492a6c 100644
Binary files a/main/default_images/formula/res/fapopen.png and b/main/default_images/formula/res/fapopen.png differ