summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/tplneend.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/tabpages/tplneend.cxx')
-rw-r--r--cui/source/tabpages/tplneend.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/tabpages/tplneend.cxx b/cui/source/tabpages/tplneend.cxx
index 243f43ed73d5..e973209f8e24 100644
--- a/cui/source/tabpages/tplneend.cxx
+++ b/cui/source/tabpages/tplneend.cxx
@@ -225,7 +225,7 @@ bool SvxLineEndDefTabPage::FillItemSet( SfxItemSet* rSet )
-void SvxLineEndDefTabPage::Reset( const SfxItemSet& )
+void SvxLineEndDefTabPage::Reset( const SfxItemSet* )
{
m_pLbLineEnds->SelectEntryPos( 0 );
@@ -578,7 +578,7 @@ IMPL_LINK_NOARG(SvxLineEndDefTabPage, ClickLoadHdl_Impl)
( (SvxLineTabDialog*) GetParentDialog() )->SetNewLineEndList( pLineEndList );
m_pLbLineEnds->Clear();
m_pLbLineEnds->Fill( pLineEndList );
- Reset( rOutAttrs );
+ Reset( &rOutAttrs );
pLineEndList->SetName( aURL.getName() );