summaryrefslogtreecommitdiff
path: root/vcl/source/glyphs
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-02 16:45:44 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-02 16:54:18 +0300
commit50bf123ddbeb457b89636621a99c971834adf3ab (patch)
treeb7782261998ca0b6bece98543e2c66e3c96f4d3c /vcl/source/glyphs
parentdb1c9e4dadc90c5afe3190776a60cc5dcbbce3ac (diff)
Kill superfluous vertical whitespace
Change-Id: I81ce8fd7022bf283db668705efdfb0666f87bde9
Diffstat (limited to 'vcl/source/glyphs')
-rw-r--r--vcl/source/glyphs/graphite_features.cxx1
-rw-r--r--vcl/source/glyphs/graphite_layout.cxx3
2 files changed, 0 insertions, 4 deletions
diff --git a/vcl/source/glyphs/graphite_features.cxx b/vcl/source/glyphs/graphite_features.cxx
index 2e999b4aa66f..83a240508e46 100644
--- a/vcl/source/glyphs/graphite_features.cxx
+++ b/vcl/source/glyphs/graphite_features.cxx
@@ -22,7 +22,6 @@
// e.g.
// 1001=1&2002=2&fav1=0
-
#include <sal/types.h>
#include <osl/endian.h>
diff --git a/vcl/source/glyphs/graphite_layout.cxx b/vcl/source/glyphs/graphite_layout.cxx
index e3a293c970c5..7983ae3d7e1b 100644
--- a/vcl/source/glyphs/graphite_layout.cxx
+++ b/vcl/source/glyphs/graphite_layout.cxx
@@ -63,7 +63,6 @@
// Module private names.
-
#ifdef GRLAYOUT_DEBUG
static FILE * grLog()
{
@@ -488,7 +487,6 @@ 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,
@@ -548,7 +546,6 @@ bool GraphiteLayout::LayoutText(ImplLayoutArgs & rArgs)
return success;
}
-
gr_segment * GraphiteLayout::CreateSegment(ImplLayoutArgs& rArgs)
{
assert(rArgs.mnLength >= 0);