vcl/inc/ppdparser.hxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit b6b3f7c0b09f11c7d9b4f4040ea23ed7e0e2559f
Author:     Michael Weghorn <[email protected]>
AuthorDate: Fri Jan 10 16:36:41 2025 +0100
Commit:     Michael Weghorn <[email protected]>
CommitDate: Fri Jan 10 20:44:39 2025 +0100

    vcl: Drop PPDParser friend class PPDContext
    
    It doesn't make use of any non-public members, so doesn't
    need to be a friend.
    
    Change-Id: Ie1cb98f32cf87a9e1f3328ac0b0f5f9bf1130f67
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/180079
    Reviewed-by: Michael Weghorn <[email protected]>
    Tested-by: Jenkins

diff --git a/vcl/inc/ppdparser.hxx b/vcl/inc/ppdparser.hxx
index 8782d9b8cca1..f381f33ad7a6 100644
--- a/vcl/inc/ppdparser.hxx
+++ b/vcl/inc/ppdparser.hxx
@@ -113,7 +113,6 @@ struct PPDKeyhash
 
 class PPDParser
 {
-    friend class PPDContext;
     friend class CUPSManager;
     friend class CPDManager;
     friend class PPDCache;

Reply via email to