diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2021-08-25 22:40:32 +1000 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2021-08-26 02:16:11 +0200 |
commit | 9ea129b49259231565d18f965a57c5fefb4ccc7a (patch) | |
tree | 1fa31853f9f8b2bba6c4cb401b83e14bcbe8fd54 /vcl/inc/drawmode.hxx | |
parent | e73c3942de474004b04c1d538c89354183d44ae9 (diff) |
vcl: partial revert of drawmode
Partial revert of commit 0901297902c29c041ae944973b369e8247716893:
vcl: create drawmode functions
The GetBitmap() function will not work, as it doesn't add metafile
actions.
I have added a unit test to prevent this from occuring in future.
Change-Id: I8c895e813f378f85ee47f85c3f867e20925bae2f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121039
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'vcl/inc/drawmode.hxx')
-rw-r--r-- | vcl/inc/drawmode.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/inc/drawmode.hxx b/vcl/inc/drawmode.hxx index 9234b180b4c6..4c1647e0e117 100644 --- a/vcl/inc/drawmode.hxx +++ b/vcl/inc/drawmode.hxx @@ -44,8 +44,6 @@ VCL_DLLPUBLIC Color GetTextColor(Color const& rColor, DrawModeFlags nDrawMode, VCL_DLLPUBLIC vcl::Font GetFont(vcl::Font const& rFont, DrawModeFlags nDrawMode, StyleSettings const& rStyleSettings); -VCL_DLLPUBLIC Bitmap GetBitmap(Bitmap const& rBitmap, DrawModeFlags nDrawMode); - VCL_DLLPUBLIC BitmapEx GetBitmapEx(BitmapEx const& rBitmapEx, DrawModeFlags nDrawMode); }; |