diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-08-20 10:13:13 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-08-20 11:28:46 +0200 |
commit | e367e59e37499d0efca381f0b41df52c7cfc2026 (patch) | |
tree | 5d723ef00ca4d480231571cedef3029640ad6aa3 /drawinglayer | |
parent | 02c9c9adf65883ecaeef0e86a4b0b70ee3d5cf52 (diff) |
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.cxx | 7 |
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, |