diff options
author | Philipp Lohmann [pl] <Philipp.Lohmann@Sun.COM> | 2010-02-19 11:45:31 +0100 |
---|---|---|
committer | Philipp Lohmann [pl] <Philipp.Lohmann@Sun.COM> | 2010-02-19 11:45:31 +0100 |
commit | b9bf85ffe5c1b22bb096cb63fc7059ebe590134e (patch) | |
tree | 9c142ebc3a539b8101df5217a1c4a9ed41a26021 /vcl | |
parent | 42387e80acf3401bf65af9b8f53119400ee37dba (diff) |
workaround deprecation warning for KillPicture
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/aqua/source/dtrans/PictToBmpFlt.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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 <QuickTime/QuickTime.h> #include <postmac.h> +#include "PictToBmpFlt.hxx" + bool PICTtoBMP(com::sun::star::uno::Sequence<sal_Int8>& aPict, com::sun::star::uno::Sequence<sal_Int8>& aBmp) { |