summaryrefslogtreecommitdiff
path: root/helpcontent2/source/text/sbasic/guide
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-01-27 14:18:09 +0000
committerRüdiger Timm <rt@openoffice.org>2005-01-27 14:18:09 +0000
commite397a4d5806f301f6b1652182a79363682174f62 (patch)
treefc4b92923c85ad96591690808e7c459cbeb50b9c /helpcontent2/source/text/sbasic/guide
parentdcb04eb8509534f1d046fa043146c5d244ee8bc9 (diff)
INTEGRATION: CWS hc680postbeta (1.2.2); FILE MERGED
2005/01/18 12:41:32 fpe 1.2.2.1: Regular Update
Diffstat (limited to 'helpcontent2/source/text/sbasic/guide')
-rw-r--r--helpcontent2/source/text/sbasic/guide/sample_code.xhp8
1 files changed, 4 insertions, 4 deletions
diff --git a/helpcontent2/source/text/sbasic/guide/sample_code.xhp b/helpcontent2/source/text/sbasic/guide/sample_code.xhp
index 73a54e1c32..85722e430f 100644
--- a/helpcontent2/source/text/sbasic/guide/sample_code.xhp
+++ b/helpcontent2/source/text/sbasic/guide/sample_code.xhp
@@ -37,8 +37,8 @@
* License at http://www.openoffice.org/license.html.
*
* Software provided under this License is provided on an "AS IS" basis,
- * WITHOUT WARRUNTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING,
- * WITHOUT LIMITATION, WARRUNTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
+ * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING,
+ * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
* MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
* See the License for the specific provisions governing your rights and
* obligations concerning the Software.
@@ -62,7 +62,7 @@
</topic>
<history>
<created date="2003-10-31T00:00:00">Sun Microsystems, Inc.</created>
-<lastedited date="2004-10-12T15:15:08">converted from old format - fpe</lastedited>
+<lastedited date="2005-01-12T10:40:14">converted from old format - fpe</lastedited>
</history>
</meta>
<body>
@@ -77,7 +77,7 @@
</bookmark>
<paragraph role="heading" id="hd_id3155338" xml-lang="en-US" level="1" l10n="U" oldref="1"><variable id="sample_code"><link href="text/sbasic/guide/sample_code.xhp" name="Programming Examples for Controls in the Dialog Editor">Programming Examples for Controls in the Dialog Editor</link>
</variable></paragraph>
-<paragraph role="paragraph" id="par_id3153031" xml-lang="en-US" l10n="U" oldref="2">The following examples are for a new <link href="text/sbasic/guide/create_dialog.xhp" name="dialog">dialog</link> called "Dialog1". Use the tools on the <emph>Control</emph> toolbar in the dialog editor to create the dialog and add the following controls: a <emph>Check Box</emph> called "CheckBox1", a <emph>Label Field</emph> called "Label1", a <emph>Button</emph> called "CommandButton1", and a <emph>List Box</emph> called "ListBox1".</paragraph>
+<paragraph role="paragraph" id="par_id3153031" xml-lang="en-US" l10n="CHG" oldref="2">The following examples are for a new <link href="text/sbasic/guide/create_dialog.xhp" name="dialog">dialog</link> called "Dialog1". Use the tools on the <emph>Toolbox</emph> bar in the dialog editor to create the dialog and add the following controls: a <emph>Check Box</emph> called "CheckBox1", a <emph>Label Field</emph> called "Label1", a <emph>Button</emph> called "CommandButton1", and a <emph>List Box</emph> called "ListBox1".</paragraph>
<paragraph role="warning" id="par_id3154141" xml-lang="en-US" l10n="U" oldref="3">Be consistent with uppercase and lowercase letter when you attach a control to an object variable.</paragraph>
<paragraph role="heading" id="hd_id3154909" xml-lang="en-US" level="3" l10n="U" oldref="4">Global Function for Loading Dialogs</paragraph>
<paragraph role="code" id="par_id3153193" xml-lang="en-US" l10n="U" oldref="73">Function LoadDialog(Libname as String, DialogName as String, Optional oLibContainer)</paragraph>