diff options
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/docstyle.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/docstyle.hxx b/sw/inc/docstyle.hxx index 229ed37e0e32..8e79ee930a30 100644 --- a/sw/inc/docstyle.hxx +++ b/sw/inc/docstyle.hxx @@ -179,8 +179,8 @@ public: SfxStyleFamily eFam, SfxStyleSearchBits n); virtual ~SwStyleSheetIterator() override; - virtual sal_uInt16 Count() override; - virtual SfxStyleSheetBase *operator[](sal_uInt16 nIdx) override; + virtual sal_Int32 Count() override; + virtual SfxStyleSheetBase *operator[](sal_Int32 nIdx) override; virtual SfxStyleSheetBase* First() override; virtual SfxStyleSheetBase* Next() override; virtual SfxStyleSheetBase* Find(const OUString& rStr) override; |