diff options
author | Michael Stahl <mstahl@redhat.com> | 2017-04-10 17:03:50 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-04-11 16:56:38 +0200 |
commit | 87713a4743dbc562227bf25f0232b24d56fcc265 (patch) | |
tree | 302e3743c996293a280b1600f87af08c564ba00e /include/xmloff | |
parent | a730dc1b566565472ea7e4b94f0dea9705d0a809 (diff) |
xmloff: rename one overloaded XMLTextParagraphExport::exportText
... to exportCharacterData. The others all export XTexts.
Change-Id: Ic4b1d6364c15d99d839e2736d4c2966d7aa302d4
Diffstat (limited to 'include/xmloff')
-rw-r--r-- | include/xmloff/txtparae.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/txtparae.hxx b/include/xmloff/txtparae.hxx index 9f737e665b1b..a93615ad83d5 100644 --- a/include/xmloff/txtparae.hxx +++ b/include/xmloff/txtparae.hxx @@ -492,7 +492,7 @@ public: // This method exports the given OUString - void exportText( + void exportCharacterData( const OUString& rText, bool& rPrevCharWasSpace); |