diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-11-22 11:11:32 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-11-22 01:37:37 +0000 |
commit | db93b490a65c7188bfc704948bc3a373cb3066e3 (patch) | |
tree | 636699e61fe6073ff32c5ed3d40f5a5dc7f36f36 /include/vcl | |
parent | 371c549b4921f7ac7bb336a1308b4fb14b9324ae (diff) |
vcl: remove ImplImageBmp as friend of OutputDevice
Change-Id: Ia212aaa10840bae30508579e17ed8d2e9781c46d
Reviewed-on: https://gerrit.libreoffice.org/13035
Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/outdev.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx index ac8462a453d1..dfb7f4de8e61 100644 --- a/include/vcl/outdev.hxx +++ b/include/vcl/outdev.hxx @@ -255,7 +255,6 @@ extern const sal_uLong nVCLLut[ 256 ]; class VCL_DLLPUBLIC OutputDevice: private boost::noncopyable { - friend class ImplImageBmp; friend class Printer; friend class System; friend class VirtualDevice; |