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 2017/02/17 19:03:17 UTC

svn commit: r1783451 - in /openoffice/trunk/main/odk: docs/images/bluball.gif docs/images/odk-footer-logo.gif docs/sdk_styles.css examples/DevelopersGuide/examples.html pack/copying/makefile.mk util/check.pl util/makefile.pmk

Author: mseidel
Date: Fri Feb 17 19:03:17 2017
New Revision: 1783451

URL: http://svn.apache.org/viewvc?rev=1783451&view=rev
Log:
Changed %PRODUCT_RELEASE% for SDK from 4.2.0 to 4.2, removed unused graphics, fixed typos, changed makefiles

Removed:
    openoffice/trunk/main/odk/docs/images/bluball.gif
    openoffice/trunk/main/odk/docs/images/odk-footer-logo.gif
Modified:
    openoffice/trunk/main/odk/docs/sdk_styles.css
    openoffice/trunk/main/odk/examples/DevelopersGuide/examples.html
    openoffice/trunk/main/odk/pack/copying/makefile.mk
    openoffice/trunk/main/odk/util/check.pl
    openoffice/trunk/main/odk/util/makefile.pmk

Modified: openoffice/trunk/main/odk/docs/sdk_styles.css
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/odk/docs/sdk_styles.css?rev=1783451&r1=1783450&r2=1783451&view=diff
==============================================================================
--- openoffice/trunk/main/odk/docs/sdk_styles.css (original)
+++ openoffice/trunk/main/odk/docs/sdk_styles.css Fri Feb 17 19:03:17 2017
@@ -19,10 +19,9 @@
  * 
  *************************************************************/
 
-a { text-decoration: none; }
-a:link { color: #107EC0; }
-a:visited { color: #638093; }
-a:active { color: #4dadea; }
+a:link { color: #107EC0; text-decoration: none; }
+a:visited { color: #638093; text-decoration: none; }
+a:hover { color: #107EC0; text-decoration: underline; }
 
 .sdkbody { background-color: #FFFFFF;
 	   color: #333333;

Modified: openoffice/trunk/main/odk/examples/DevelopersGuide/examples.html
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/odk/examples/DevelopersGuide/examples.html?rev=1783451&r1=1783450&r2=1783451&view=diff
==============================================================================
--- openoffice/trunk/main/odk/examples/DevelopersGuide/examples.html (original)
+++ openoffice/trunk/main/odk/examples/DevelopersGuide/examples.html Fri Feb 17 19:03:17 2017
@@ -82,7 +82,7 @@ comes with a wide range of examples from
 shows the use of the API in the context of the different functional
 areas. Furthermore the examples can be used as a first starting point
 to modify an existing example to their own needs.</p>
-                  <p>Some fo the examples need a running office
+                  <p>Some of the examples need a running office
 instance listening on a port. If this is necessary you will get further
 information in the makefiles.</p>
                   <p>All examples marked with a <img
@@ -302,7 +302,7 @@ drawing document.</td>
               <tbody>
                 <tr>
                   <td colspan="2" class="head1"><a
- name="ProfessionalUNO">Professional UNO examples1</a></td>
+ name="ProfessionalUNO">Professional UNO examples</a></td>
                   <td align="right"> <a href="#examples"
  title="link to the Developer's Guide examples overview"><img
  class="navigate" src="../../docs/images/nav_up.png"></a> <a

Modified: openoffice/trunk/main/odk/pack/copying/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/odk/pack/copying/makefile.mk?rev=1783451&r1=1783450&r2=1783451&view=diff
==============================================================================
--- openoffice/trunk/main/odk/pack/copying/makefile.mk (original)
+++ openoffice/trunk/main/odk/pack/copying/makefile.mk Fri Feb 17 19:03:17 2017
@@ -128,9 +128,9 @@ DOCUFILES= \
 	$(DESTDIRGENIDLREF)/idl.css \
 	$(DESTDIRDOCUIMAGES)/nada.gif \
 	$(DESTDIRDOCUIMAGES)/arrow-2.gif \
-	$(DESTDIRDOCUIMAGES)/bluball.gif \
+	$(DESTDIRDOCUIMAGES)/blueball.png \
 	$(DESTDIRDOCUIMAGES)/ooo-main-app_32.png \
-	$(DESTDIRDOCUIMAGES)/odk-footer-logo.gif \
+	$(DESTDIRDOCUIMAGES)/sdk-footer-logo.png \
 	$(DESTDIRDOCUIMAGES)/arrow-1.gif \
 	$(DESTDIRDOCUIMAGES)/arrow-3.gif \
 	$(DESTDIRDOCUIMAGES)/bg_table.png \

Modified: openoffice/trunk/main/odk/util/check.pl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/odk/util/check.pl?rev=1783451&r1=1783450&r2=1783451&view=diff
==============================================================================
--- openoffice/trunk/main/odk/util/check.pl (original)
+++ openoffice/trunk/main/odk/util/check.pl Fri Feb 17 19:03:17 2017
@@ -80,7 +80,7 @@ if (-d "$StartDir") {
 	my @filelist = ( "install.html",
 			 "notsupported.html","sdk_styles.css","tools.html",
 			 "images/arrow-1.gif", "images/arrow-3.gif",
-			 "images/odk-footer-logo.gif", 
+			 "images/sdk-footer-logo.png", 
 			 "images/bg_table.png","images/bg_table2.png",
 			 "images/bg_table3.png", "images/nav_down.png",
 			 "images/nav_home.png","images/nav_left.png",
@@ -88,7 +88,7 @@ if (-d "$StartDir") {
 			 "images/sdk_head-1.png", "images/sdk_head-2.png",
 			 "images/sdk_line-1.gif", "images/sdk_line-2.gif", 
 			 "common/ref/idl.css", "images/nada.gif",
-			 "images/arrow-2.gif", "images/bluball.gif",
+			 "images/arrow-2.gif", "images/blueball.png",
 			 "images/ooo-main-app_32.png");
 
 	foreach $i (@filelist)

Modified: openoffice/trunk/main/odk/util/makefile.pmk
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/odk/util/makefile.pmk?rev=1783451&r1=1783450&r2=1783451&view=diff
==============================================================================
--- openoffice/trunk/main/odk/util/makefile.pmk (original)
+++ openoffice/trunk/main/odk/util/makefile.pmk Fri Feb 17 19:03:17 2017
@@ -22,7 +22,7 @@
 
 
 # used for sdk common files
-PRODUCT_RELEASE=4.2.0
+PRODUCT_RELEASE=4.2
 OFFICENAME=OpenOffice
 .IF "$(GUI)"=="WNT"
 SDKDIRNAME=OpenOffice_$(PRODUCT_RELEASE)_SDK