From 11f041408adfe8191cccf1b4ae2fa763ffafdd26 Mon Sep 17 00:00:00 2001 From: Chris Sherlock Date: Sat, 22 Nov 2014 22:43:17 +1100 Subject: vcl: remove commented out friend class from outdev.hxx Change-Id: I6064a9017effe49fc7727868398ad73140379708 --- include/vcl/outdev.hxx | 1 - 1 file changed, 1 deletion(-) diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx index 50e91511475c..19c43eddda18 100644 --- a/include/vcl/outdev.hxx +++ b/include/vcl/outdev.hxx @@ -254,7 +254,6 @@ extern const sal_uLong nVCLLut[ 256 ]; class VCL_DLLPUBLIC OutputDevice: private boost::noncopyable { friend class Printer; - //friend class System; friend class VirtualDevice; friend class vcl::Window; friend class WorkWindow; -- cgit