summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/calcconfig.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/tool/calcconfig.cxx')
-rw-r--r--sc/source/core/tool/calcconfig.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/tool/calcconfig.cxx b/sc/source/core/tool/calcconfig.cxx
index 96277ce01194..6f287307a912 100644
--- a/sc/source/core/tool/calcconfig.cxx
+++ b/sc/source/core/tool/calcconfig.cxx
@@ -24,7 +24,7 @@
using comphelper::ConfigurationListener;
-static rtl::Reference<ConfigurationListener> getMiscListener()
+static rtl::Reference<ConfigurationListener> const & getMiscListener()
{
static rtl::Reference<ConfigurationListener> xListener;
if (!xListener.is())