summaryrefslogtreecommitdiff
path: root/svx/inc
diff options
context:
space:
mode:
authorRadek Doulik <rodo@novell.com>2011-11-07 11:33:41 +0100
committerRadek Doulik <rodo@novell.com>2011-11-07 12:08:28 +0100
commit41ae924469c9ec1ad76da8077014ca6598f4bd98 (patch)
treea263a0df277961bb304bf5aaa1d68da8919eaa15 /svx/inc
parent959302bfd9093b89916517b6589f64bf86610128 (diff)
fixed remaining issues with ooxml custom shapes scaling
Diffstat (limited to 'svx/inc')
-rw-r--r--svx/inc/svx/EnhancedCustomShape2d.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/svx/inc/svx/EnhancedCustomShape2d.hxx b/svx/inc/svx/EnhancedCustomShape2d.hxx
index d2228e90c743..ebd7f0bd7162 100644
--- a/svx/inc/svx/EnhancedCustomShape2d.hxx
+++ b/svx/inc/svx/EnhancedCustomShape2d.hxx
@@ -92,8 +92,6 @@ class EnhancedCustomShape2d : public SfxItemSet
double fXScale;
double fYScale;
- double fXScaleOOXML;
- double fYScaleOOXML;
double fXRatio;
double fYRatio;
@@ -136,7 +134,7 @@ class EnhancedCustomShape2d : public SfxItemSet
void AdaptObjColor(SdrPathObj& rObj, const SfxItemSet& rCustomShapeSet,
sal_uInt32& nColorIndex, sal_uInt32 nColorCount);
sal_Bool GetParameter( double& rParameterReturnValue, const com::sun::star::drawing::EnhancedCustomShapeParameter&,
- const sal_Bool bReplaceGeoWidth, const sal_Bool bReplaceGeoHeight, sal_Bool& bNormal ) const;
+ const sal_Bool bReplaceGeoWidth, const sal_Bool bReplaceGeoHeight ) const;
Point GetPoint( const com::sun::star::drawing::EnhancedCustomShapeParameterPair&,
const sal_Bool bScale = sal_True, const sal_Bool bReplaceGeoSize = sal_False ) const;