PictToBmpFlt.cxx (c235b4bc) PictToBmpFlt.cxx (b720c592)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 17 unchanged lines hidden (view full) ---

26 are good enough to be used see #i78953 thus this hack would vanish to again.
27 */
28#include <premac.h>
29#include <AvailabilityMacros.h>
30#undef DEPRECATED_ATTRIBUTE
31#define DEPRECATED_ATTRIBUTE
32
33#include <Carbon/Carbon.h>
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 17 unchanged lines hidden (view full) ---

26 are good enough to be used see #i78953 thus this hack would vanish to again.
27 */
28#include <premac.h>
29#include <AvailabilityMacros.h>
30#undef DEPRECATED_ATTRIBUTE
31#define DEPRECATED_ATTRIBUTE
32
33#include <Carbon/Carbon.h>
34// #include <QuickTime/QuickTime.h>
35#include <postmac.h>
36
37#include "PictToBmpFlt.hxx"
38
39bool PICTtoPNG( com::sun::star::uno::Sequence<sal_Int8>& rPictData,
40 com::sun::star::uno::Sequence<sal_Int8>& rPngData)
41{
42#ifdef MAC_OS_X_VERSION_10_6

--- 151 unchanged lines hidden ---
34#include <postmac.h>
35
36#include "PictToBmpFlt.hxx"
37
38bool PICTtoPNG( com::sun::star::uno::Sequence<sal_Int8>& rPictData,
39 com::sun::star::uno::Sequence<sal_Int8>& rPngData)
40{
41#ifdef MAC_OS_X_VERSION_10_6

--- 151 unchanged lines hidden ---