diff options
author | Thorsten Behrens <tbehrens@novell.com> | 2011-10-19 13:25:35 +0200 |
---|---|---|
committer | Thorsten Behrens <tbehrens@novell.com> | 2011-10-21 12:05:07 +0200 |
commit | 716c052a1c62d5acacab202e8f0ee88b4f70d8c2 (patch) | |
tree | d5cb8d6e835720aad0bb64c684f34a8bdc9b706a /svx/inc | |
parent | 8ee4e99a78a7a7f16bafa56e08ef9649cc69dbdb (diff) |
Fix fdo#41995 - true embedding of svg images.
Previously, svg images were always wrapped as .svm metafiles with
a preview graphic. Sucks for interop - so now, we save true svgs
at least for bleeding edge extended odf1.2
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/svx/xmlgrhlp.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/svx/inc/svx/xmlgrhlp.hxx b/svx/inc/svx/xmlgrhlp.hxx index f8260b9dfd95..fef8af594ba4 100644 --- a/svx/inc/svx/xmlgrhlp.hxx +++ b/svx/inc/svx/xmlgrhlp.hxx @@ -92,7 +92,8 @@ private: const ::rtl::OUString& rPictureStreamName ); SVX_DLLPRIVATE sal_Bool ImplWriteGraphic( const ::rtl::OUString& rPictureStorageName, const ::rtl::OUString& rPictureStreamName, - const ::rtl::OUString& rGraphicId ); + const ::rtl::OUString& rGraphicId, + bool bUseGfxLink ); SVX_DLLPRIVATE void ImplInsertGraphicURL( const ::rtl::OUString& rURLStr, sal_uInt32 nInsertPos, rtl::OUString& rRequestedFileName ); protected: |