diff options
author | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2024-03-16 18:09:20 +0100 |
---|---|---|
committer | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2024-03-29 21:19:32 +0100 |
commit | e2e9eeb822928255b3f2a31dfe98344f6d8e81cd (patch) | |
tree | 35c4c1ef20624c7c6aae71dfccd76e5c0d3d2d00 /xmloff/source/draw | |
parent | 18d0b7ac865f8d905a8b9afbe56677c89b1f406c (diff) |
tdf#146619 Recheck xmloff/*cxx with IWYU
after cleaning up unused 'using namespace' clauses
Change-Id: I9e4cd3790408ae6b0379819a8275feaf67e860cb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164941
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen <gabor.kelemen.extern@allotropia.de>
Diffstat (limited to 'xmloff/source/draw')
-rw-r--r-- | xmloff/source/draw/QRCodeContext.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/draw/descriptionimp.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/xmloff/source/draw/QRCodeContext.cxx b/xmloff/source/draw/QRCodeContext.cxx index 434065b5f203..580e4e8b9a41 100644 --- a/xmloff/source/draw/QRCodeContext.cxx +++ b/xmloff/source/draw/QRCodeContext.cxx @@ -10,7 +10,6 @@ #include "QRCodeContext.hxx" #include <com/sun/star/beans/XPropertySet.hpp> -#include <com/sun/star/graphic/XGraphic.hpp> #include <com/sun/star/drawing/BarCode.hpp> #include <com/sun/star/drawing/BarCodeErrorCorrection.hpp> diff --git a/xmloff/source/draw/descriptionimp.cxx b/xmloff/source/draw/descriptionimp.cxx index c553bb655287..e17980f55baa 100644 --- a/xmloff/source/draw/descriptionimp.cxx +++ b/xmloff/source/draw/descriptionimp.cxx @@ -18,7 +18,6 @@ */ #include <com/sun/star/beans/XPropertySet.hpp> -#include <com/sun/star/xml/sax/XAttributeList.hpp> #include <xmloff/xmltoken.hxx> #include <xmloff/xmlimp.hxx> |