summaryrefslogtreecommitdiff
path: root/include/unotools/fontdefs.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-06 19:45:36 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-06 19:45:36 +0300
commit49ccde0d3d3edaac9473f915011a501058e64002 (patch)
tree1dcb8a25647eff7f740df8b0b8f589696e87f06d /include/unotools/fontdefs.hxx
parentf4e8d2ad0e591b87d2c221761363a3042628d5ff (diff)
Kill superfluous vertical whitespace
Change-Id: Idadfa4d215cb4b789d4949ce850bbb13016350c6
Diffstat (limited to 'include/unotools/fontdefs.hxx')
-rw-r--r--include/unotools/fontdefs.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/unotools/fontdefs.hxx b/include/unotools/fontdefs.hxx
index 8bc32d04c495..ad9a68bfec37 100644
--- a/include/unotools/fontdefs.hxx
+++ b/include/unotools/fontdefs.hxx
@@ -30,10 +30,8 @@ namespace utl {
struct FontNameAttr;
}
-
// - SubsFontName -
-
#define SUBSFONT_ONLYONE ((sal_uLong)0x00000001)
#define SUBSFONT_MS ((sal_uLong)0x00000002)
#define SUBSFONT_PS ((sal_uLong)0x00000004)
@@ -45,10 +43,8 @@ UNOTOOLS_DLLPUBLIC void AddTokenFontName( OUString& rName, const OUString& rNewT
struct UNOTOOLS_DLLPUBLIC FontNameHash { int operator()(const OUString&) const; };
-
// - ConvertChar -
-
class UNOTOOLS_DLLPUBLIC ConvertChar
{
public:
@@ -60,7 +56,6 @@ public:
static const ConvertChar* GetRecodeData( const OUString& rOrgFontName, const OUString& rMapFontName );
};
-
// Default-Font
#define DEFAULTFONT_SANS_UNICODE ((sal_uInt16)1)
#define DEFAULTFONT_SANS ((sal_uInt16)2)