diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-02-23 09:57:59 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-02-24 10:12:59 +0100 |
commit | 76e11015a877da0eee21bb97b84a0f17bce41760 (patch) | |
tree | f0edcf77d862980abaefe52497ceb2cbee8cac4e /include/oox | |
parent | ba2a0eb8807409ed67af70ab828f45b69fe66c48 (diff) |
tdf#147609 and ofz#44965 Indirect-leak
Change-Id: I2fb89bf68d8df2da1b97942d70c386f62f61c64f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130413
Tested-by: Jenkins
Reviewed-by: Armin Le Grand <Armin.Le.Grand@me.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/oox')
-rw-r--r-- | include/oox/drawingml/drawingmltypes.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/oox/drawingml/drawingmltypes.hxx b/include/oox/drawingml/drawingmltypes.hxx index 7f7aab4ef7d1..5fe86d56439e 100644 --- a/include/oox/drawingml/drawingmltypes.hxx +++ b/include/oox/drawingml/drawingmltypes.hxx @@ -76,6 +76,7 @@ typedef std::shared_ptr< TextListStyle > TextListStylePtr; class Shape; typedef std::shared_ptr< Shape > ShapePtr; +typedef std::weak_ptr< Shape > WeakShapePtr; class Theme; typedef std::shared_ptr< Theme > ThemePtr; |