summaryrefslogtreecommitdiff
path: root/oox/inc/oox
diff options
context:
space:
mode:
authorMuthu Subramanian <sumuthu@suse.com>2012-12-19 20:03:51 +0530
committerNoel Power <noel.power@suse.com>2013-01-15 13:01:05 +0000
commitfb3becfdb10cde48b6ee5d6fdc9337bf71796fd6 (patch)
treea2fa9fc28a33dd6e198012b1fd1edd99de0fdef4 /oox/inc/oox
parent4a6f6d761263a7dc5eb1091efa252b8dc4ccf538 (diff)
n#794350: [PPTX] Flip gradient fill as well.
Signed-off-by: Noel Power <noel.power@suse.com>
Diffstat (limited to 'oox/inc/oox')
-rw-r--r--oox/inc/oox/drawingml/fillproperties.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/oox/inc/oox/drawingml/fillproperties.hxx b/oox/inc/oox/drawingml/fillproperties.hxx
index 546766345a48..fb9aa849e92e 100644
--- a/oox/inc/oox/drawingml/fillproperties.hxx
+++ b/oox/inc/oox/drawingml/fillproperties.hxx
@@ -120,7 +120,9 @@ struct OOX_DLLPUBLIC FillProperties
ShapePropertyMap& rPropMap,
const GraphicHelper& rGraphicHelper,
sal_Int32 nShapeRotation = 0,
- sal_Int32 nPhClr = API_RGB_TRANSPARENT ) const;
+ sal_Int32 nPhClr = API_RGB_TRANSPARENT,
+ bool bFlipH = false,
+ bool bFlipV = false ) const;
};
// ============================================================================