diff options
author | Philipp Lohmann [pl] <Philipp.Lohmann@Oracle.COM> | 2010-11-04 18:48:18 +0100 |
---|---|---|
committer | Philipp Lohmann [pl] <Philipp.Lohmann@Oracle.COM> | 2010-11-04 18:48:18 +0100 |
commit | 6cd16b7bc3fa70ba6c93fe64256e5ce16ab19c9f (patch) | |
tree | 6b184502febefd9756f18659a33248706930eee0 /vcl/source/gdi/print.cxx | |
parent | e8ffa7cfebb3dd1ad41f333901286a13eb450232 (diff) |
vcl117: #i115056# clean up functions no longer used
Diffstat (limited to 'vcl/source/gdi/print.cxx')
-rw-r--r-- | vcl/source/gdi/print.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vcl/source/gdi/print.cxx b/vcl/source/gdi/print.cxx index cafaf5cad6eb..78456992340f 100644 --- a/vcl/source/gdi/print.cxx +++ b/vcl/source/gdi/print.cxx @@ -230,6 +230,11 @@ bool PrinterOptions::ReadFromConfig( bool i_bFile ) return bSuccess; } +void Printer::SetPrinterOptions( const PrinterOptions& i_rOptions ) +{ + *mpPrinterOptions = i_rOptions; +} + // ------------- // - QueueInfo - // ------------- |