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

--- Comment #8 from Julien Nabet <serval2...@yahoo.fr> ---
On pc Debian x86-64 with master sources updated today, it always displays 3
articles, whatever the value I put in General > Line count

The property seems to be FM_PROP_LINECOUNT and when git grepping this I got:
svx/source/fmcomp/gridcell.cxx:2464:    doPropertyListening( FM_PROP_LINECOUNT
);
svx/source/fmcomp/gridcell.cxx:2498:    // we no longer pay attention to
FM_PROP_LINECOUNT
svx/source/fmcomp/gridcell.cxx:2577:    doPropertyListening( FM_PROP_LINECOUNT
);
svx/source/fmcomp/gridcell.cxx:2634:    // ignore FM_PROP_LINECOUNT
svx/source/form/formcontrolfactory.cxx:397:                   
_rxControlModel->setPropertyValue( FM_PROP_LINECOUNT, Any( sal_Int16( 20 ) ) );
svx/source/inc/fmprop.hxx:91:inline constexpr OUString FM_PROP_LINECOUNT =
u"LineCount"_ustr;

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to