summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMuthu Subramanian <sumuthu@collabora.com>2013-10-10 12:19:38 +0530
committerMuthu Subramanian <sumuthu@collabora.com>2013-10-10 12:22:13 +0530
commitcd40d2ba9e8ed17cc870606b17ac2dffceb2813d (patch)
tree85fbf79a47f502bef53930d409392f4f50038773 /include
parent-Werror,-Wunused-variable (diff)
downloadcore-cd40d2ba9e8ed17cc870606b17ac2dffceb2813d.tar.gz
core-cd40d2ba9e8ed17cc870606b17ac2dffceb2813d.zip
n#819614: Lines running off the screens.
Also fixed the test cases.
Diffstat (limited to 'include')
-rw-r--r--include/oox/drawingml/customshapeproperties.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/drawingml/customshapeproperties.hxx b/include/oox/drawingml/customshapeproperties.hxx
index e44f20db95e2..00f47de76e21 100644
--- a/include/oox/drawingml/customshapeproperties.hxx
+++ b/include/oox/drawingml/customshapeproperties.hxx
@@ -130,7 +130,7 @@ public:
void pushToPropSet( const ::oox::core::FilterBase& rFilterBase,
const ::com::sun::star::uno::Reference < ::com::sun::star::beans::XPropertySet > & xPropSet,
- const ::com::sun::star::uno::Reference < ::com::sun::star::drawing::XShape > & xShape);
+ const ::com::sun::star::uno::Reference < ::com::sun::star::drawing::XShape > & xShape, const ::com::sun::star::awt::Size &aSize );
sal_Int32 getShapePresetType() const { return mnShapePresetType; }
OUString getShapePresetTypeName() const;