summaryrefslogtreecommitdiff
path: root/sw/source
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/source
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/source')
-rw-r--r--sw/source/ui/app/docstyle.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/source/ui/app/docstyle.cxx b/sw/source/ui/app/docstyle.cxx
index 4e55b76a9bb1..dc78296ca79e 100644
--- a/sw/source/ui/app/docstyle.cxx
+++ b/sw/source/ui/app/docstyle.cxx
@@ -2053,8 +2053,7 @@ void SAL_CALL SwDocStyleSheetPool::release( ) throw ()
SfxStyleSheetBase& SwDocStyleSheetPool::Make( const OUString& rName,
SfxStyleFamily eFam,
- sal_uInt16 _nMask,
- sal_uInt16 /*nPos*/ )
+ sal_uInt16 _nMask)
{
mxStyleSheet->PresetName(rName);
mxStyleSheet->PresetParent(aEmptyStr);