Kaydet (Commit) b94de8fa authored tarafından Katarina Behrens's avatar Katarina Behrens

Related tdf#88056: Use correct service name

Now the page title field can finally be imported and displayed in
Impress \o/ It was a simple copy'n'pasta error, but damn, was it
hard to find ...

Change-Id: I04a3c71568960a66721269da3208208e168a99ac
üst f89f3c56
...@@ -4166,7 +4166,7 @@ XMLPageTitleFieldImportContext::XMLPageTitleFieldImportContext( ...@@ -4166,7 +4166,7 @@ XMLPageTitleFieldImportContext::XMLPageTitleFieldImportContext(
XMLTextImportHelper& rHlp, /// Text import helper XMLTextImportHelper& rHlp, /// Text import helper
sal_uInt16 nPrfx, /// namespace prefix sal_uInt16 nPrfx, /// namespace prefix
const OUString& sLocalName) /// element name w/o prefix const OUString& sLocalName) /// element name w/o prefix
: XMLTextFieldImportContext(rImport, rHlp, sAPI_datetime, nPrfx, sLocalName ) : XMLTextFieldImportContext(rImport, rHlp, sAPI_pagetitle, nPrfx, sLocalName )
{ {
sServicePrefix = sAPI_presentation_prefix; sServicePrefix = sAPI_presentation_prefix;
bValid = true; bValid = true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment