You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ar...@apache.org on 2012/10/06 04:44:09 UTC

svn commit: r1394905 - /incubator/ooo/trunk/main/toolkit/source/awt/vclxprinter.cxx

Author: arielch
Date: Sat Oct  6 02:44:09 2012
New Revision: 1394905

URL: http://svn.apache.org/viewvc?rev=1394905&view=rev
Log:
#i121170# - com::sun::star::awt::XPrinter API does nothing

Modified:
    incubator/ooo/trunk/main/toolkit/source/awt/vclxprinter.cxx

Modified: incubator/ooo/trunk/main/toolkit/source/awt/vclxprinter.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/toolkit/source/awt/vclxprinter.cxx?rev=1394905&r1=1394904&r2=1394905&view=diff
==============================================================================
--- incubator/ooo/trunk/main/toolkit/source/awt/vclxprinter.cxx (original)
+++ incubator/ooo/trunk/main/toolkit/source/awt/vclxprinter.cxx Sat Oct  6 02:44:09 2012
@@ -288,7 +288,7 @@ sal_Bool VCLXPrinter::start( const ::rtl
     ::osl::Guard< ::osl::Mutex > aGuard( Mutex );
 
     sal_Bool bDone = sal_True;
-    if ( mpListener.get() )
+    if ( mpPrinter.get() )
     {
         maInitJobSetup = mpPrinter->GetJobSetup();
         mpListener.reset( new vcl::OldStylePrintAdaptor( mpPrinter ) );