summaryrefslogtreecommitdiff
path: root/include/svl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-05-05 15:18:40 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-05-05 20:15:02 +0200
commitebcd29ab3b16ab93a523122a672c5f08fcbce4a0 (patch)
tree61be5bcdb9de6f386d6ca0ada7d30ebabafa36dd /include/svl
parentf572f4f5e8ea3058b85c8aed7ee2647e4362de74 (diff)
remove unused nSearchFamily and nMask members
and so SetSearchMask which doesn't have any effect anymore Change-Id: I0b7f402ce0317971d5196fc448fe2945a6a292f5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93393 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/svl')
-rw-r--r--include/svl/style.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/svl/style.hxx b/include/svl/style.hxx
index 34db45a58792..ea2efab759f4 100644
--- a/include/svl/style.hxx
+++ b/include/svl/style.hxx
@@ -235,8 +235,6 @@ protected:
SfxStyleSheetIterator* GetCachedIterator();
SfxItemPool& rPool;
- SfxStyleFamily nSearchFamily;
- SfxStyleSearchBits nMask;
void ChangeParent(const OUString& rOld, const OUString& rNew, SfxStyleFamily eFamily, bool bVirtual = true);
virtual SfxStyleSheetBase* Create( const OUString&, SfxStyleFamily, SfxStyleSearchBits );
@@ -281,8 +279,6 @@ public:
const OUString &rStyle,
const OUString &rParent);
- void SetSearchMask(SfxStyleFamily eFam, SfxStyleSearchBits n=SfxStyleSearchBits::All );
-
void Reindex();
/** Add a style sheet.
* Not an actual public function. Do not call it from non-subclasses.