diff --git a/vcl/source/window/printdlg.cxx b/vcl/source/window/printdlg.cxx index 9e24b7c7d5c6..06b7dc8a385c 100644 --- a/vcl/source/window/printdlg.cxx +++ b/vcl/source/window/printdlg.cxx @@ -843,6 +843,7 @@ void PrintDialog::readFromSettings() void PrintDialog::setPaperSizes() { mxPaperSizeBox->clear(); + mxPaperSizeBox->set_active(-1); VclPtr aPrt( maPController->getPrinter() ); mePaper = aPrt->GetPaper();