summaryrefslogtreecommitdiffstats
path: root/drawinglayer
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-08-20 10:13:13 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-08-20 11:28:46 +0200
commite367e59e37499d0efca381f0b41df52c7cfc2026 (patch)
tree5d723ef00ca4d480231571cedef3029640ad6aa3 /drawinglayer
parentmake BitmapPalette a COW type (diff)
downloadcore-e367e59e37499d0efca381f0b41df52c7cfc2026.tar.gz
core-e367e59e37499d0efca381f0b41df52c7cfc2026.zip
loplugin:unusedfields
Change-Id: Ie27afe4c2438c44baece4b926572584c6695dc39 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120774 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'drawinglayer')
-rw-r--r--drawinglayer/source/geometry/viewinformation2d.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/drawinglayer/source/geometry/viewinformation2d.cxx b/drawinglayer/source/geometry/viewinformation2d.cxx
index 94def8eda93c..115d8cd0b039 100644
--- a/drawinglayer/source/geometry/viewinformation2d.cxx
+++ b/drawinglayer/source/geometry/viewinformation2d.cxx
@@ -77,13 +77,6 @@ protected:
bool mbReducedDisplayQuality : 1;
- // the complete PropertyValue representation (if already created)
- uno::Sequence<beans::PropertyValue> mxViewInformation;
-
- // the extra PropertyValues; not represented by ViewTransformation,
- // Viewport, VisualizedPage or ViewTime
- uno::Sequence<beans::PropertyValue> mxExtendedInformation;
-
public:
ImpViewInformation2D(const basegfx::B2DHomMatrix& rObjectTransformation,
const basegfx::B2DHomMatrix& rViewTransformation,