vcl/generic/print/genprnpsp.cxx | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit 8b07b70ce48dab0f48de3c190af0427757aaa3be Author: Tor Lillqvist <[email protected]> Date: Sun Oct 7 11:14:37 2012 +0300 WaE: 'driverLib' defined but not used Change-Id: If4853650958df9e425c936ead16ea11c976c5657 diff --git a/vcl/generic/print/genprnpsp.cxx b/vcl/generic/print/genprnpsp.cxx index 0a4bcd8..3b00625 100644 --- a/vcl/generic/print/genprnpsp.cxx +++ b/vcl/generic/print/genprnpsp.cxx @@ -77,7 +77,9 @@ using ::rtl::OUStringToOString; * static helpers */ +#if defined( UNX ) && !( defined( QUARTZ ) || defined( IOS ) || defined( ANDROID ) ) static oslModule driverLib = NULL; +#endif extern "C" { typedef int(*setupFunction)(PrinterInfo&); _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
