summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLSectionImportContext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/XMLSectionImportContext.cxx')
-rw-r--r--xmloff/source/text/XMLSectionImportContext.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/text/XMLSectionImportContext.cxx b/xmloff/source/text/XMLSectionImportContext.cxx
index 88a5e488310c..ea8ed959435a 100644
--- a/xmloff/source/text/XMLSectionImportContext.cxx
+++ b/xmloff/source/text/XMLSectionImportContext.cxx
@@ -130,7 +130,7 @@ void XMLSectionImportContext::StartElement(
bValid = true;
}
- UniReference<XMLTextImportHelper> rHelper = GetImport().GetTextImport();
+ rtl::Reference<XMLTextImportHelper> rHelper = GetImport().GetTextImport();
// valid?
if (bValid)
@@ -333,7 +333,7 @@ void XMLSectionImportContext::EndElement()
{
// get rid of last paragraph
// (unless it's the only paragraph in the section)
- UniReference<XMLTextImportHelper> rHelper = GetImport().GetTextImport();
+ rtl::Reference<XMLTextImportHelper> rHelper = GetImport().GetTextImport();
rHelper->GetCursor()->goRight(1, sal_False);
if (bHasContent)
{