summaryrefslogtreecommitdiff
path: root/xmloff/source/core/xmlmultiimagehelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/core/xmlmultiimagehelper.cxx')
-rw-r--r--xmloff/source/core/xmlmultiimagehelper.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/core/xmlmultiimagehelper.cxx b/xmloff/source/core/xmlmultiimagehelper.cxx
index b8cb4a66eb3b..1eebf2ca1bff 100644
--- a/xmloff/source/core/xmlmultiimagehelper.cxx
+++ b/xmloff/source/core/xmlmultiimagehelper.cxx
@@ -89,9 +89,9 @@ MultiImageImportHelper::~MultiImageImportHelper()
}
}
-const SvXMLImportContext* MultiImageImportHelper::solveMultipleImages()
+SvXMLImportContextRef MultiImageImportHelper::solveMultipleImages()
{
- const SvXMLImportContext* pContext(0);
+ SvXMLImportContextRef pContext;
if(maImplContextVector.size() > 1)
{
// multiple child contexts were imported, decide which is the most valuable one