diff options
author | Rafael Lima <rafael.palma.lima@gmail.com> | 2021-12-14 20:43:21 +0100 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2021-12-27 23:31:58 +0100 |
commit | d55fd06206b521062d8bb8b325b28f53e9cc8d6b (patch) | |
tree | 00544eea9fb9fc4e221e52a6ad18f90d6a233f5c /source/text/sbasic/shared/classmodule.xhp | |
parent | b29d39e06a24b828e5e765de355498f0e92400f6 (diff) |
Silence strings for l10n in sbasic/shared (Part 5)
Change-Id: I9961615c4288b3470a640ed2a4a3ec3674db7833
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/126820
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/sbasic/shared/classmodule.xhp')
-rw-r--r-- | source/text/sbasic/shared/classmodule.xhp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/text/sbasic/shared/classmodule.xhp b/source/text/sbasic/shared/classmodule.xhp index 13d95b9cb6..df14f9ad75 100644 --- a/source/text/sbasic/shared/classmodule.xhp +++ b/source/text/sbasic/shared/classmodule.xhp @@ -10,12 +10,12 @@ --> <meta> <topic id="text/sbasic/shared/ClassModule"> - <title id="tit" xml-lang="en-US">Option ClassModule</title> + <title id="tit" localize="false" xml-lang="en-US">Option ClassModule</title> <filename>/text/sbasic/shared/classmodule.xhp</filename> </topic> </meta> <body> - <bookmark branch="index" id="N0082"> + <bookmark branch="index" id="N0082" localize="false"> <bookmark_value>Option ClassModule</bookmark_value> </bookmark> @@ -27,7 +27,7 @@ <embed href="text/sbasic/shared/00000003.xhp#functparameters"/> <paragraph role="paragraph" id="N0089">This statement must be used jointly with <literal>Option Compatible</literal> statement or <literal>Option VBASupport 1</literal>, the former is enabling VBA compatibility mode, while the latter is enforcing VBA support on top of compatibility.</paragraph> <embed href="text/sbasic/shared/00000003.xhp#functsyntax"/> - <paragraph role="code" id="N0086">Option ClassModule</paragraph> + <paragraph role="code" localize="false" id="N0086">Option ClassModule</paragraph> <embed href="text/sbasic/shared/00000003.xhp#functexample"/> <bascode> <paragraph role="bascode" localize="false" id="N0092">Option Compatible</paragraph> |