[PATCH] allow LibreOffice reference in IDL @since tag
Laurent Godard
oooconv at free.fr
Wed Aug 31 06:26:52 PDT 2011
---
autodoc/source/parser_i/idoc/docu_pe2.cxx | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/autodoc/source/parser_i/idoc/docu_pe2.cxx b/autodoc/source/parser_i/idoc/docu_pe2.cxx
index 2f1af7f..d675103 100644
--- a/autodoc/source/parser_i/idoc/docu_pe2.cxx
+++ b/autodoc/source/parser_i/idoc/docu_pe2.cxx
@@ -616,7 +616,9 @@ bool
SapiDocu_PE::CheckVersionSyntax_OOo(const String & i_versionPart1)
{
return i_versionPart1 == "OOo"
- OR i_versionPart1 == "OpenOffice.org";
+ OR i_versionPart1 == "OpenOffice.org"
+ OR i_versionPart1 == "LO"
+ OR i_versionPart1 == "LibreOffice";
}
bool
--
1.7.1
--------------060807070101040106000706--
More information about the LibreOffice
mailing list