From 9d81a7ae6da283e0daa299177abd55b09d10964f Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 13 Mar 2018 13:32:48 +0200 Subject: 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 Reviewed-by: Noel Grandin --- canvas/source/vcl/canvashelper.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'canvas/source/vcl/canvashelper.hxx') 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; -- cgit