sd/source/filter/grf/sdgrffilter.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit af87ecf801ed59c2c27764357a51fa48c7a52f96 Author: Miklos Vajna <[email protected]> AuthorDate: Mon Dec 8 11:43:38 2025 +0100 Commit: Miklos Vajna <[email protected]> CommitDate: Mon Dec 8 11:49:02 2025 +0100 sd: fix missing include sd/source/filter/grf/sdgrffilter.cxx:134:40: error: ‘comphelper::LibreOfficeKit’ has not been declared Change-Id: I2ad09cc32ac9be506ab615b4eb7536796d454bc3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/195218 Tested-by: Caolán McNamara <[email protected]> Reviewed-by: Caolán McNamara <[email protected]> diff --git a/sd/source/filter/grf/sdgrffilter.cxx b/sd/source/filter/grf/sdgrffilter.cxx index 10ad074709c4..b6024cc4093a 100644 --- a/sd/source/filter/grf/sdgrffilter.cxx +++ b/sd/source/filter/grf/sdgrffilter.cxx @@ -46,6 +46,7 @@ #include <com/sun/star/lang/XComponent.hpp> #include <com/sun/star/view/XSelectionSupplier.hpp> #include <cppuhelper/implbase.hxx> +#include <comphelper/lok.hxx> #include <com/sun/star/task/XInteractionHandler.hpp> #include <com/sun/star/task/XInteractionRequest.hpp> #include <com/sun/star/drawing/GraphicFilterRequest.hpp>
