diff options
author | Zolnai Tamás <zolnaitamas2000@gmail.com> | 2015-06-14 20:25:26 +0200 |
---|---|---|
committer | Zolnai Tamás <zolnaitamas2000@gmail.com> | 2015-06-14 21:49:50 +0200 |
commit | e030422305590084263b7490301c3b7ea356d424 (patch) | |
tree | f8a96f0de858fb453915738d34218b4859400645 /svx/source/dialog/srchdlg.cxx | |
parent | 16d202f29cafbdc8d0648b830d2209f5c61c878f (diff) |
Paragraph related part of Background Tab is unused now
For paragraphs Area Tab is used for setting background.
Change-Id: I83859a1b2125374b81c084cfa45487a42adcd5a6
Diffstat (limited to 'svx/source/dialog/srchdlg.cxx')
-rw-r--r-- | svx/source/dialog/srchdlg.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/svx/source/dialog/srchdlg.cxx b/svx/source/dialog/srchdlg.cxx index 76c43e5054a8..64bd0bf7af39 100644 --- a/svx/source/dialog/srchdlg.cxx +++ b/svx/source/dialog/srchdlg.cxx @@ -1911,8 +1911,6 @@ IMPL_LINK_NOARG(SvxSearchDialog, FormatHdl_Impl) sal_uInt16 nBrushWhich = pSh->GetPool().GetWhich(SID_ATTR_BRUSH); pWhRanges[nPos++] = nBrushWhich; pWhRanges[nPos++] = nBrushWhich; - pWhRanges[nPos++] = SID_PARA_BACKGRND_DESTINATION; - pWhRanges[nPos++] = SID_PARA_BACKGRND_DESTINATION; pWhRanges[nPos] = 0; SfxItemPool& rPool = pSh->GetPool(); SfxItemSet aSet( rPool, pWhRanges.get() ); @@ -1920,7 +1918,6 @@ IMPL_LINK_NOARG(SvxSearchDialog, FormatHdl_Impl) aSet.InvalidateAllItems(); aSet.Put(SvxBrushItem(nBrushWhich)); - aSet.Put(SfxUInt16Item(SID_PARA_BACKGRND_DESTINATION, PARA_DEST_CHAR)); if ( bSearch ) { |