[Libreoffice-bugs] [Bug 107727] FILESAVE RTF: line-less text object gets a frame line
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Thu May 11 05:02:54 UTC 2017
https://bugs.documentfoundation.org/show_bug.cgi?id=107727
raal <raal at post.cz> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|bibisectRequest |bibisected, filter:rtf
CC| |raal at post.cz,
| |vmiklos at collabora.co.uk
--- Comment #2 from raal <raal at post.cz> ---
bibisect-41max
There are only 'skip'ped commits left to test.
The first bad commit could be any of:
39673b93cb08c61749d3371dc2e9c0c54156e61c
source-hash-adcae497ce48a6ff6e994817b17840842faa8732
commit adcae497ce48a6ff6e994817b17840842faa8732
Author: Noel Grandin <noel at peralex.com>
AuthorDate: Fri Apr 12 16:46:32 2013 +0200
Commit: Thomas Arnhold <thomas at arnhold.org>
CommitDate: Fri Apr 12 15:38:12 2013 +0000
1ce886ae9a67171ff46ad30c42d0a311aebef4df
source-hash-120922361a5928ea4437ffe253ce209abd7060b0
commit 120922361a5928ea4437ffe253ce209abd7060b0
Author: Jan Holesovsky <kendy at suse.cz>
AuthorDate: Fri Apr 12 17:02:17 2013 +0200
Commit: Jan Holesovsky <kendy at suse.cz>
CommitDate: Fri Apr 12 17:10:53 2013 +0200
i#23187: Fix crash of the document.
The mbLayoutInProgress bool was effectively unused - only set and
reset, but
the only place that was checking for that was in lcl_RecalcRow(),
again, only
to set and reset it.
Worse - with the document from i#23187, the mbLayoutInProgress was set
/ reset
on a page already disposed in SwFrm::InsertPage() which was causing the
3c53704880654e9b6626fc5babaf47ab31e813d5
source-hash-f3c4b5606d4a697efbe3041530fc7f7d5a3a47b0
commit f3c4b5606d4a697efbe3041530fc7f7d5a3a47b0
Author: Michael Meeks <michael.meeks at suse.com>
AuthorDate: Fri Apr 12 19:03:15 2013 +0300
Commit: Tor Lillqvist <tml at iki.fi>
CommitDate: Fri Apr 12 19:03:49 2013 +0300
Add more components
7d3a0b4604a1c8f8a2c69d2593da60f62e1066e0
source-hash-d53dd70b15f0e3f7c8a05a93f8fcd70e1147c1f7
commit d53dd70b15f0e3f7c8a05a93f8fcd70e1147c1f7
Author: Miklos Vajna <vmiklos at suse.cz>
AuthorDate: Fri Apr 12 15:09:12 2013 +0200
Commit: Miklos Vajna <vmiklos at suse.cz>
CommitDate: Fri Apr 12 16:33:07 2013 +0200
sw: rework RTF export of text frames
Export these as new-style frames. Not counting future possibilities,
this commit finally fixes the following problems:
- borders: spacing to contents wasn't exported at all
- wrap: top/bottom and left/right spacing exported even in case they do
not equal
cf87bf0da430de04e07b8106988d5d5c0d2fd915
source-hash-9de73714775833f3ec7e7508d5fddcc8e4f19aed
commit 9de73714775833f3ec7e7508d5fddcc8e4f19aed
Author: Jan Holesovsky <kendy at suse.cz>
AuthorDate: Fri Apr 12 18:46:17 2013 +0200
Commit: Jan Holesovsky <kendy at suse.cz>
CommitDate: Fri Apr 12 18:48:44 2013 +0200
i#116001: Decrementing the iterator while comparing is not a good idea
here.
When it is begin(), it will get decremented regardless the result of
the test,
but probably affects only the dbgutil build.
006fb997f37fa41c3529804047083d5231fcdedb
source-hash-da16b278eeb5b3e2994de68e49d88a64fdb7ac5b
commit da16b278eeb5b3e2994de68e49d88a64fdb7ac5b
Author: Miklos Vajna <vmiklos at suse.cz>
AuthorDate: Fri Apr 12 16:29:25 2013 +0200
Commit: Miklos Vajna <vmiklos at suse.cz>
CommitDate: Fri Apr 12 16:33:07 2013 +0200
RTF import: initial handling of posrelh and posrelv shape properties
Change-Id: Id576d6df4b7a6144507e5f8230ac62a953b5c050
ab37c86e122eff7522cdbe85d51c6a5ecfd0f3d7
source-hash-db8786e34b1a451f0e6969681079f701627de6f9
commit db8786e34b1a451f0e6969681079f701627de6f9
Author: Tor Lillqvist <tml at iki.fi>
AuthorDate: Fri Apr 12 19:47:14 2013 +0300
Commit: Tor Lillqvist <tml at iki.fi>
CommitDate: Fri Apr 12 19:55:36 2013 +0300
The silly toolsdll.cxx was the same for unx and win
d8696d9dc384319390767c5a5baad0ec95bab35b
source-hash-1f39925c4cafc52009f4505fd3e4b6843f6e7944
Bibisect: This commit covers the following source commit(s) which failed to
build
a6e1f214c9c8c338da7cd216884e45e234e64669
694ac8155517a88e7317170b189f9d5fabc270b0
ffa651bd4f4476bf2d734c6931af271e58acb88b
9fb856ce844f2a4e794687c00ad6f0f75ef223c1
0557453a35863310f34e6c10facbac63bc89837d
f1bdd56b4f983282619a4c1fdc4222f25215ca46
1799937b9ec2584c6e6c783ede5f22d72a1f44f9
commit 1f39925c4cafc52009f4505fd3e4b6843f6e7944
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Fri Apr 12 15:11:17 2013 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Fri Apr 12 15:11:58 2013 +0100
fix build, "touch" headers only on !HAVE_FEATURE_DESKTOP platforms
dedb430979a4f6d5c8e6bf2ac9ac033fa66ba3af
source-hash-d8dbe5844b192f1339a3d38e0f477c5330c89194
commit d8dbe5844b192f1339a3d38e0f477c5330c89194
Author: Tor Lillqvist <tml at iki.fi>
AuthorDate: Fri Apr 12 19:50:13 2013 +0300
Commit: Tor Lillqvist <tml at iki.fi>
CommitDate: Fri Apr 12 19:55:36 2013 +0300
Kill empty ImpDeInitWinTools() and the header with only its definition
Change-Id: Ica82a4612da952c0c084974b708ef9dac753dcf6
6b5c2ccbb00bffc4890e92480cb00ea1f5042e15
source-hash-a1cd39a17216d78b4f335e6301786e205be14d0d
commit a1cd39a17216d78b4f335e6301786e205be14d0d
Author: vjinoch <elianoss at gmail.com>
AuthorDate: Fri Apr 12 17:19:44 2013 +0200
Commit: Michael Meeks <michael.meeks at suse.com>
CommitDate: Fri Apr 12 18:04:11 2013 +0100
fdo#60690 - Remove all calls t GTK_YIELD_GRAB because it does nothing.
Change-Id: I76e76ec5fc85d8e1fd673a45b3e54163ca7643f3
We cannot bisect more!
--
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/20170511/491ef651/attachment-0001.html>
More information about the Libreoffice-bugs
mailing list