vcl/generic/print/genprnpsp.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 700396bb6990fd71b501734443dab2d29f231627
Author: Tor Lillqvist <t...@iki.fi>
Date:   Sun Oct 7 11:10:41 2012 +0300

    Android printing is completely different anyway, surely
    
    Change-Id: Ib58300148bbf248150f514bb3c59d863388eaa0b

diff --git a/vcl/generic/print/genprnpsp.cxx b/vcl/generic/print/genprnpsp.cxx
index 6525f96..0a4bcd8 100644
--- a/vcl/generic/print/genprnpsp.cxx
+++ b/vcl/generic/print/genprnpsp.cxx
@@ -107,7 +107,7 @@ static rtl::OUString getPdfDir( const PrinterInfo& rInfo )
 
 static void getPaLib()
 {
-#if defined( UNX ) && !( defined( QUARTZ ) || defined( IOS ) )
+#if defined( UNX ) && !( defined( QUARTZ ) || defined( IOS )  || defined( 
ANDROID ) )
     if( ! driverLib )
     {
         OUString aLibName( RTL_CONSTASCII_USTRINGPARAM( _XSALSET_LIBNAME ) );
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to