diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-11-22 22:43:17 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-11-22 22:43:17 +1100 |
commit | 11f041408adfe8191cccf1b4ae2fa763ffafdd26 (patch) | |
tree | 729fb4b2d596dd545e3a089da134d5b341cb7a23 | |
parent | 7304f974d8ef60433662da92c2e172e45ca64bd5 (diff) |
vcl: remove commented out friend class from outdev.hxx
Change-Id: I6064a9017effe49fc7727868398ad73140379708
-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 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; |