[Libreoffice-commits] core.git: include/vcl
Chris Sherlock
chris.sherlock79 at gmail.com
Fri Nov 21 17:38:09 PST 2014
include/vcl/outdev.hxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit db93b490a65c7188bfc704948bc3a373cb3066e3
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date: Sat Nov 22 11:11:32 2014 +1100
vcl: remove ImplImageBmp as friend of OutputDevice
Change-Id: Ia212aaa10840bae30508579e17ed8d2e9781c46d
Reviewed-on: https://gerrit.libreoffice.org/13035
Reviewed-by: Chris Sherlock <chris.sherlock79 at gmail.com>
Tested-by: Chris Sherlock <chris.sherlock79 at gmail.com>
diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx
index ac8462a..dfb7f4d 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;
More information about the Libreoffice-commits
mailing list