From b9bf85ffe5c1b22bb096cb63fc7059ebe590134e Mon Sep 17 00:00:00 2001 From: "Philipp Lohmann [pl]" Date: Fri, 19 Feb 2010 11:45:31 +0100 Subject: workaround deprecation warning for KillPicture --- vcl/aqua/source/dtrans/PictToBmpFlt.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vcl/aqua/source/dtrans/PictToBmpFlt.cxx') diff --git a/vcl/aqua/source/dtrans/PictToBmpFlt.cxx b/vcl/aqua/source/dtrans/PictToBmpFlt.cxx index 15f99cbef8eb..1410fc2bd66d 100644 --- a/vcl/aqua/source/dtrans/PictToBmpFlt.cxx +++ b/vcl/aqua/source/dtrans/PictToBmpFlt.cxx @@ -28,8 +28,6 @@ * ************************************************************************/ -#include "PictToBmpFlt.hxx" - /* This is a work-around to prevent 'deprecated' warning for 'KillPicture' API Hopefully we can get rid of this whole code again when the OOo PICT filter are good enough to be used see #i78953 thus this hack would vanish to again. @@ -43,6 +41,8 @@ #include #include +#include "PictToBmpFlt.hxx" + bool PICTtoBMP(com::sun::star::uno::Sequence& aPict, com::sun::star::uno::Sequence& aBmp) { -- cgit