summaryrefslogtreecommitdiffstats
path: root/canvas/inc/base/graphicdevicebase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'canvas/inc/base/graphicdevicebase.hxx')
-rw-r--r--canvas/inc/base/graphicdevicebase.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/canvas/inc/base/graphicdevicebase.hxx b/canvas/inc/base/graphicdevicebase.hxx
index 6045d32f3b30..03aec9a85203 100644
--- a/canvas/inc/base/graphicdevicebase.hxx
+++ b/canvas/inc/base/graphicdevicebase.hxx
@@ -325,7 +325,7 @@ namespace canvas
css::uno::Any getDumpScreenContent() const
{
- return css::uno::makeAny( mbDumpScreenContent );
+ return css::uno::Any( mbDumpScreenContent );
}
void setDumpScreenContent( const css::uno::Any& rAny )