summaryrefslogtreecommitdiff
path: root/filter/source/msfilter/escherex.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/msfilter/escherex.cxx')
-rw-r--r--filter/source/msfilter/escherex.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/filter/source/msfilter/escherex.cxx b/filter/source/msfilter/escherex.cxx
index f27f2b90675c..c57ca80646e1 100644
--- a/filter/source/msfilter/escherex.cxx
+++ b/filter/source/msfilter/escherex.cxx
@@ -729,10 +729,9 @@ sal_Bool EscherPropertyContainer::GetLineArrow( const sal_Bool bLineStart,
aAny, rXPropSet, sLineName, sal_False ) )
{
String aArrowStartName = *(::rtl::OUString*)aAny.getValue();
- rtl::OUString aApiName;
sal_Int16 nWhich = bLineStart ? XATTR_LINESTART : XATTR_LINEEND;
- SvxUnogetApiNameForItem( nWhich, aArrowStartName, aApiName );
+ OUString aApiName = SvxUnogetApiNameForItem(nWhich, aArrowStartName);
if ( !aApiName.isEmpty() )
{