From 79ed057b955a8d23e8289b9a5898c8bdaebabbfa Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 14 Apr 2015 14:00:46 +0200 Subject: loplugin:staticmethods Change-Id: I6207b475127099872c6f3764331006688129b673 --- svx/source/form/fmundo.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svx/source/form/fmundo.cxx') diff --git a/svx/source/form/fmundo.cxx b/svx/source/form/fmundo.cxx index f692c5038652..cbd32ba352a5 100644 --- a/svx/source/form/fmundo.cxx +++ b/svx/source/form/fmundo.cxx @@ -428,7 +428,7 @@ void FmXUndoEnvironment::Inserted(FmFormObj* pObj) nPos = xNewParent->getCount(); } - rPage.GetImpl().setUniqueName( xContent, xForm ); + FmFormPageImpl::setUniqueName( xContent, xForm ); xNewParent->insertByIndex( nPos, makeAny( xContent ) ); Reference< XEventAttacherManager > xManager( xNewParent, UNO_QUERY_THROW ); -- cgit