diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-07-02 12:46:09 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-07-02 13:11:15 +0300 |
commit | 9645435e3f408cf7877466c240522fb65acb8519 (patch) | |
tree | 44491b72ad4f3b2080678e97b46a28763a026a9a /vcl | |
parent | feec4bfb9df7bc33a6093a397614d085e63cc708 (diff) |
No need for these declarations to be public
Change-Id: I101269defce2cdbbb686c0ac0bb4bcb8c9a23846
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/impbmp.hxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vcl/inc/impbmp.hxx b/vcl/inc/impbmp.hxx index 0dc9ec8bc974..1fa17f8bb84d 100644 --- a/vcl/inc/impbmp.hxx +++ b/vcl/inc/impbmp.hxx @@ -24,6 +24,12 @@ #include <tools/gen.hxx> #include <tools/solar.h> +extern const sal_uLong nVCLRLut[ 6 ]; +extern const sal_uLong nVCLGLut[ 6 ]; +extern const sal_uLong nVCLBLut[ 6 ]; +extern const sal_uLong nVCLDitherLut[ 256 ]; +extern const sal_uLong nVCLLut[ 256 ]; + struct BitmapBuffer; class SalBitmap; class BitmapPalette; |