[Libreoffice-bugs] [Bug 118129] New: The implementation of ooo.vba.excel.XWindow.Caption property getter obviously does not work as intended
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Tue Jun 12 12:43:33 UTC 2018
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 at lists.freedesktop.org
Reporter: tml at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20180612/3fd157c0/attachment.html>
More information about the Libreoffice-bugs
mailing list