Kaydet (Commit) 85a40fac authored tarafından abdulwd's avatar abdulwd Kaydeden (comit) Ashod Nakashian

tdf#97228 Move include file include/vcl/BitmapProcessor.hxx to vcl/inc/

Adapt users, all in vcl, accordingly.

Change-Id: I4531840091da73fa8fc29175407fa8a737deac18
Reviewed-on: https://gerrit.libreoffice.org/32442Reviewed-by: 's avatarTor Lillqvist <tml@collabora.com>
Tested-by: 's avatarTor Lillqvist <tml@collabora.com>
(cherry picked from commit e61fe745)
üst 5b6e1f43
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. * file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/ */
#ifndef INCLUDED_VCL_BITMAP_PROCESSOR_HXX #ifndef VCL_INC_BITMAP_PROCESSOR_HXX
#define INCLUDED_VCL_BITMAP_PROCESSOR_HXX #define VCL_INC_BITMAP_PROCESSOR_HXX
#include <vcl/bitmapex.hxx> #include <vcl/bitmapex.hxx>
...@@ -20,6 +20,6 @@ public: ...@@ -20,6 +20,6 @@ public:
static void colorizeImage(BitmapEx& rBitmapEx, Color aColor); static void colorizeImage(BitmapEx& rBitmapEx, Color aColor);
}; };
#endif // INCLUDED_VCL_BITMAP_PROCESSOR_HXX #endif // VCL_INC_BITMAP_PROCESSOR_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
...@@ -8,10 +8,11 @@ ...@@ -8,10 +8,11 @@
* *
*/ */
#include <vcl/BitmapProcessor.hxx>
#include <vcl/bitmapaccess.hxx> #include <vcl/bitmapaccess.hxx>
#include <basegfx/color/bcolortools.hxx> #include <basegfx/color/bcolortools.hxx>
#include "BitmapProcessor.hxx"
BitmapEx BitmapProcessor::createLightImage(const BitmapEx& rBitmapEx) BitmapEx BitmapProcessor::createLightImage(const BitmapEx& rBitmapEx)
{ {
const Size aSize(rBitmapEx.GetSizePixel()); const Size aSize(rBitmapEx.GetSizePixel());
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
#include <sal/types.h> #include <sal/types.h>
#include <image.h> #include <image.h>
#include <vcl/BitmapProcessor.hxx> #include "BitmapProcessor.hxx"
#if OSL_DEBUG_LEVEL > 0 #if OSL_DEBUG_LEVEL > 0
#include <rtl/strbuf.hxx> #include <rtl/strbuf.hxx>
......
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
#include <rtl/strbuf.hxx> #include <rtl/strbuf.hxx>
#endif #endif
#include <vcl/BitmapProcessor.hxx> #include "BitmapProcessor.hxx"
ImageAryData::ImageAryData( const ImageAryData& rData ) : ImageAryData::ImageAryData( const ImageAryData& rData ) :
maName( rData.maName ), maName( rData.maName ),
......
...@@ -45,10 +45,11 @@ ...@@ -45,10 +45,11 @@
#include <vcl/settings.hxx> #include <vcl/settings.hxx>
#include <vcl/svapp.hxx> #include <vcl/svapp.hxx>
#include <vcl/BitmapProcessor.hxx>
#include <vcl/BitmapTools.hxx> #include <vcl/BitmapTools.hxx>
#include <vcl/pngwrite.hxx> #include <vcl/pngwrite.hxx>
#include "BitmapProcessor.hxx"
bool ImageRequestParameters::convertToDarkTheme() bool ImageRequestParameters::convertToDarkTheme()
{ {
static bool bIconsForDarkTheme = !!getenv("VCL_ICONS_FOR_DARK_THEME"); static bool bIconsForDarkTheme = !!getenv("VCL_ICONS_FOR_DARK_THEME");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment