summaryrefslogtreecommitdiff
path: root/vcl/source/graphic/UnoGraphic.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/graphic/UnoGraphic.cxx')
-rw-r--r--vcl/source/graphic/UnoGraphic.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/graphic/UnoGraphic.cxx b/vcl/source/graphic/UnoGraphic.cxx
index f6a3431a7068..45225261f836 100644
--- a/vcl/source/graphic/UnoGraphic.cxx
+++ b/vcl/source/graphic/UnoGraphic.cxx
@@ -43,7 +43,7 @@ Graphic::~Graphic() throw()
void Graphic::init( const ::Graphic& rGraphic )
throw()
{
- maGraphic = ::Graphic(rGraphic);
+ maGraphic = rGraphic;
unographic::GraphicDescriptor::init(maGraphic);
}