From a8356ceb0f9345ebd5171439e3b882642f5fbad5 Mon Sep 17 00:00:00 2001 From: Grzegorz Araminowicz Date: Mon, 30 Sep 2019 13:09:13 +0200 Subject: SmartArt edit UI: fix crash on empty node text Change-Id: Idacbbb50cbdd8ae4c78f3159bc362c7ee2137149 Reviewed-on: https://gerrit.libreoffice.org/79848 Tested-by: Jenkins Reviewed-by: Grzegorz Araminowicz --- oox/inc/drawingml/textbody.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'oox/inc') diff --git a/oox/inc/drawingml/textbody.hxx b/oox/inc/drawingml/textbody.hxx index 835f1c34b792..38996abe03ea 100644 --- a/oox/inc/drawingml/textbody.hxx +++ b/oox/inc/drawingml/textbody.hxx @@ -62,6 +62,7 @@ public: const TextCharacterProperties& rTextStyleProperties, const TextListStylePtr& pMasterTextListStyle ) const; bool isEmpty() const; + OUString toString() const; void ApplyStyleEmpty( const ::oox::core::XmlFilterBase& rFilterBase, -- cgit