summaryrefslogtreecommitdiffstats
path: root/vcl/source/gdi/oldprintadaptor.cxx
diff options
context:
space:
mode:
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() )
{
}