diff options
author | Caolán McNamara <caolan.mcnamara@collabora.com> | 2023-08-11 11:15:22 +0100 |
---|---|---|
committer | Caolán McNamara <caolan.mcnamara@collabora.com> | 2023-08-11 18:13:04 +0200 |
commit | c88855c45a675cf28e2cfe4fa261c2b0339f5898 (patch) | |
tree | 8e5cfd645086526f225be5f369525539717d39f7 /include/oox/vml/vmlshape.hxx | |
parent | 5aeb15e95d26ce6de28eb5f5933324828d553f41 (diff) |
split ShapeBase::convertShapeProperties into two parts
Change-Id: I62f42e54c776f15ea83c5fc861bb4f4ff899e891
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155584
Tested-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Diffstat (limited to 'include/oox/vml/vmlshape.hxx')
-rw-r--r-- | include/oox/vml/vmlshape.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/oox/vml/vmlshape.hxx b/include/oox/vml/vmlshape.hxx index 8c63d8cbd26c..2aa2163653de 100644 --- a/include/oox/vml/vmlshape.hxx +++ b/include/oox/vml/vmlshape.hxx @@ -295,6 +295,9 @@ protected: css::awt::Rectangle calcShapeRectangle( const ShapeParentAnchor* pParentAnchor ) const; + /** Collects common shape properties such as formatting attributes. */ + oox::drawingml::ShapePropertyMap makeShapePropertyMap() const; + /** Converts common shape properties such as formatting attributes. */ void convertShapeProperties( const css::uno::Reference< css::drawing::XShape >& rxShape ) const; |