Added menu entry to convert found fonts to char styles

This commit is contained in:
Georgy Litvinov 2020-03-13 14:31:33 +01:00
parent f472b8e054
commit b8611a26ac

View file

@ -78,29 +78,22 @@
<value>_self</value> <value>_self</value>
</prop> </prop>
</node> </node>
<node oor:name="MenuItems"> <node oor:name="fontsToStyles" oor:op="replace">
<node oor:name="M0" oor:op="replace"> <prop oor:name="Context" oor:type="xs:string">
<prop oor:name="Title"> <value>com.sun.star.text.TextDocument,com.sun.star.text.WebDocument</value>
<value xml:lang="en-US">LanguageTool</value>
</prop>
<node oor:name="Submenu">
<node oor:name="M1" oor:op="replace">
<prop oor:name="URL" oor:type="xs:string">
<value>.uno:SpellingAndGrammarDialog</value>
</prop> </prop>
<prop oor:name="Title" oor:type="xs:string"> <prop oor:name="Title" oor:type="xs:string">
<value xml:lang="en-US">Check Text</value> <value xml:lang="en">Convert found fonts to character styles</value>
<value xml:lang="ru">Перевод найденных шрифтов в стили символов</value>
</prop>
<prop oor:name="URL" oor:type="xs:string">
<value>macro:///Redaction.Clean.convertFontsToCharStyles</value>
</prop> </prop>
<prop oor:name="Target" oor:type="xs:string"> <prop oor:name="Target" oor:type="xs:string">
<value>_self</value> <value>_self</value>
</prop> </prop>
<prop oor:name="Context" oor:type="xs:string">
<value>com.sun.star.text.TextDocument</value>
</prop>
</node>
</node>
</node>
</node> </node>
</node> </node>
</node> </node>