summaryrefslogtreecommitdiff
path: root/sw/source/ui/fmtui
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-08-21 08:57:16 +0200
committerNoel Grandin <noel@peralex.com>2015-08-21 10:19:43 +0200
commit681172d27bc4d68429c61d68275612a45564eee6 (patch)
treee69cadb23556dd3aa380cae1597a021db08b39a0 /sw/source/ui/fmtui
parent8d7c62e7d2a7d93b63f6603c3921ebbd4c96d4b7 (diff)
loplugin: defaultparams
Change-Id: I13ad6260ef6a8858765231610d5cb326b4a9ce35
Diffstat (limited to 'sw/source/ui/fmtui')
-rw-r--r--sw/source/ui/fmtui/tmpdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/fmtui/tmpdlg.cxx b/sw/source/ui/fmtui/tmpdlg.cxx
index 738eee2090fc..d344cd8ca3b5 100644
--- a/sw/source/ui/fmtui/tmpdlg.cxx
+++ b/sw/source/ui/fmtui/tmpdlg.cxx
@@ -430,7 +430,7 @@ void SwTemplateDlg::PageCreated( sal_uInt16 nId, SfxTabPage &rPage )
}//<-end
ListBox & rBox = static_cast<SwParagraphNumTabPage&>(rPage).GetStyleBox();
SfxStyleSheetBasePool* pPool = pWrtShell->GetView().GetDocShell()->GetStyleSheetPool();
- pPool->SetSearchMask(SFX_STYLE_FAMILY_PSEUDO, SFXSTYLEBIT_ALL);
+ pPool->SetSearchMask(SFX_STYLE_FAMILY_PSEUDO);
const SfxStyleSheetBase* pBase = pPool->First();
std::set<OUString> aNames;
while(pBase)