diff options
Diffstat (limited to 'sdext/source/minimizer/optimizerdialog.cxx')
-rw-r--r-- | sdext/source/minimizer/optimizerdialog.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/minimizer/optimizerdialog.cxx b/sdext/source/minimizer/optimizerdialog.cxx index 4b7e6f039988..2ab84a59c455 100644 --- a/sdext/source/minimizer/optimizerdialog.cxx +++ b/sdext/source/minimizer/optimizerdialog.cxx @@ -586,7 +586,7 @@ bool OptimizerDialog::onFinish() Sequence< PropertyValue > lArguments{ comphelper::makePropertyValue("Settings", GetConfigurationSequence()), comphelper::makePropertyValue("StatusDispatcher", GetStatusDispatcher()), - comphelper::makePropertyValue("InformationDialog", GetFrame()) + comphelper::makePropertyValue("DocumentFrame", GetFrame()) }; ErrCode errorCode; |