summaryrefslogtreecommitdiff
path: root/drawinglayer
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-05-18 16:00:09 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-05-18 21:42:10 +0200
commit3d36ff1a1d94bcdb6facf12eec00a532b6640880 (patch)
treedf0ecd92d5974ea9c4b6634df83cb3ef5d409f15 /drawinglayer
parent67b5e875c65c5ed72a170a03d33992edd3802c75 (diff)
loplugin:unusedfields
Change-Id: Ib574403a7f7f8b11c6263c9c19ec6b65c8374ddd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115753 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'drawinglayer')
-rw-r--r--drawinglayer/qa/unit/vclmetafileprocessor2d.cxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/drawinglayer/qa/unit/vclmetafileprocessor2d.cxx b/drawinglayer/qa/unit/vclmetafileprocessor2d.cxx
index a8088bf99560..28112e61647b 100644
--- a/drawinglayer/qa/unit/vclmetafileprocessor2d.cxx
+++ b/drawinglayer/qa/unit/vclmetafileprocessor2d.cxx
@@ -35,9 +35,6 @@ class VclMetaFileProcessor2DTest : public test::BootstrapFixture
{
VclPtr<VirtualDevice> mVclDevice;
uno::Reference<rendering::XCanvas> mCanvas;
- rendering::ViewState mViewState;
- rendering::RenderState mRenderState;
- uno::Sequence<double> mColorBlack;
// if enabled - check the result images with:
// "xdg-open ./workdir/CppunitTest/drawinglayer_processors.test.core/"
@@ -59,18 +56,6 @@ public:
{
}
- virtual void setUp() override
- {
- BootstrapFixture::setUp();
- mColorBlack = vcl::unotools::colorToStdColorSpaceSequence(COL_BLACK);
- // Geometry init
- com::sun::star::geometry::AffineMatrix2D aUnit(1, 0, 0, 0, 1, 0);
- mViewState.AffineTransform = aUnit;
- mRenderState.AffineTransform = aUnit;
- mRenderState.DeviceColor = mColorBlack;
- mRenderState.CompositeOperation = rendering::CompositeOperation::OVER;
- }
-
virtual void tearDown() override
{
mVclDevice.clear();