https://bugs.documentfoundation.org/show_bug.cgi?id=118129

            Bug ID: 118129
           Summary: The implementation of ooo.vba.excel.XWindow.Caption
                    property getter obviously does not work as intended
           Product: LibreOffice
           Version: unspecified
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: BASIC
          Assignee: libreoffice-bugs@lists.freedesktop.org
          Reporter: t...@iki.fi

Description:
In sc/source/ui/vba/vbawindow.cxx, in the function ScVbaWindow::getCaption(),
we have:

>    static const char sCrud[] = " - OpenOffice.org Calc";

which obviously won't have the intended effect. This should be changed to use
the actual product name of the LO build instead.

Or then maybe what the code attempts to do there is completely unnecessary
anyway, and it is perfectly fine to just have the Caption property return the
whole window title. After all, that is what the code has done since
LibreOffice's first release.

Steps to Reproduce:
.

Actual Results:  
.

Expected Results:
.


Reproducible: Always


User Profile Reset: No



Additional Info:


User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_5)
AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.1.1 Safari/605.1.15

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to