summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/gdi/graph.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/gdi/graph.cxx b/vcl/source/gdi/graph.cxx
index 7141e2e2cb4f..c56ddb7204eb 100644
--- a/vcl/source/gdi/graph.cxx
+++ b/vcl/source/gdi/graph.cxx
@@ -556,7 +556,7 @@ OString Graphic::getUniqueID() const
return aUniqueString;
}
-css::uno::Sequence<sal_Int8> Graphic::getUnoTunnelId() {
+const css::uno::Sequence<sal_Int8> & Graphic::getUnoTunnelId() {
static const comphelper::UnoIdInit gId;
return gId.getSeq();
}