https://bugs.documentfoundation.org/show_bug.cgi?id=97525

            Bug ID: 97525
           Summary: vcl: make DeletionListener internal ...
           Product: LibreOffice
           Version: 5.1.0.1 rc
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: graphics stack
          Assignee: libreoffice-bugs@lists.freedesktop.org
          Reporter: michael.me...@collabora.com

The header: vcl/impdel.hxx - which is included in a ton of files looks strongly
to me as if it should (instead) be internal to VCL:

git grep DeletionListener
git grep DeletionNotifier

Appears to show no hits outside vcl/; so something like:

git move include/vcl/impdel.hxx vcl/inc

And then fixing all the internal vcl include paths to be just #include
"impdel.hxx" would be great. Then dunging all the redundant include statements
out of other modules would be great ! =)

Thanks !

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to