summaryrefslogtreecommitdiff
path: root/canvas/source/vcl/canvashelper.hxx
diff options
context:
space:
mode:
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;