diff options
author | Katarina Behrens <Katarina.Behrens@cib.de> | 2015-04-22 22:57:37 +0200 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2015-04-22 23:04:22 +0200 |
commit | b94de8fa13faa2849ead136d22cfb46f7d3bfddc (patch) | |
tree | f0b2e4568ce136b79e3e703e612fd3f917fc5533 /xmloff | |
parent | f89f3c56fec75b122ce392b7736d7585fc7f2279 (diff) |
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
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/text/txtfldi.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/txtfldi.cxx b/xmloff/source/text/txtfldi.cxx index 0c7e0ee90cfd..7b1cec1561e9 100644 --- a/xmloff/source/text/txtfldi.cxx +++ b/xmloff/source/text/txtfldi.cxx @@ -4166,7 +4166,7 @@ XMLPageTitleFieldImportContext::XMLPageTitleFieldImportContext( XMLTextImportHelper& rHlp, /// Text import helper sal_uInt16 nPrfx, /// namespace 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; bValid = true; |