diff options
author | Juergen Schmidt <jsc@openoffice.org> | 2010-06-15 06:41:02 +0200 |
---|---|---|
committer | Juergen Schmidt <jsc@openoffice.org> | 2010-06-15 06:41:02 +0200 |
commit | f5e707cdebf81b69a45f5dcf2e88c3e488b0fb59 (patch) | |
tree | 3193fc8dad0de2ed053b606799b842eedb891144 /odk/docs/install.html | |
parent | 3be9583e7fdb6857985f0cf79000ed5b8ca3a300 (diff) |
gridcontrol04: i112401: correct version number
Diffstat (limited to 'odk/docs/install.html')
-rw-r--r-- | odk/docs/install.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/odk/docs/install.html b/odk/docs/install.html index 21611d2abdf7..baf9b5f1259f 100644 --- a/odk/docs/install.html +++ b/odk/docs/install.html @@ -1,6 +1,6 @@ <html> <head> - <title>OpenOffice.org 3.2 SDK - Installation Guide</title> + <title>OpenOffice.org %PRODUCT_RELEASE% SDK - Installation Guide</title> <link rel="stylesheet" type="text/css" href="sdk_styles.css"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="author" content="Jürgen Schmidt"> @@ -36,16 +36,16 @@ <table class="table3"> <tr> <td colspan="2"> - <p>The OpenOffice.org 3.2 SDK comes with a set of development tools, base + <p>The OpenOffice.org %PRODUCT_RELEASE% SDK comes with a set of development tools, base libraries, header files and helper class files that can be used to - develop Java/C++ components, to embed the OpenOffice.org 3.2 application in + develop Java/C++ components, to embed the OpenOffice.org %PRODUCT_RELEASE% application in your own programs, or to use the API (scripting or remote control the office). For a complete working environment, we have some additional requirements:</p> </td> </tr> <tr valign="top"> - <td><b>OpenOffice.org 3.2 installation</td> + <td><b>OpenOffice.org %PRODUCT_RELEASE% installation</td> <td class="content80">The SDK works on top of an existing office installation and uses the same libraries as the office installation.</td> </tr> @@ -218,7 +218,7 @@ the output is generated in the SDK directory itself. If an output directory is specified, the output is generated in a SDK dependent subdirectory in this directory (e.g. <OO_SDK_OUTPUT_DIR> - /OpenOffice.org 3.2/LINUXExample.out)</td> + /OpenOffice.org %PRODUCT_RELEASE%/LINUXExample.out)</td> </tr> <tr> <td class="cell20"><b>SDK_AUTO_DEPLOYMENT</b></td> |