diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-09-29 14:06:42 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-09-30 18:14:25 +0200 |
commit | 64d764e02a848ed243409092d3fdcb4775db5153 (patch) | |
tree | 0f9167eb3959b9365bc95925c69c99d70cbab6b3 /sfx2/source | |
parent | 20c6cff919e09bf3a42fa9e26cc3e7568743047d (diff) |
weld SvxLineEndDefTabPage
Change-Id: I3e947511bbffae4cd48388b17a8fb9a13d453bab
Reviewed-on: https://gerrit.libreoffice.org/61139
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2/source')
-rw-r--r-- | sfx2/source/dialog/mgetempl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/dialog/mgetempl.cxx b/sfx2/source/dialog/mgetempl.cxx index 4cef840d4ef6..4daa88b92713 100644 --- a/sfx2/source/dialog/mgetempl.cxx +++ b/sfx2/source/dialog/mgetempl.cxx @@ -200,7 +200,7 @@ SfxManageStyleSheetPage::SfxManageStyleSheetPage(TabPageParent pParent, const Sf rTupel.nFlags != SfxStyleSearchBits::AllVisible && rTupel.nFlags != SfxStyleSearchBits::All ) { - m_xFilterLb->insert(nIdx, OUString::number(i), rTupel.aName, nullptr); + m_xFilterLb->insert(nIdx, OUString::number(i), rTupel.aName, nullptr, nullptr); if ( ( rTupel.nFlags & nMask ) == nMask ) nStyleFilterIdx = nIdx; ++nIdx; |