Bug 70915 - Missing letters in Basic OLH on »"/" operator (mathematical)« with Master build
Summary: Missing letters in Basic OLH on »"/" operator (mathematical)« with Master build
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Documentation (show other bugs)
Version:
(earliest affected)
4.2.0.0.alpha0+ Master
Hardware: x86-64 (AMD64) Linux (All)
: medium normal
Assignee: Stephan Bergmann
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-27 14:50 UTC by Thomas Hackert
Modified: 2013-10-28 10:31 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Hackert 2013-10-27 14:50:32 UTC
Hello Stephan, *,
as I have reported it on the QA ML (see http://lists.freedesktop.org/archives/libreoffice-qa/2013-October/005479.html), I have written the following there:

<quote>
actually, I wanted to test the new "Tools – Options – LibreOfficeDev 
– Basic IDE Options" dialog, but then I stumbled upon the following 
... ;)

1. Open "Tools – Macros – Organize Macros – LibreOfficeDev 
Basic...", then click on "Edit"
2. Press <F1>
3. Switch to "Index" (if it is not selected)
4. Click on »"/" operator (mathematical)« on the left side
5. Look at the text on the right side.
You will see
<quote>
Example:
Sub ExampleDivision
    Print 5 / 
End Su
Sub ExampleDivision
Dim iValue1 As Intege
Dim iValue2 As Intege
    iValue1 = 
    iValue2 = 1
    Print iValue1 / iValue
End Su
</quote>
. All the last letter/numbers are missing there ... :( Is it 
intended? A problem with my system? Or can anyone else confirm this? 
And where (or better: how ... ;) ) do I find this help text on 
help.libreoffice.org? A search for "iValue" on it does not find it 
... :(

LO: Version: 4.2.0.0.alpha0+ Build ID:  b2bcb2eb214e44cc55e97480deba9e7d353769d5
TinderBox: Linux-rpm_deb-x86_64@46-TDF, Branch:master, Time: 
2013-10-26_23:40:23 and installed en-US-help- as well as langpack
OS: Debian Testing AMD64
Hopefully I will get an answer this time ... ;)
</quote>
. Now I want to report this as a bug. As Andras has recommended it, I have CC'ed you ... ;) If I have chosen the wrong component, severity or something else, feel free to change it ... ;)
HTH and have a nice Sunday
Thomas.
Comment 1 Stephan Bergmann 2013-10-28 10:31:03 UTC
That was a regression introduced by a broken fix.  Meanwhile fixed again with <http://cgit.freedesktop.org/libreoffice/core/commit/?id=0827aba84e1adec902c4d704651a1027b01c5335> "Correctly fix 'Terminating NUL' fix."