diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-08-31 17:23:00 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-08-31 17:23:44 +0300 |
commit | fc2661c50bccc223175f04674a786191478d2ba1 (patch) | |
tree | d503bf1052dcec2484cd2a850b6efd6480feb7fb /autodoc | |
parent | 09f9c1f7c24fff88d3632da795467aa06fdcb68f (diff) |
Don't allow the "LO" abbreviation
Diffstat (limited to 'autodoc')
-rw-r--r-- | autodoc/source/parser_i/idoc/docu_pe2.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/autodoc/source/parser_i/idoc/docu_pe2.cxx b/autodoc/source/parser_i/idoc/docu_pe2.cxx index d675103ddbe9..ec18bc75bd60 100644 --- a/autodoc/source/parser_i/idoc/docu_pe2.cxx +++ b/autodoc/source/parser_i/idoc/docu_pe2.cxx @@ -617,7 +617,6 @@ SapiDocu_PE::CheckVersionSyntax_OOo(const String & i_versionPart1) { return i_versionPart1 == "OOo" OR i_versionPart1 == "OpenOffice.org" - OR i_versionPart1 == "LO" OR i_versionPart1 == "LibreOffice"; } |