[Libreoffice-commits] core.git: include/vcl

Caolán McNamara caolanm at redhat.com
Thu Jan 5 13:50:57 UTC 2017


 include/vcl/image.hxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit fbf10700c5cd174955821e0e2ab8b4c1d87010c1
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Thu Jan 5 13:50:07 2017 +0000

    ImageList doesn't need to be a friend of Image
    
    Change-Id: I3bfe3b6fcd033f1cab503934cf4442adb0143939

diff --git a/include/vcl/image.hxx b/include/vcl/image.hxx
index ec4b972..9549133 100644
--- a/include/vcl/image.hxx
+++ b/include/vcl/image.hxx
@@ -40,7 +40,6 @@ namespace com { namespace sun { namespace star { namespace graphic { class XGrap
 
 class VCL_DLLPUBLIC Image
 {
-    friend class ImageList;
     friend class ::OutputDevice;
 
 public:


More information about the Libreoffice-commits mailing list