diff options
author | Matthias Seidel <mseidel@apache.org> | 2017-02-16 18:10:50 +0000 |
---|---|---|
committer | Matthias Seidel <mseidel@apache.org> | 2017-02-16 18:10:50 +0000 |
commit | e35bf00078b9e02148ec24904ddba566fe7ae4e4 (patch) | |
tree | db30e8b017d004cd6be860217d90db69af7b1cc4 /odk/examples/examples.html | |
parent | 637cb4c20f4a89a35775ee691ba5f29931284e79 (diff) |
Uploaded missing graphics for SDK HTML doc, HTML code changes
Notes
Notes:
ignore: obsolete
Diffstat (limited to 'odk/examples/examples.html')
-rw-r--r-- | odk/examples/examples.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/odk/examples/examples.html b/odk/examples/examples.html index f29bd326d1d7..bbc21633339b 100644 --- a/odk/examples/examples.html +++ b/odk/examples/examples.html @@ -25,7 +25,7 @@ <head> <title>Apache OpenOffice %PRODUCT_RELEASE% SDK - Examples</title> <link rel="stylesheet" type="text/css" href="../docs/sdk_styles.css"> - <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="author" content="Jürgen Schmidt"> <meta name="created" content="2004-12-14"> </head> @@ -318,7 +318,7 @@ <td class="cell80">Description</td> </tr> <tr> - <td class="cell20"><a href="http://wiki.services.openoffice.org/wiki/Object_Inspector" title="link to the Object Inspector project page in the wiki">Object Inspector</a></td> + <td class="cell20"><a href="https://wiki.openoffice.org/wiki/Object_Inspector" title="link to the Object Inspector project page in the wiki">Object Inspector</a></td> <td class="cell80">The Object Inspector is primarily an auxiliary tool for the developer, which can present information about an object of the Apache OpenOffice %PRODUCT_RELEASE% API at run-time. Depending on the object to be inspected, @@ -329,7 +329,7 @@ expanded with the help of the mouse. For each non primitive object, five categories are offered to the user, as long as those are available with that object. The Object Inspector is currently available as a NetBeans project - only because of major code changes. Please see the <a href="http://wiki.services.openoffice.org/wiki/Object_Inspector" title="link to the Object Inspector project page in the wiki">project page</a> for further details.</td> + only because of major code changes. Please see the <a href="https://wiki.openoffice.org/wiki/Object_Inspector" title="link to the Object Inspector project page in the wiki">project page</a> for further details.</td> </tr> <tr> <td class="cell20"><a href="java/MinimalComponent/" title="link to the source directory of the Java MinimalComponent example">MinimalComponent</a></td> @@ -340,7 +340,7 @@ <tr> <td class="cell20"><a href="java/PropertySet/" title="link to the source directory of the Java PropertySet example">PropTest</a></td> <td class="cell80">Contains a component that provides property set - interfaces by means of inheriting <a href="../docs/java/ref/com/sun/star/lib/uno/helper/PropertySet.html" title="link into the Java UNO reference to the PropertySet helper class">com.sun.star.lib.uno.helper.ProperterSet</a>.</td> + interfaces by means of inheriting <a href="../docs/java/ref/com/sun/star/lib/uno/helper/PropertySet.html" title="link into the Java UNO reference to the PropertySet helper class">com.sun.star.lib.uno.helper.PropertySet</a>.</td> </tr> <tr> <td class="cell20"><a href="java/ToDo/" title="link to the source directory of the Java ToDo example">ToDo</a></td> @@ -771,7 +771,7 @@ </tr> </table> <map name="Map"> - <area shape="rect" coords="10,68,400,105" href="http://www.openoffice.org"> + <area shape="rect" coords="10,68,400,105" href="https://www.openoffice.org"> </map> </body> </html> |