Skip to content

Commit

Permalink
Name change openoffice by Libreoffice
Browse files Browse the repository at this point in the history
MD-22151
  • Loading branch information
mohandhandapani committed Jul 7, 2016
1 parent 4476fd2 commit c6c9322
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/mendeleyLib.vb
@@ -1,6 +1,6 @@
' ***** BEGIN LICENSE BLOCK *****
'
' Copyright (c) 2009-2012 Mendeley Ltd.
' Copyright (c) 2009-2016 Mendeley Ltd.
'
' Licensed under the Educational Community License, Version 1.0 (the "License");
' you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -59,7 +59,7 @@ Sub reportError()
End Sub

Sub sendWordProcessorVersion()
Call apiSetWordProcessor("OpenOffice.org", "unknown")
Call apiSetWordProcessor("LibreOffice.org", "unknown")
End Sub

Function MakePropertyValue( Optional cName As String, Optional uValue ) As com.sun.star.beans.PropertyValue
Expand Down Expand Up @@ -1031,4 +1031,3 @@ Function indexOf(container() As String, item As String) As Long
' not found
indexOf = -1
End Function

0 comments on commit c6c9322

Please sign in to comment.