diff options
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/source/awt/vclxprinter.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/source/awt/vclxprinter.cxx b/toolkit/source/awt/vclxprinter.cxx index 3a12b2367053..9adc64e1196e 100644 --- a/toolkit/source/awt/vclxprinter.cxx +++ b/toolkit/source/awt/vclxprinter.cxx @@ -85,7 +85,7 @@ VCLXPrinterPropertySet::~VCLXPrinterPropertySet() mxPrinter.reset(); } -css::uno::Reference< css::awt::XDevice > VCLXPrinterPropertySet::GetDevice() +css::uno::Reference< css::awt::XDevice > const & VCLXPrinterPropertySet::GetDevice() { if ( !mxPrnDevice.is() ) { |