diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-01-24 12:43:30 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-01-24 12:56:09 +0000 |
commit | b663316e83ec6b19b8fc33ade38086b22ab04b67 (patch) | |
tree | 63102c6bd5e4b53be926d4bb796aa026977fca70 /include/xmloff | |
parent | 71f7f3eaff9fd69e8b754878cc5363c55d95de59 (diff) |
Resolves: fdo#73355 reconcile legacy path bug detection
reconcile
"223f6b631c1b087754c0f9051fb55f029f2503ce
Resolves: #i123433# Detect pseudo-vertices at svg import..."
with
"7a19798c73fd39d8d69ff6364f0696e68cdd1381"
Compatibility option for incorrect relative moves after closePath (fdo#47406)
and
"a2ee8055e9c136923f0244fe289cac6377933c31"
Fix fdo#47406 incorrect relative moves after closePath
Change-Id: I1221099a40500aeb4165a3350d8ae2df1fd3111b
Diffstat (limited to 'include/xmloff')
-rw-r--r-- | include/xmloff/xmlimp.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/xmloff/xmlimp.hxx b/include/xmloff/xmlimp.hxx index 872a7bd3c642..2628e39fe466 100644 --- a/include/xmloff/xmlimp.hxx +++ b/include/xmloff/xmlimp.hxx @@ -462,6 +462,8 @@ public: bool embeddedFontAlreadyProcessed( const OUString& url ); virtual void NotifyEmbeddedFontRead() {}; + + bool needFixPositionAfterZ() const; }; inline UniReference< XMLTextImportHelper > SvXMLImport::GetTextImport() |