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

Chris Sherlock chris.sherlock79 at gmail.com
Mon Jan 25 05:03:31 PST 2016


 vcl/source/font/PhysicalFontFamily.cxx |    5 -----
 1 file changed, 5 deletions(-)

New commits:
commit 65843b39c22a77d5125348513188fcf27dbde294
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date:   Tue Jan 26 00:01:43 2016 +1100

    vcl: remove unneeded headers from PhysicalFontFamily.cxx
    
    Change-Id: I5a3a1747d2194f01c1f05ba5849cd6c2390b85bf

diff --git a/vcl/source/font/PhysicalFontFamily.cxx b/vcl/source/font/PhysicalFontFamily.cxx
index 4787997..a7cfca3 100644
--- a/vcl/source/font/PhysicalFontFamily.cxx
+++ b/vcl/source/font/PhysicalFontFamily.cxx
@@ -17,16 +17,11 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#include <sal/types.h>
-
 #include <rtl/ustring.hxx>
 
 #include "outdev.h"
-#include "PhysicalFontFace.hxx"
 #include "PhysicalFontCollection.hxx"
 
-#include "PhysicalFontFamily.hxx"
-
 void PhysicalFontFamily::CalcType( ImplFontAttrs& rType, FontWeight& rWeight, FontWidth& rWidth,
                                    FontFamily eFamily, const utl::FontNameAttr* pFontAttr )
 {


More information about the Libreoffice-commits mailing list