diff options
-rw-r--r-- | desktop/source/lib/init.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index 2ca561285d93..8df015866484 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -3176,12 +3176,8 @@ static void doc_paintTile(LibreOfficeKitDocument* pThis, #else ScopedVclPtrInstance< VirtualDevice > pDevice(DeviceFormat::DEFAULT); -#if !defined(ANDROID) || HAVE_FEATURE_ANDROID_LOK - // Don't set the transparent background in the 'old' (JNI-based) Android - // app - no idea why it needs avoiding this. // Set background to transparent by default. pDevice->SetBackground(Wallpaper(COL_TRANSPARENT)); -#endif pDevice->SetOutputSizePixelScaleOffsetAndBuffer( Size(nCanvasWidth, nCanvasHeight), Fraction(1.0), Point(), |