summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/imagemgr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/appl/imagemgr.cxx')
-rw-r--r--sfx2/source/appl/imagemgr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/appl/imagemgr.cxx b/sfx2/source/appl/imagemgr.cxx
index 8444682ac3c5..3cfe055323c1 100644
--- a/sfx2/source/appl/imagemgr.cxx
+++ b/sfx2/source/appl/imagemgr.cxx
@@ -101,7 +101,7 @@ Image SAL_CALL GetImage(
aCommandURL += OUString::createFromAscii( pSlot->GetUnoName() );
}
else
- aCommandURL = OUString();
+ aCommandURL.clear();
}
Reference< XImageManager > xDocImgMgr;