summaryrefslogtreecommitdiffstats
path: root/include/sfx2/newstyle.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-05-05 15:02:11 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-05-05 20:12:12 +0200
commita53d8a01da71a1a278ee159e901a4303a9fe0883 (patch)
treefb7881bbb3ac7b09e281d50a008a6fb127f99eeb /include/sfx2/newstyle.hxx
parentuse SfxStyleSearchBits::All for SfxNewStyleDlg in writer, like calc does (diff)
downloadcore-a53d8a01da71a1a278ee159e901a4303a9fe0883.tar.gz
core-a53d8a01da71a1a278ee159e901a4303a9fe0883.zip
help states that SfxNewStyleDlg lists SfxStyleSearchBits::UserDefined styles
Change-Id: Ibf89d0ff1154b943a5650ac6cd6aa64a084c15cd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93491 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/sfx2/newstyle.hxx')
-rw-r--r--include/sfx2/newstyle.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/newstyle.hxx b/include/sfx2/newstyle.hxx
index c61685d87fae..ea20fc9fc625 100644
--- a/include/sfx2/newstyle.hxx
+++ b/include/sfx2/newstyle.hxx
@@ -41,7 +41,7 @@ private:
DECL_DLLPRIVATE_LINK(ModifyHdl, weld::ComboBox&, void);
public:
- SfxNewStyleDlg(weld::Window* pParent, SfxStyleSheetBasePool& rPool, SfxStyleFamily eFam, SfxStyleSearchBits nMask);
+ SfxNewStyleDlg(weld::Window* pParent, SfxStyleSheetBasePool& rPool, SfxStyleFamily eFam);
virtual ~SfxNewStyleDlg() override;
OUString GetName() const { return comphelper::string::stripStart(m_xColBox->get_active_text(), ' '); }