diff options
author | Pallavi Jadhav <pallavi.jadhav@synerzip.com> | 2013-02-08 10:11:42 +0530 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2013-03-06 09:22:36 +0100 |
commit | 5d10a0180f5e9922ca197cdea00ee84bc4b2d313 (patch) | |
tree | a07d9e006101dcc0d86c1f3bddf862cf7e010e93 /oox/inc | |
parent | 4ceb66d86f508629bd663d16563809524398551e (diff) |
fdo#48735: Save crop information in PPTX.
fdo#48735: Save crop information in PPTX.
Change-Id: I8aee13b11406988ab451034f43ee41c662add5fb
Diffstat (limited to 'oox/inc')
-rw-r--r-- | oox/inc/oox/export/drawingml.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/oox/inc/oox/export/drawingml.hxx b/oox/inc/oox/export/drawingml.hxx index 6198ec608537..09da104d84e3 100644 --- a/oox/inc/oox/export/drawingml.hxx +++ b/oox/inc/oox/export/drawingml.hxx @@ -106,6 +106,7 @@ public: void WriteGradientFill( ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > rXPropSet ); void WriteBlipFill( ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > rXPropSet, OUString sURLPropName, sal_Int32 nXmlNamespace ); void WriteBlipFill( ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > rXPropSet, OUString sURLPropName ); + void WriteSrcRect( ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >, const OUString& ); void WriteOutline( ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > rXPropSet ); void WriteStretch(); void WriteLinespacing( ::com::sun::star::style::LineSpacing& rLineSpacing ); |