[Libreoffice-commits] core.git: include/svl
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Tue May 5 18:14:11 UTC 2020
include/svl/style.hxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit f6403c39ed687a507d53c9d812b20839fd1152c6
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Tue May 5 14:35:12 2020 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Tue May 5 20:13:19 2020 +0200
drop newly unused SfxStyleSheetBasePool::GetSearchMask
Change-Id: Ifa719bf33b64b407d74d68df4d1b825ba9f1b89f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93494
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/include/svl/style.hxx b/include/svl/style.hxx
index 3a35531d2d68..8993613bd02e 100644
--- a/include/svl/style.hxx
+++ b/include/svl/style.hxx
@@ -282,7 +282,6 @@ public:
const OUString &rParent);
void SetSearchMask(SfxStyleFamily eFam, SfxStyleSearchBits n=SfxStyleSearchBits::All );
- SfxStyleSearchBits GetSearchMask() const { return nMask;}
SfxStyleFamily GetSearchFamily() const { return nSearchFamily; }
void Reindex();
More information about the Libreoffice-commits
mailing list