summaryrefslogtreecommitdiff
path: root/filter/source/svg/svgfontexport.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/svg/svgfontexport.hxx')
-rw-r--r--filter/source/svg/svgfontexport.hxx16
1 files changed, 6 insertions, 10 deletions
diff --git a/filter/source/svg/svgfontexport.hxx b/filter/source/svg/svgfontexport.hxx
index 771d565f173c..576e813696e2 100644
--- a/filter/source/svg/svgfontexport.hxx
+++ b/filter/source/svg/svgfontexport.hxx
@@ -31,10 +31,6 @@
#include <tools/fontenum.hxx>
-// - SVGFontExport -
-
-
-
class ObjectRepresentation;
class SVGExport;
namespace vcl { class Font; }
@@ -43,12 +39,12 @@ class OutputDevice;
class SVGFontExport
{
- typedef ::std::vector< ObjectRepresentation > ObjectVector;
+ typedef ::std::vector< ObjectRepresentation > ObjectVector;
typedef ::std::set< OUString, ::std::greater< OUString > > GlyphSet;
- typedef ::std::map< FontItalic, GlyphSet > FontItalicMap;
- typedef ::std::map< FontWeight, FontItalicMap > FontWeightMap;
- typedef ::std::map< OUString, FontWeightMap > FontNameMap;
- typedef FontNameMap GlyphTree;
+ typedef ::std::map< FontItalic, GlyphSet > FontItalicMap;
+ typedef ::std::map< FontWeight, FontItalicMap > FontWeightMap;
+ typedef ::std::map< OUString, FontWeightMap > FontNameMap;
+ typedef FontNameMap GlyphTree;
private:
@@ -71,6 +67,6 @@ public:
OUString GetMappedFontName( const OUString& rFontName ) const;
};
-#endif
+#endif // INCLUDED_FILTER_SOURCE_SVG_SVGFONTEXPORT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */