Kaydet (Commit) 9e908d31 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

remove whitespace

Change-Id: Ifa5d662a3ef723c29b4d6839f16d4b920e1c773d
üst 5fdab12b
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment