Kaydet (Commit) 30465a05 authored tarafından Tomaž Vajngerl's avatar Tomaž Vajngerl Kaydeden (comit) Tomaž Vajngerl

TSCP: disable bullets in impress for classification text object

Change-Id: I1f941e3711c2835cbb50af000fcd7ffa9b953edf
Reviewed-on: https://gerrit.libreoffice.org/44946Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarTomaž Vajngerl <quikee@gmail.com>
üst 495d25bf
......@@ -393,8 +393,6 @@ private:
void fillTheOutliner(Outliner* pOutliner, std::vector<svx::ClassificationResult> const & rResults)
{
pOutliner->SetStyleSheet(0, nullptr);
sal_Int32 nParagraph = -1;
for (svx::ClassificationResult const & rResult : rResults)
{
......@@ -446,6 +444,9 @@ private:
else
aItemSet.Put(SvxWeightItem(WEIGHT_NORMAL, EE_CHAR_WEIGHT));
SvxNumRule aDefaultNumRule(SvxNumRuleFlags::NONE, 0, false);
aItemSet.Put(SvxNumBulletItem(aDefaultNumRule, EE_PARA_NUMBULLET));
pOutliner->SetParaAttribs(nParagraph, aItemSet);
}
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment