diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2013-07-01 12:20:09 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2013-07-02 11:55:42 +0200 |
commit | f24e4c74d7d6a7d95090c6fa6a584fed7787706c (patch) | |
tree | b94d3592a7f592e16680afdcd55016b8937e329d /include/oox | |
parent | b1f78c44c1acc246f06a963383232c9bf649a06b (diff) |
fdo#46361 oox: handle multiple w:p for groupshape textboxes
One testcase had to be adjusted, as it seems previously we stripped all
newlines at the end (I consider that as a bug), and now we only strip
the last one (so the resulting number of paragraphs on the shape and in
the source document equal).
Change-Id: Ic22b96c2992b53c72e2609e2286622173b86065c
Diffstat (limited to 'include/oox')
-rw-r--r-- | include/oox/vml/vmltextboxcontext.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/oox/vml/vmltextboxcontext.hxx b/include/oox/vml/vmltextboxcontext.hxx index 755d2d594e3e..1a44e41ee4b1 100644 --- a/include/oox/vml/vmltextboxcontext.hxx +++ b/include/oox/vml/vmltextboxcontext.hxx @@ -65,6 +65,7 @@ public: virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ); + virtual void onEndElement(); private: TextBox& mrTextBox; |