summaryrefslogtreecommitdiff
path: root/xmloff/source/style/impastpl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/impastpl.cxx')
-rw-r--r--xmloff/source/style/impastpl.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/xmloff/source/style/impastpl.cxx b/xmloff/source/style/impastpl.cxx
index 67965fac188e..6110ab1a9269 100644
--- a/xmloff/source/style/impastpl.cxx
+++ b/xmloff/source/style/impastpl.cxx
@@ -161,8 +161,7 @@ data2string(void *data,
return result.makeStringAndClear();
}
-static OUString
-any2string(uno::Any any)
+static OUString any2string(const uno::Any& any)
{
return data2string(const_cast<void*>(any.getValue()), any.pType);
}