• Stephan Bergmann's avatar
    Make OGenericUnoDialog::destoryDialog non-virtual · 538635e0
    Stephan Bergmann yazdı
    ...it is only ever called:
    
    * either from dtors, where the virtual-ness doesn't acutally help (and would
      trigger loplugin:fragiledestructor if that were enabled)
    
    * or, in module filter, from executeDialog members of (final) classes directly
      derived from OGenericUnODialog without overriding destroyDialog
    
    Change-Id: If9a7370385a27952189423e5632b3f01e18ddbb5
    538635e0
unoadmin.hxx 2.31 KB