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

raal <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|bisected                    |
                 CC|                            |[email protected],
                   |                            |[email protected]

--- Comment #5 from raal <[email protected]> ---
Did the bibisect again:

git bisect log
# bad: [489ffd1df414698b6cea9ab03bf6f663b8b5af7e]
source-hash-3f94c9e9ddfd807b449f3bb9b232cf2041fa12d2
# good: [8aa9fc9a0c92172593d6cd97662116a965db229d]
source-hash-dea4a3b9d7182700abeb4dc756a24a9e8dea8474
git bisect start 'latest' 'oldest'
# good: [897913acd244cb6a5d2f4c2da1d625d9b978edb6]
source-hash-ac57362b23859591c088e36b7218f4a606dcf3bb
git bisect good 897913acd244cb6a5d2f4c2da1d625d9b978edb6
# good: [860f6172be84c3d801e1e533ab3d12a28815cb4c]
source-hash-80c11d648e88f3195f7e4fb465cd6902bcf46867
git bisect good 860f6172be84c3d801e1e533ab3d12a28815cb4c
# good: [fe0abc50dc1e45fd73635394f8df41e0dfc3eec8]
source-hash-4e223fab04279c3583689e69fa1342966e81de36
git bisect good fe0abc50dc1e45fd73635394f8df41e0dfc3eec8
# bad: [247d0249eb9794ccedec0ca2e3309b8d970593cc]
source-hash-1535f39388223de53e4b923c6f7bb71ee32c1858
git bisect bad 247d0249eb9794ccedec0ca2e3309b8d970593cc
# bad: [6cf25fb7af89cc58453d4bda5135e05ca220b1a4]
source-hash-ddd549c7873404d0c09aca676a13660404b0bcd2
git bisect bad 6cf25fb7af89cc58453d4bda5135e05ca220b1a4
# good: [4bc4b71d33640cd55abb1be0893e86512c5ab0c3]
source-hash-78e670b3055f92740402803174d61d058effb5d7
git bisect good 4bc4b71d33640cd55abb1be0893e86512c5ab0c3
# bad: [88e99ac6c8e25a75799fdb2f9258845d49642b8e]
source-hash-bce4f8dd83143c74c52d2fbb4527ba8a1ff71ed3
git bisect bad 88e99ac6c8e25a75799fdb2f9258845d49642b8e
# good: [771ed7a9553d622425ab44af64cf793732e3f173]
source-hash-eb8530cc90ff12fa79ac24fd9703422a7e8c8415
git bisect good 771ed7a9553d622425ab44af64cf793732e3f173
# bad: [81c6d9efac3cac4287ef98802a672caf0325ca37]
source-hash-cc1a4d72ebed4169a057ca02c5dd05d986c35cce
git bisect bad 81c6d9efac3cac4287ef98802a672caf0325ca37
# bad: [a76d0f97956bfb5f9fed24d0152df27c7bfcba6c]
source-hash-78b0b292637ebdeb2e4a7f08e0e8128530caaa18
git bisect bad a76d0f97956bfb5f9fed24d0152df27c7bfcba6c
# first bad commit: [a76d0f97956bfb5f9fed24d0152df27c7bfcba6c]
source-hash-78b0b292637ebdeb2e4a7f08e0e8128530caaa18

these commits
2014-11-03    svgio: two of the token names were not being mapped to tokens   
Noel Grandin    1    -0/+2
2014-11-03    fdo#39468 Translate German Comments - final bits of
sc/source/filter/    Christian M. Heller    3    -10/+10
2014-11-03    fdo#84795 Menu, DropDown-List don't disappear with right mouse
click    Juergen Funk    3    -24/+33
2014-11-03    fdo#35862 De-/Increase font when multi-sized text    Daniel
Sikeler    3    -20/+232
2014-11-03    fix memory leak of pointers contained in m_aErrDescList   
Takeshi Abe    2    -12/+8
2014-11-03    sw doc model xml dump: handle RES_FRMATR*STYLE_NAME    Miklos
Vajna    1    -0/+16
2014-11-03    fdo#61167 suggest titlecase and uppercase words from exception
dict    Andras Timar    1    -2/+42
2014-11-03    typo: geomtery -> geometry    Andras Timar    1    -1/+1
http://cgit.freedesktop.org/libreoffice/core/log/?qt=range&q=eb8530cc90ff12fa79ac24fd9703422a7e8c8415..78b0b292637ebdeb2e4a7f08e0e8128530caaa18

Daniel, Samuel,
can it be this one?
author    Daniel Sikeler <[email protected]>    2014-09-22 08:26:06 (GMT)
committer    Samuel Mehrbrodt <[email protected]>    2014-11-03 11:26:21
(GMT)
commit    98c95ce3a759a6f691c20cb1e376fa54a9dfdbc0 (patch)
tree    b78364d64ab90c64fb02623d0738c05bc4e43619
parent    fe1f258d5b77cd6e6a7483d7cf28195dbfdd62a4 (diff)
fdo#35862 De-/Increase font when multi-sized text
Added two new function to the SwEditShell.
The first returns all items of a specific WhichId wich belong to the current
selection. The items from the attribute set and from the hints are used.
The second returns SwPaMs separated at borders of an itemtype  identified by
its WhichId. The SwPaMs must be deleted after yous.

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

Reply via email to