summaryrefslogtreecommitdiff
path: root/sw/inc/docstyle.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/docstyle.hxx')
-rw-r--r--sw/inc/docstyle.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/docstyle.hxx b/sw/inc/docstyle.hxx
index 79411a945b77..cd2cc841f1e2 100644
--- a/sw/inc/docstyle.hxx
+++ b/sw/inc/docstyle.hxx
@@ -175,7 +175,7 @@ class SwStyleSheetIterator : public SfxStyleSheetIterator, public SfxListener
public:
SwStyleSheetIterator( SwDocStyleSheetPool* pBase,
- SfxStyleFamily eFam, sal_uInt16 n=SFXSTYLEBIT_ALL );
+ SfxStyleFamily eFam, sal_uInt16 n );
virtual ~SwStyleSheetIterator() override;
virtual sal_uInt16 Count() override;
@@ -201,7 +201,7 @@ class SwDocStyleSheetPool : public SfxStyleSheetBasePool
using SfxStyleSheetBasePool::Find;
public:
- SwDocStyleSheetPool( SwDoc&, bool bOrganizer = false );
+ SwDocStyleSheetPool( SwDoc&, bool bOrganizer );
virtual SfxStyleSheetBase& Make(const OUString&, SfxStyleFamily,
sal_uInt16 nMask = SFXSTYLEBIT_ALL) override;