diff --git a/starmath/source/document.cxx b/starmath/source/document.cxx index 213e16dd31bf..04c348cbab45 100644 --- a/starmath/source/document.cxx +++ b/starmath/source/document.cxx @@ -1532,9 +1532,6 @@ void SmDocShell::Impl_Print(OutputDevice& rOutDev, const SmPrintUIOptions& rPrin Size aSize(GetSize()); MapMode OutputMapMode; - // PDF export should always use PRINT_SIZE_NORMAL ... - if (!rPrintUIOptions.getBoolValue("IsPrinter")) - ePrintSize = PRINT_SIZE_NORMAL; switch (ePrintSize) { case PRINT_SIZE_NORMAL: