summaryrefslogtreecommitdiff
path: root/oox/inc/oox/drawingml/fillproperties.hxx
diff options
context:
space:
mode:
authorMuthu Subramanian <sumuthu@suse.com>2012-12-19 20:03:51 +0530
committerMuthu Subramanian <sumuthu@suse.com>2012-12-19 20:03:51 +0530
commitabd87f5085267ea514ebd34b23e42fb9b4b6466b (patch)
treeb178cfbb3ba347d7eec40843644554349c981656 /oox/inc/oox/drawingml/fillproperties.hxx
parenteaf3c60194e440e8a9bebac46f8d55ba6246001a (diff)
n#794350: [PPTX] Flip gradient fill as well.
Diffstat (limited to 'oox/inc/oox/drawingml/fillproperties.hxx')
-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;
};
// ============================================================================