diff options
author | Muthu Subramanian <sumuthu@suse.com> | 2012-08-14 17:41:59 +0530 |
---|---|---|
committer | Muthu Subramanian <sumuthu@suse.com> | 2012-08-14 17:47:03 +0530 |
commit | ed011e491bc9c4ca5ea90851bb81384eb0b47537 (patch) | |
tree | 27ce3a9ad1bca75dd716424630f902deb0d54922 /oox/inc | |
parent | 789b162cce8ad306861344e8497eab460983440b (diff) |
n#759180: Push oox default spacing values.
Diffstat (limited to 'oox/inc')
-rw-r--r-- | oox/inc/oox/drawingml/textparagraphproperties.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/inc/oox/drawingml/textparagraphproperties.hxx b/oox/inc/oox/drawingml/textparagraphproperties.hxx index c9f6ea7af4ae..3dacd86831ad 100644 --- a/oox/inc/oox/drawingml/textparagraphproperties.hxx +++ b/oox/inc/oox/drawingml/textparagraphproperties.hxx @@ -97,7 +97,7 @@ public: void apply( const TextParagraphProperties& rSourceProps ); void pushToPropSet( const ::oox::core::XmlFilterBase* pFilterBase, const ::com::sun::star::uno::Reference < ::com::sun::star::beans::XPropertySet > & xPropSet, - PropertyMap& rioBulletList, const BulletList* pMasterBuList, sal_Bool bApplyBulletList, float fFontSize ) const; + PropertyMap& rioBulletList, const BulletList* pMasterBuList, sal_Bool bApplyBulletList, float fFontSize, bool bPushDefaultValues = false ) const; void pushToPropSet( const ::com::sun::star::uno::Reference < ::com::sun::star::beans::XPropertySet > & xPropSet) const; /** Returns the largest character size of this paragraph. If possible the |