diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-07-26 19:34:44 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-07-27 00:45:20 +0200 |
commit | 1ed9d506f8b0cc246c952673a2fff11e8314ba46 (patch) | |
tree | 57085fc2a5a2da3399624a2c56a914c2cfa3a4c3 /sw/inc/docstyle.hxx | |
parent | e039978b5256bfa0c42b1ce546c27326ef052412 (diff) |
SfxStyleSheetBasePool::Make: remove nPos parameter
The only caller who could have used a non-default value was
SfxObjectShell::Insert().
Change-Id: I18174a54a9c0246850dc6347d0147e8640ad101d
Diffstat (limited to 'sw/inc/docstyle.hxx')
-rw-r--r-- | sw/inc/docstyle.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/inc/docstyle.hxx b/sw/inc/docstyle.hxx index 14a7891a8b30..900bbbc596ec 100644 --- a/sw/inc/docstyle.hxx +++ b/sw/inc/docstyle.hxx @@ -197,7 +197,8 @@ public: virtual void Replace( SfxStyleSheetBase& rSource, SfxStyleSheetBase& rTarget ); - virtual SfxStyleSheetBase& Make(const OUString&, SfxStyleFamily, sal_uInt16 nMask, sal_uInt16 nPos = 0xffff); + virtual SfxStyleSheetBase& Make(const OUString&, SfxStyleFamily, + sal_uInt16 nMask) SAL_OVERRIDE; virtual SfxStyleSheetBase* Find( const OUString&, SfxStyleFamily eFam, sal_uInt16 n=SFXSTYLEBIT_ALL ); |