summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-06-04 04:31:10 +0200
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-06-04 07:49:13 +0200
commit9e908d310405fbd527eed0e4a136042655e2b0d4 (patch)
tree3a8236cc261ec955174dab994aca94427b24128c
parent5fdab12b01d290c5f8dab7980f9d3e065d3ec2cc (diff)
remove whitespace
Change-Id: Ifa5d662a3ef723c29b4d6839f16d4b920e1c773d
-rw-r--r--include/vcl/metric.hxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/include/vcl/metric.hxx b/include/vcl/metric.hxx
index 8e0957ac9924..10a61fbf4dcf 100644
--- a/include/vcl/metric.hxx
+++ b/include/vcl/metric.hxx
@@ -28,10 +28,6 @@ class ImplFontCharMap;
typedef sal_uInt32 sal_UCS4;
-
-// - FontInfo -
-
-
class VCL_DLLPUBLIC FontInfo : public Font
{
friend class OutputDevice;
@@ -52,10 +48,6 @@ public:
{ return !operator==( rInfo ); }
};
-
-// - FontMetric -
-
-
class VCL_DLLPUBLIC FontMetric : public FontInfo
{
public:
@@ -93,8 +85,6 @@ inline std::basic_ostream<charT, traits> & operator <<(
return stream;
}
-// - FontCharMap -
-
class VCL_DLLPUBLIC FontCharMap
{
private:
@@ -127,10 +117,6 @@ private:
void operator=( const FontCharMap& );
};
-
-// - TextRectInfo -
-
-
class VCL_DLLPUBLIC TextRectInfo
{
friend class OutputDevice;