From d9f0af83b7f0abe7119eefca62cbbca7eff818ef Mon Sep 17 00:00:00 2001 From: Alexander Wilms Date: Tue, 25 Feb 2014 22:51:59 +0100 Subject: Remove visual noise from vcl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Conflicts: vcl/source/app/settings.cxx vcl/source/window/dockmgr.cxx vcl/source/window/dockwin.cxx vcl/source/window/floatwin.cxx vcl/source/window/toolbox2.cxx Change-Id: Ie67681549a76e77064b09d4b5bf80fe4c6010341 Reviewed-on: https://gerrit.libreoffice.org/8339 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- vcl/source/glyphs/graphite_layout.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'vcl/source/glyphs/graphite_layout.cxx') diff --git a/vcl/source/glyphs/graphite_layout.cxx b/vcl/source/glyphs/graphite_layout.cxx index b4616e96668f..b453696c99d7 100644 --- a/vcl/source/glyphs/graphite_layout.cxx +++ b/vcl/source/glyphs/graphite_layout.cxx @@ -30,7 +30,7 @@ // #define GRLAYOUT_DEBUG 1 // Header files -// + // Standard Library #include #include @@ -60,9 +60,9 @@ #include // Module private type definitions and forward declarations. -// + // Module private names. -// + #ifdef GRLAYOUT_DEBUG static FILE * grLog() @@ -488,9 +488,9 @@ GraphiteLayout::append(gr_segment *pSeg, ImplLayoutArgs &rArgs, return cOrigin; } -// + // An implementation of the SalLayout interface to enable Graphite enabled fonts to be used. -// + GraphiteLayout::GraphiteLayout(const gr_face * face, gr_font * font, const grutils::GrFeatureParser * pFeatures) throw() : mpFace(face) -- cgit v1.2.1