diff options
Diffstat (limited to 'source/text/sbasic/shared/03131500.xhp')
-rw-r--r-- | source/text/sbasic/shared/03131500.xhp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/source/text/sbasic/shared/03131500.xhp b/source/text/sbasic/shared/03131500.xhp index 9e767ceefd..535ad5ea31 100644 --- a/source/text/sbasic/shared/03131500.xhp +++ b/source/text/sbasic/shared/03131500.xhp @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> - <!-- * This file is part of the LibreOffice project. * @@ -18,7 +17,7 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> - + <helpdocument version="1.0"> <meta> <topic id="textsbasicshared03131500xml" indexer="include" status="PUBLISH"> @@ -43,6 +42,8 @@ <paragraph role="bascode" id="par_id3155341" xml-lang="en-US">oStruct = CreateUnoStruct( Uno type name )</paragraph> </bascode> <paragraph role="heading" id="hd_id3145316" xml-lang="en-US" level="2">Example:</paragraph> -<paragraph role="paragraph" id="par_id3149762" xml-lang="en-US">oStruct = CreateUnoStruct( "com.sun.star.beans.Property" )</paragraph> +<bascode> + <paragraph role="bascode" localize="false" id="par_id3149762" xml-lang="en-US">oStruct = CreateUnoStruct( "com.sun.star.beans.Property" )</paragraph> +</bascode> </body> </helpdocument> |