From 87713a4743dbc562227bf25f0232b24d56fcc265 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Mon, 10 Apr 2017 17:03:50 +0200 Subject: xmloff: rename one overloaded XMLTextParagraphExport::exportText ... to exportCharacterData. The others all export XTexts. Change-Id: Ic4b1d6364c15d99d839e2736d4c2966d7aa302d4 --- include/xmloff/txtparae.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/xmloff') 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); -- cgit