diff options
author | Philipp Lohmann <pl@openoffice.org> | 2009-07-06 10:54:21 +0000 |
---|---|---|
committer | Philipp Lohmann <pl@openoffice.org> | 2009-07-06 10:54:21 +0000 |
commit | 6587abd0796af81128602a7e43927fb3eaead419 (patch) | |
tree | 671994888000ff7bb50e96cbc941bd0fcb8d73c1 /vcl/source/gdi/oldprintadaptor.cxx | |
parent | a06a9f6d94bc1338fc68f01abfb6516fbf184918 (diff) |
rename PrinterListener, add: getValues, abortJob
Diffstat (limited to 'vcl/source/gdi/oldprintadaptor.cxx')
-rw-r--r-- | vcl/source/gdi/oldprintadaptor.cxx | 2 |
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() ) { } |