summaryrefslogtreecommitdiffstats
path: root/vcl/source/gdi/oldprintadaptor.cxx
diff options
context:
space:
mode:
authorPhilipp Lohmann <pl@openoffice.org>2009-07-06 10:54:21 +0000
committerPhilipp Lohmann <pl@openoffice.org>2009-07-06 10:54:21 +0000
commit6587abd0796af81128602a7e43927fb3eaead419 (patch)
tree671994888000ff7bb50e96cbc941bd0fcb8d73c1 /vcl/source/gdi/oldprintadaptor.cxx
parent#i92516# replace missing preview in native mac dialog by our own (diff)
downloadcore-6587abd0796af81128602a7e43927fb3eaead419.tar.gz
core-6587abd0796af81128602a7e43927fb3eaead419.zip
rename PrinterListener, add: getValues, abortJob
Diffstat (limited to 'vcl/source/gdi/oldprintadaptor.cxx')
-rw-r--r--vcl/source/gdi/oldprintadaptor.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/gdi/oldprintadaptor.cxx b/vcl/source/gdi/oldprintadaptor.cxx
index e0250d2832ba..cffd11daaad6 100644
--- a/vcl/source/gdi/oldprintadaptor.cxx
+++ b/vcl/source/gdi/oldprintadaptor.cxx
@@ -55,7 +55,7 @@ using namespace com::sun::star::uno;
using namespace com::sun::star::beans;
OldStylePrintAdaptor::OldStylePrintAdaptor( const boost::shared_ptr< Printer >& i_pPrinter )
- : PrinterListener( i_pPrinter )
+ : PrinterController( i_pPrinter )
, mpData( new ImplOldStyleAdaptorData() )
{
}