source/text/shared/guide/convertfilters.xhp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-)
New commits: commit d6ce571eedfd469b0583c24d61b8cdb5f6468d96 Author: Justin Luth <[email protected]> AuthorDate: Sat Nov 29 14:15:32 2025 -0500 Commit: Justin Luth <[email protected]> CommitDate: Sat Dec 13 22:48:07 2025 +0100 tdf#165180 Rename XLSX filter to be less confusing - Help part cd helpcontent2 git remote set-url --push origin ssh://logerrit/help git push origin ecma2:refs/for/master Change-Id: I9ffc7adabb37cd431e68500fab1b4214dbadfd9d Reviewed-on: https://gerrit.libreoffice.org/c/help/+/195580 Tested-by: Jenkins Reviewed-by: Justin Luth <[email protected]> diff --git a/source/text/shared/guide/convertfilters.xhp b/source/text/shared/guide/convertfilters.xhp index 5b8f7e622f..12410ca9ef 100644 --- a/source/text/shared/guide/convertfilters.xhp +++ b/source/text/shared/guide/convertfilters.xhp @@ -899,7 +899,7 @@ </tablerow> <tablerow> <tablecell> - <paragraph role="table_font_small paragraph" id="FilterName_Calc_MS_Excel_2007_XML">Excel 2007–365</paragraph> + <paragraph role="table_font_small paragraph" id="FilterName_Calc_MS_Excel_2007_XML">Excel 2007</paragraph> </tablecell> <tablecell> <paragraph role="table_font_small paragraph" id="APIName_Calc_MS_Excel_2007_XML" localize="false">"Calc MS Excel 2007 XML"</paragraph> @@ -910,7 +910,7 @@ </tablerow> <tablerow> <tablecell> - <paragraph role="table_font_small paragraph" id="FilterName_Calc_MS_Excel_2007_VBA_XML">Excel 2007–365 (macro-enabled)</paragraph> + <paragraph role="table_font_small paragraph" id="FilterName_Calc_MS_Excel_2007_VBA_XML">Excel 2007 (macro-enabled)</paragraph> </tablecell> <tablecell> <paragraph role="table_font_small paragraph" id="APIName_Calc_MS_Excel_2007_VBA_XML" localize="false">"Calc MS Excel 2007 VBA XML"</paragraph> @@ -921,7 +921,7 @@ </tablerow> <tablerow> <tablecell> - <paragraph role="table_font_small paragraph" id="FilterName_Calc_MS_Excel_2007_XML_Template">Excel 2007–365 Template</paragraph> + <paragraph role="table_font_small paragraph" id="FilterName_Calc_MS_Excel_2007_XML_Template">Excel 2007 Template</paragraph> </tablecell> <tablecell> <paragraph role="table_font_small paragraph" id="APIName_Calc_MS_Excel_2007_XML_Template" localize="false">"Calc MS Excel 2007 XML Template"</paragraph> @@ -943,7 +943,7 @@ </tablerow> <tablerow> <tablecell> - <paragraph role="table_font_small paragraph" id="FilterName_Calc_Office_Open_XML">Office Open XML Spreadsheet</paragraph> + <paragraph role="table_font_small paragraph" id="FilterName_Calc_Office_Open_XML">Excel 2010–365 Spreadsheet</paragraph> </tablecell> <tablecell> <paragraph role="table_font_small paragraph" id="APIName_Calc_Office_Open_XML" localize="false">"Calc Office Open XML"</paragraph> @@ -954,7 +954,7 @@ </tablerow> <tablerow> <tablecell> - <paragraph role="table_font_small paragraph" id="FilterName_Calc_Office_Open_XML_Template">Office Open XML Spreadsheet Template</paragraph> + <paragraph role="table_font_small paragraph" id="FilterName_Calc_Office_Open_XML_Template">Excel 2010–365 Template</paragraph> </tablecell> <tablecell> <paragraph role="table_font_small paragraph" id="APIName_Calc_Office_Open_XML_Template" localize="false">"Calc Office Open XML Template"</paragraph> @@ -2032,4 +2032,4 @@ </table> </section> </body> -</helpdocument> \ No newline at end of file +</helpdocument>
