summaryrefslogtreecommitdiff
path: root/writerperfect/source/writer/exp/xmltext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerperfect/source/writer/exp/xmltext.cxx')
-rw-r--r--writerperfect/source/writer/exp/xmltext.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/writerperfect/source/writer/exp/xmltext.cxx b/writerperfect/source/writer/exp/xmltext.cxx
index 1472a23c3763..8177be04b573 100644
--- a/writerperfect/source/writer/exp/xmltext.cxx
+++ b/writerperfect/source/writer/exp/xmltext.cxx
@@ -28,14 +28,14 @@ XMLBodyContentContext::XMLBodyContentContext(XMLImport& rImport)
void XMLBodyContentContext::endElement(const OUString& /*rName*/)
{
- if (mrImport.GetIsInPageSpan())
- mrImport.GetGenerator().closePageSpan();
+ if (GetImport().GetIsInPageSpan())
+ GetImport().GetGenerator().closePageSpan();
}
rtl::Reference<XMLImportContext> XMLBodyContentContext::CreateChildContext(
const OUString& rName, const css::uno::Reference<css::xml::sax::XAttributeList>& /*xAttribs*/)
{
- return CreateTextChildContext(mrImport, rName);
+ return CreateTextChildContext(GetImport(), rName);
}
rtl::Reference<XMLImportContext> CreateTextChildContext(XMLImport& rImport, const OUString& rName)