summaryrefslogtreecommitdiff
path: root/writerfilter/source/ooxml/qnametostrcore.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerfilter/source/ooxml/qnametostrcore.cxx')
-rw-r--r--writerfilter/source/ooxml/qnametostrcore.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/writerfilter/source/ooxml/qnametostrcore.cxx b/writerfilter/source/ooxml/qnametostrcore.cxx
index 2cf13703d99a..c4509b9a76f7 100644
--- a/writerfilter/source/ooxml/qnametostrcore.cxx
+++ b/writerfilter/source/ooxml/qnametostrcore.cxx
@@ -24,7 +24,7 @@ namespace writerfilter
QNameToString::Pointer_t QNameToString::pInstance;
-QNameToString::Pointer_t QNameToString::Instance()
+QNameToString::Pointer_t const & QNameToString::Instance()
{
if (pInstance.get() == nullptr)
pInstance = QNameToString::Pointer_t(new QNameToString());