summaryrefslogtreecommitdiff
path: root/canvas/source/vcl/canvashelper.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-03-13 13:32:48 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-03-13 15:26:34 +0100
commit9d81a7ae6da283e0daa299177abd55b09d10964f (patch)
tree35ae3c0512c503cbfbda83822926f35ad7ed48a1 /canvas/source/vcl/canvashelper.hxx
parent3bbdf715208289554c016ac20beccfc5695d5e3d (diff)
rename some mpOutdev fields to mpOutdevProvider
to help my little brain keep the two things distinct Change-Id: Iaf866c410b3ce3c4720d5efff4497507f1bd57c5 Reviewed-on: https://gerrit.libreoffice.org/51210 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'canvas/source/vcl/canvashelper.hxx')
-rw-r--r--canvas/source/vcl/canvashelper.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/canvas/source/vcl/canvashelper.hxx b/canvas/source/vcl/canvashelper.hxx
index 268f3be30de2..e48191208482 100644
--- a/canvas/source/vcl/canvashelper.hxx
+++ b/canvas/source/vcl/canvashelper.hxx
@@ -294,13 +294,13 @@ namespace vclcanvas
css::rendering::XGraphicDevice* mpDevice;
/// Rendering to this outdev preserves its state
- OutDevProviderSharedPtr mpProtectedOutDev;
+ OutDevProviderSharedPtr mpProtectedOutDevProvider;
/// Rendering to this outdev does not preserve its state
- OutDevProviderSharedPtr mpOutDev;
+ OutDevProviderSharedPtr mpOutDevProvider;
/// Rendering to this outdev does not preserve its state
- OutDevProviderSharedPtr mp2ndOutDev;
+ OutDevProviderSharedPtr mp2ndOutDevProvider;
/// When true, content is able to represent alpha
bool mbHaveAlpha;