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

Matúš Kukan matus.kukan at collabora.com
Thu Jan 16 01:49:46 PST 2014


 include/vcl/graphicfilter.hxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 8ce64f43697eafb86f2e896a0e78bb007821159b
Author: Matúš Kukan <matus.kukan at collabora.com>
Date:   Thu Jan 16 10:48:13 2014 +0100

    Remove broken and unnecessary friend declaration.
    
    Change-Id: I5ec11ce8a64bc50faf7305ae74f058a0114d095a

diff --git a/include/vcl/graphicfilter.hxx b/include/vcl/graphicfilter.hxx
index cfadd3c..db129e1 100644
--- a/include/vcl/graphicfilter.hxx
+++ b/include/vcl/graphicfilter.hxx
@@ -225,8 +225,6 @@ struct FilterErrorEx
 /** Class to import and export graphic formats. */
 class VCL_DLLPUBLIC GraphicFilter
 {
-    friend class SvFilterOptionsDialog;
-
 private:
 
     void            ImplInit();


More information about the Libreoffice-commits mailing list