summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/graph.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/gdi/graph.cxx')
-rw-r--r--vcl/source/gdi/graph.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/gdi/graph.cxx b/vcl/source/gdi/graph.cxx
index 9a7073740c7c..3e8814192dbf 100644
--- a/vcl/source/gdi/graph.cxx
+++ b/vcl/source/gdi/graph.cxx
@@ -558,8 +558,8 @@ OString Graphic::getUniqueID() const
}
css::uno::Sequence<sal_Int8> Graphic::getUnoTunnelId() {
- static cppu::OImplementationId gId;
- return gId.getImplementationId();
+ static const comphelper::UnoIdInit gId;
+ return gId.getSeq();
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */