summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-01-05 13:50:07 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-01-05 13:50:29 +0000
commitfbf10700c5cd174955821e0e2ab8b4c1d87010c1 (patch)
tree27a40da777f0ab05d6e028281af7ee10101830bb
parent21033d04fd55470cb8b693bca4af2058da2a8dcc (diff)
ImageList doesn't need to be a friend of Image
Change-Id: I3bfe3b6fcd033f1cab503934cf4442adb0143939
-rw-r--r--include/vcl/image.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/image.hxx b/include/vcl/image.hxx
index ec4b9726c4a3..9549133c68af 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: