diff options
author | Andrzej Hunt <andrzej.hunt@collabora.com> | 2014-09-26 09:11:53 +0100 |
---|---|---|
committer | Tomaž Vajngerl <tomaz.vajngerl@collabora.com> | 2014-12-04 12:23:04 +0100 |
commit | 663a8c79700da18e45ed5f69391f5fc1f2406229 (patch) | |
tree | a6150f5e2cb2de06ecb07a07f016c3fa85e78cd3 /svx/source/sdr/contact | |
parent | b5937b71cbf2cdec6379b9caf5376ac2a1ad79df (diff) |
Don't use this quick hack on Android.
It *seems* to cause missing areas (at least in Impress).
(i.e. the bottom half or right side of headers on slides can sometimes
go missing, not using this hack fixes the problem for me).
Change-Id: I205531666e0ad12470020e5ff2568ebf16bc2f01
Diffstat (limited to 'svx/source/sdr/contact')
-rw-r--r-- | svx/source/sdr/contact/objectcontactofpageview.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/sdr/contact/objectcontactofpageview.cxx b/svx/source/sdr/contact/objectcontactofpageview.cxx index 1d2c154bf33a..4722632ecba2 100644 --- a/svx/source/sdr/contact/objectcontactofpageview.cxx +++ b/svx/source/sdr/contact/objectcontactofpageview.cxx @@ -243,7 +243,7 @@ namespace sdr updateViewInformation2D(aNewViewInformation2D); drawinglayer::primitive2d::Primitive2DSequence xPrimitiveSequence; -#if HAVE_FEATURE_DESKTOP +#if defined( HAVE_FEATURE_DESKTOP ) || defined( ANDROID ) // get whole Primitive2DSequence; this will already make use of updated ViewInformation2D // and may use the MapMode from the Target OutDev in the DisplayInfo xPrimitiveSequence = rDrawPageVOContact.getPrimitive2DSequenceHierarchy(rDisplayInfo); |