summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2014-11-22 13:39:41 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2014-11-22 10:51:20 +0000
commit471ce7b54932c7abf76fd4af048bffe7b708205b (patch)
tree4c362f06917cef070300b13bb45b670609833669 /include
parent5859c63f93761130b0c8e836938ed6f9aa52c664 (diff)
vcl: remove System as friend of OutputDevice
Change-Id: I5ca8c8b1a4cc4c031e5966887b41af766df9fe68 Reviewed-on: https://gerrit.libreoffice.org/13036 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/outdev.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx
index dfb7f4de8e61..f99d8c2822b4 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;