summaryrefslogtreecommitdiff
path: root/sfx2/source/styles
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/styles')
-rw-r--r--sfx2/source/styles/StyleManager.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sfx2/source/styles/StyleManager.cxx b/sfx2/source/styles/StyleManager.cxx
index 83fc314d8407..95bdeac80122 100644
--- a/sfx2/source/styles/StyleManager.cxx
+++ b/sfx2/source/styles/StyleManager.cxx
@@ -18,8 +18,6 @@ SfxStyleSheetBase* StyleManager::Search(const OUString& rStyleName, SfxStyleFami
if (!pPool)
return nullptr;
- pPool->SetSearchMask(eFamily);
-
SfxStyleSheetBase* pStyle = pPool->First(eFamily);
while (pStyle)
{