summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/funcuno.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/unoobj/funcuno.cxx')
-rw-r--r--sc/source/ui/unoobj/funcuno.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/unoobj/funcuno.cxx b/sc/source/ui/unoobj/funcuno.cxx
index 90ecc9caec54..0ec86590bee2 100644
--- a/sc/source/ui/unoobj/funcuno.cxx
+++ b/sc/source/ui/unoobj/funcuno.cxx
@@ -519,7 +519,7 @@ uno::Any SAL_CALL ScFunctionAccess::callFunction( const OUString& aName,
const uno::Any& rArg = pArgArr[nPos];
uno::TypeClass eClass = rArg.getValueTypeClass();
- uno::Type aType = rArg.getValueType();
+ const uno::Type& aType = rArg.getValueType();
if ( eClass == uno::TypeClass_BYTE ||
eClass == uno::TypeClass_BOOLEAN ||
eClass == uno::TypeClass_SHORT ||