https://bugs.freedesktop.org/show_bug.cgi?id=40991

           Summary: Java UNO bridge - internal call arguments need
                    updating to double hyphens
           Product: LibreOffice
           Version: LibO 3.4.3 release
          Platform: x86 (IA32)
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Spreadsheet
        AssignedTo: [email protected]
        ReportedBy: [email protected]


(Background info: I'm using the Java-UNO bridge to develop I/O spreadsheet
support for GNU Octave (see www.octave.org & octave.sf.net - IO package)

LibreOffice 3.4.1 
OOO340m1 (Build:103)

While invoking the UNO-Java bridge (or is it Java-UNO), invoking code suggested
here (see Listings 1 to 6 there), (obviously translated to Octave lingo):

http://www.javaworld.com/cgi-bin/mailto/x_java.cgi?pagetosend=/export/home/httpd/javaworld/javaworld/jw-05-2008/jw-05-spreadsheets.html&pagename=/javaworld/jw-05-2008/jw-05-spreadsheets.html&pageurl=http://www.javaworld.com/javaworld/jw-05-2008/jw-05-spreadsheets.html&site=jw_core

... I get these warning errors w. LO 3.4.1 that didn't show up in LO 3.3.1:

CE> Warning: -nologo is deprecated.  Use --nologo instead.
CE> Warning: -nodefault is deprecated.  Use --nodefault instead.
CE> Warning: -norestore is deprecated.  Use --norestore instead.
CE> Warning: -nolockcheck is deprecated.  Use --nolockcheck instead.
CE> Warning: -accept=pipe,name=uno6011403936746028229;urp; is deprecated.  Use
--accept=pipe,name=uno6011403936746028229;urp; instead.

and the LibreOffice start menu window shows up while in LO 3.3.1 the logo was
suppressed (as intended).
I suppose these warning messages relate to the internal Java code? - I only
invoke the public Java methods and don't recognize the above arguments at all.

FYI I have the following class libs (.jar) in my javaclasspath so I suppose the
errors stem from those:
 C:\Programs\LibreOffice 3.4\Basis\program\classes\unoil.jar
 C:\Programs\LibreOffice 3.4\URE\java\jurt.jar
 C:\Programs\LibreOffice 3.4\URE\java\juh.jar
 C:\Programs\LibreOffice 3.4\URE\java\unoloader.jar
 C:\Programs\LibreOffice 3.4\URE\java\ridl.jar

Obviously I only saw the above mentioned error messages; but as I only use a
subset of the public interfaces I can't tell if there's much more code that
still invokes single hyphens rather than double.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to