summaryrefslogtreecommitdiffstats
path: root/include/unotools/fontcvt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/unotools/fontcvt.hxx')
-rw-r--r--include/unotools/fontcvt.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/unotools/fontcvt.hxx b/include/unotools/fontcvt.hxx
index 2a2310734669..a8974588b47d 100644
--- a/include/unotools/fontcvt.hxx
+++ b/include/unotools/fontcvt.hxx
@@ -24,9 +24,9 @@
#include <rtl/ustring.hxx>
#include <tools/solar.h>
-// ------------------
+
// - FontToSubsFont -
-// ------------------
+
#define FONTTOSUBSFONT_IMPORT ((sal_uLong)0x00000001)
#define FONTTOSUBSFONT_EXPORT ((sal_uLong)0x00000002)
@@ -38,9 +38,9 @@ UNOTOOLS_DLLPUBLIC void DestroyFontToSubsFontConverter( F
UNOTOOLS_DLLPUBLIC sal_Unicode ConvertFontToSubsFontChar( FontToSubsFontConverter hConverter, sal_Unicode c );
UNOTOOLS_DLLPUBLIC OUString GetFontToSubsFontName( FontToSubsFontConverter hConverter );
-// ---------------------------
+
// - StarSymbolToMSMultiFont -
-// ---------------------------
+
class UNOTOOLS_DLLPUBLIC StarSymbolToMSMultiFont
{