include/vcl/outdev.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 471ce7b54932c7abf76fd4af048bffe7b708205b
Author: Chris Sherlock <chris.sherloc...@gmail.com>
Date:   Sat Nov 22 13:39:41 2014 +1100

    vcl: remove System as friend of OutputDevice
    
    Change-Id: I5ca8c8b1a4cc4c031e5966887b41af766df9fe68
    Reviewed-on: https://gerrit.libreoffice.org/13036
    Reviewed-by: Chris Sherlock <chris.sherloc...@gmail.com>
    Tested-by: Chris Sherlock <chris.sherloc...@gmail.com>

diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx
index dfb7f4d..f99d8c2 100644
--- a/include/vcl/outdev.hxx
+++ b/include/vcl/outdev.hxx
@@ -256,7 +256,7 @@ extern const sal_uLong nVCLLut[ 256 ];
 class VCL_DLLPUBLIC OutputDevice: private boost::noncopyable
 {
     friend class Printer;
-    friend class System;
+    //friend class System;
     friend class VirtualDevice;
     friend class vcl::Window;
     friend class WorkWindow;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to