diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-03-28 11:42:36 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-03-28 17:43:37 +0100 |
commit | 989b4f318339922080e8fa6ead14076b5d6402db (patch) | |
tree | a57b1f41604405cb50705acf9d01fbafb78b54ee /svx/source | |
parent | 3819e4f6f70ee60fc5c805f0d33c0062a396918c (diff) |
Add comphelper::WeakImplHelperBase
in the same way I added WeakComponentImplHelperBase
Change-Id: I26d93004c3ddf716063cfb2ded1bbda1b76c2a98
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165449
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/unodraw/UnoGraphicExporter.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/unodraw/UnoGraphicExporter.cxx b/svx/source/unodraw/UnoGraphicExporter.cxx index 4b971936b82a..649b70a82b5d 100644 --- a/svx/source/unodraw/UnoGraphicExporter.cxx +++ b/svx/source/unodraw/UnoGraphicExporter.cxx @@ -130,7 +130,7 @@ namespace { @implements com.sun.star.drawing.GraphicExportFilter */ - class GraphicExporter : public WeakImplHelper< XGraphicExportFilter, XServiceInfo > + class GraphicExporter : public ::cppu::WeakImplHelper< XGraphicExportFilter, XServiceInfo > { public: GraphicExporter(); |