summaryrefslogtreecommitdiff
path: root/sw/inc/docstyle.hxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-07-26 19:34:44 +0200
committerMichael Stahl <mstahl@redhat.com>2013-07-27 00:45:20 +0200
commit1ed9d506f8b0cc246c952673a2fff11e8314ba46 (patch)
tree57085fc2a5a2da3399624a2c56a914c2cfa3a4c3 /sw/inc/docstyle.hxx
parente039978b5256bfa0c42b1ce546c27326ef052412 (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.hxx3
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 );