diff options
Diffstat (limited to 'include/vcl/print.hxx')
-rw-r--r-- | include/vcl/print.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vcl/print.hxx b/include/vcl/print.hxx index 957d97b49a61..854c08d96660 100644 --- a/include/vcl/print.hxx +++ b/include/vcl/print.hxx @@ -289,6 +289,8 @@ public: PrinterSetupMode eMode = PrinterSetupMode::DocumentGlobal); bool SetPrinterProps( const Printer* pPrinter ); + Color GetBackgroundColor() const override { return COL_WHITE; } + /** SetPrinterOptions is used internally only now in earlier times it was used only to set the options loaded directly from the configuration |