diff options
author | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2025-01-06 11:55:05 +0100 |
---|---|---|
committer | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2025-04-13 10:58:12 +0200 |
commit | 99741c0ece2bf4ed81719083e2906aaf8b34bfff (patch) | |
tree | 7d28b2efde5a89d9987192c0bdf0955f62b8f50f /cppcanvas/source/inc | |
parent | 8d9cd8c894e18f28859f613eab1c8819d2e58b3e (diff) |
Remove obsolete fw declarations from cppcanvas/ cui/
found with bin/find-unneeded-includes --fwdecl
Change-Id: Ie0669b460378c909d5cee2a786763e4d54087ff0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/183881
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen <gabor.kelemen.extern@allotropia.de>
Diffstat (limited to 'cppcanvas/source/inc')
-rw-r--r-- | cppcanvas/source/inc/canvasgraphichelper.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cppcanvas/source/inc/canvasgraphichelper.hxx b/cppcanvas/source/inc/canvasgraphichelper.hxx index 03f6b91b6f46..33480d71613a 100644 --- a/cppcanvas/source/inc/canvasgraphichelper.hxx +++ b/cppcanvas/source/inc/canvasgraphichelper.hxx @@ -27,11 +27,6 @@ #include <optional> -namespace com::sun::star::rendering -{ - class XGraphicDevice; -} - /* Definition of CanvasGraphicHelper class */ |