summaryrefslogtreecommitdiff
path: root/include
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 /include
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 'include')
-rw-r--r--include/svl/style.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/svl/style.hxx b/include/svl/style.hxx
index 9671bcf67918..9d4b3be2596e 100644
--- a/include/svl/style.hxx
+++ b/include/svl/style.hxx
@@ -61,7 +61,7 @@ SfxSimpleHint(SFX_HINT_DYING) from:
SfxStyleSheetHint( SFX_STYLESHEET_CREATED, *p ) from:
SfxStyleSheetBasePool::Make( const String& rName,
- SfxStyleFamily eFam, sal_uInt16 mask, sal_uInt16 nPos)
+ SfxStyleFamily eFam, sal_uInt16 mask)
SfxStyleSheetHint( SFX_STYLESHEET_CHANGED, *pNew ) from:
SfxStyleSheetBasePool::Add( SfxStyleSheetBase& rSheet )
@@ -234,8 +234,7 @@ public:
virtual SfxStyleSheetBase& Make(const OUString&,
SfxStyleFamily eFam,
- sal_uInt16 nMask = SFXSTYLEBIT_ALL ,
- sal_uInt16 nPos = 0xffff);
+ sal_uInt16 nMask = SFXSTYLEBIT_ALL);
virtual void Replace(
SfxStyleSheetBase& rSource, SfxStyleSheetBase& rTarget );