summaryrefslogtreecommitdiffstats
path: root/include/unotools/fontdefs.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/unotools/fontdefs.hxx')
-rw-r--r--include/unotools/fontdefs.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/unotools/fontdefs.hxx b/include/unotools/fontdefs.hxx
index 68d35f06aba7..8bc32d04c495 100644
--- a/include/unotools/fontdefs.hxx
+++ b/include/unotools/fontdefs.hxx
@@ -30,9 +30,9 @@ namespace utl {
struct FontNameAttr;
}
-// ----------------
+
// - SubsFontName -
-// ----------------
+
#define SUBSFONT_ONLYONE ((sal_uLong)0x00000001)
#define SUBSFONT_MS ((sal_uLong)0x00000002)
@@ -45,9 +45,9 @@ UNOTOOLS_DLLPUBLIC void AddTokenFontName( OUString& rName, const OUString& rNewT
struct UNOTOOLS_DLLPUBLIC FontNameHash { int operator()(const OUString&) const; };
-// ---------------
+
// - ConvertChar -
-// ---------------
+
class UNOTOOLS_DLLPUBLIC ConvertChar
{