Kaydet (Commit) 8f850a0c authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Android printing is completely different anyway, surely

Change-Id: Ib58300148bbf248150f514bb3c59d863388eaa0b
üst dc83d895
......@@ -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 ) );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment