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

Julien Nabet serval2412 at yahoo.fr
Mon Oct 30 06:14:01 UTC 2017


 vcl/inc/outdev.h |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit f06ca1f2af9c789d77e62d25c3030128dc1ba925
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Sun Oct 29 22:55:30 2017 +0100

    Following aded98ce3d7a4189a4fa30989505da9427abc83b
    
    Change-Id: Ie3b30ac96d5a00d5326f954423e6a1096c70cbc8
    Reviewed-on: https://gerrit.libreoffice.org/44036
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/vcl/inc/outdev.h b/vcl/inc/outdev.h
index a7921a933876..3b626f3b0d8e 100644
--- a/vcl/inc/outdev.h
+++ b/vcl/inc/outdev.h
@@ -99,7 +99,6 @@ private:
 public:
     void    AddFontSubstitute( const OUString& rFontName, const OUString& rSubstName, AddFontSubstituteFlags nFlags );
     void    RemoveFontsSubstitute();
-    int     GetFontSubstituteCount() const { return maFontSubstList.size(); };
 
     bool    FindFontSubstitute( OUString& rSubstName, const OUString& rFontName ) const;
 };


More information about the Libreoffice-commits mailing list