diff options
-rw-r--r-- | svx/source/unodraw/unomod.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/unodraw/unomod.cxx b/svx/source/unodraw/unomod.cxx index 150e2cca0e56..0bf65e5b4ff3 100644 --- a/svx/source/unodraw/unomod.cxx +++ b/svx/source/unodraw/unomod.cxx @@ -680,7 +680,7 @@ uno::Reference< drawing::XDrawPage > SAL_CALL SvxUnoDrawPagesAccess::insertNewBy SdrPage* pPage; if( PTR_CAST( FmFormModel, mrModel.mpDoc ) ) - pPage = new FmFormPage(*(FmFormModel*)mrModel.mpDoc, NULL); + pPage = new FmFormPage(*(FmFormModel*)mrModel.mpDoc); else pPage = new SdrPage(*mrModel.mpDoc); |