diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2008-06-20 05:41:15 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2008-06-20 05:41:15 +0000 |
commit | 744146c5c30e7915ebf72b5a83ed1511ebbaba7c (patch) | |
tree | 5eb560af04e21422bd611c188967ba7a5fc592db /oox/inc/oox/drawingml/fillproperties.hxx | |
parent | c84fbfac8227352879de755489544755b70c6fc0 (diff) |
INTEGRATION: CWS ooxtablefilter (1.3.2); FILE MERGED
2008/06/10 09:54:01 sj 1.3.2.2: RESYNC: (1.3-1.4); FILE MERGED
2008/04/02 17:43:47 sj 1.3.2.1: added table import
Diffstat (limited to 'oox/inc/oox/drawingml/fillproperties.hxx')
-rw-r--r-- | oox/inc/oox/drawingml/fillproperties.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/oox/inc/oox/drawingml/fillproperties.hxx b/oox/inc/oox/drawingml/fillproperties.hxx index 57c88702d020..3c6444ea352c 100644 --- a/oox/inc/oox/drawingml/fillproperties.hxx +++ b/oox/inc/oox/drawingml/fillproperties.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: fillproperties.hxx,v $ - * $Revision: 1.4 $ + * $Revision: 1.5 $ * * This file is part of OpenOffice.org. * @@ -67,7 +67,7 @@ public: FillProperties( sal_Int32 nContext = XML_spPr ); virtual ~FillProperties(); - void apply( const FillPropertiesPtr& ); + void apply( const FillProperties& ); void pushToPropSet( const ::oox::core::XmlFilterBase& rFilterBase, const ::com::sun::star::uno::Reference < ::com::sun::star::beans::XPropertySet > & xPropSet, sal_Int32 nShapeRotation ) const; |