summaryrefslogtreecommitdiff
path: root/source/text/sbasic/shared/03131700.xhp
diff options
context:
space:
mode:
Diffstat (limited to 'source/text/sbasic/shared/03131700.xhp')
-rw-r--r--source/text/sbasic/shared/03131700.xhp22
1 files changed, 11 insertions, 11 deletions
diff --git a/source/text/sbasic/shared/03131700.xhp b/source/text/sbasic/shared/03131700.xhp
index 800fde25b0..1ee4a8d0ae 100644
--- a/source/text/sbasic/shared/03131700.xhp
+++ b/source/text/sbasic/shared/03131700.xhp
@@ -34,18 +34,18 @@
<bookmark xml-lang="en-US" branch="index" id="bm_id3153255"><bookmark_value>GetProcessServiceManager function</bookmark_value>
<bookmark_value>ProcessServiceManager</bookmark_value>
</bookmark>
-<paragraph role="heading" id="hd_id3153255" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/sbasic/shared/03131700.xhp" name="GetProcessServiceManager Function [Runtime]">GetProcessServiceManager Function [Runtime]</link></paragraph>
-<paragraph role="paragraph" id="par_id3156414" xml-lang="en-US" l10n="U" oldref="2">Returns the ProcessServiceManager (central Uno ServiceManager).</paragraph>
+<paragraph role="heading" id="hd_id3153255" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03131700.xhp" name="GetProcessServiceManager Function [Runtime]">GetProcessServiceManager Function [Runtime]</link></paragraph>
+<paragraph role="paragraph" id="par_id3156414" xml-lang="en-US">Returns the ProcessServiceManager (central Uno ServiceManager).</paragraph>
</section>
-<paragraph role="paragraph" id="par_id3145136" xml-lang="en-US" l10n="U" oldref="3">This function is required when you want to instantiate a service using CreateInstanceWithArguments.</paragraph>
-<paragraph role="heading" id="hd_id3153681" xml-lang="en-US" level="2" l10n="U" oldref="4">Syntax:</paragraph>
-<bascode>
-<paragraph role="bascode" id="par_id3151110" xml-lang="en-US" oldref="5">oServiceManager = GetProcessServiceManager()</paragraph>
+<paragraph role="paragraph" id="par_id3145136" xml-lang="en-US">This function is required when you want to instantiate a service using CreateInstanceWithArguments.</paragraph>
+<paragraph role="heading" id="hd_id3153681" xml-lang="en-US" level="2">Syntax:</paragraph>
+<bascode>
+<paragraph role="bascode" id="par_id3151110" xml-lang="en-US">oServiceManager = GetProcessServiceManager()</paragraph>
</bascode>
-<paragraph role="heading" id="hd_id3149516" xml-lang="en-US" level="2" l10n="U" oldref="6">Example:</paragraph>
-<paragraph role="paragraph" id="par_id3143270" xml-lang="en-US" l10n="U" oldref="7">oServiceManager = GetProcessServiceManager()</paragraph>
-<paragraph role="paragraph" id="par_id3153825" xml-lang="en-US" l10n="U" oldref="8">oIntrospection = oServiceManager.createInstance("com.sun.star.beans.Introspection");</paragraph>
-<paragraph role="paragraph" id="par_id3148473" xml-lang="en-US" l10n="U" oldref="9">this is the same as the following statement:</paragraph>
-<paragraph role="paragraph" id="par_id3145609" xml-lang="en-US" l10n="U" oldref="10">oIntrospection = CreateUnoService("com.sun.star.beans.Introspection")</paragraph>
+<paragraph role="heading" id="hd_id3149516" xml-lang="en-US" level="2">Example:</paragraph>
+<paragraph role="paragraph" id="par_id3143270" xml-lang="en-US">oServiceManager = GetProcessServiceManager()</paragraph>
+<paragraph role="paragraph" id="par_id3153825" xml-lang="en-US">oIntrospection = oServiceManager.createInstance("com.sun.star.beans.Introspection");</paragraph>
+<paragraph role="paragraph" id="par_id3148473" xml-lang="en-US">this is the same as the following statement:</paragraph>
+<paragraph role="paragraph" id="par_id3145609" xml-lang="en-US">oIntrospection = CreateUnoService("com.sun.star.beans.Introspection")</paragraph>
</body>
</helpdocument>