summaryrefslogtreecommitdiff
path: root/filter/source/flash/swfwriter.hxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 18:47:51 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-27 06:10:36 -0600
commitaeaded675c43ae8fdf795fd002f1bf6c2451fa2e (patch)
tree97490e78315e2ecf7c8e1cbe11159696b2f07b9f /filter/source/flash/swfwriter.hxx
parent2991d2d65bf8b99d82d1f7d209332d0c303dff21 (diff)
Remove visual noise from filter
Change-Id: Ieab1d12204bcf917b2e1bf74f3145fc96d7b207c Reviewed-on: https://gerrit.libreoffice.org/8261 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'filter/source/flash/swfwriter.hxx')
-rw-r--r--filter/source/flash/swfwriter.hxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/filter/source/flash/swfwriter.hxx b/filter/source/flash/swfwriter.hxx
index ef887ac1468e..38ee30b9cdd9 100644
--- a/filter/source/flash/swfwriter.hxx
+++ b/filter/source/flash/swfwriter.hxx
@@ -105,12 +105,12 @@ const sal_uInt8 TAG_FRAMELABEL = 43;
const sal_uInt8 TAG_HEADER = 0xff;
-///////////////////////////////////////////////////////////////////////
+
/** converts a double to a 16.16 flash fixed value */
sal_uInt32 getFixed( double fValue );
-///////////////////////////////////////////////////////////////////////
+
typedef ::std::map<sal_uInt32, sal_uInt16> ChecksumCache;
@@ -123,7 +123,7 @@ struct ltuint16
}
};
-///////////////////////////////////////////////////////////////////////
+
/** container class to create bit structures */
class BitStream
@@ -146,7 +146,7 @@ private:
sal_uInt8 mnCurrentByte;
};
-///////////////////////////////////////////////////////////////////////
+
/** this class collects all used glyphs for a given fonts and maps
characters to glyph ids.
@@ -175,7 +175,7 @@ private:
typedef std::vector<FlashFont*> FontMap;
-///////////////////////////////////////////////////////////////////////
+
/** this class helps creating flash tags */
class Tag : public SvMemoryStream
@@ -206,7 +206,7 @@ private:
sal_uInt8 mnTagId;
};
-///////////////////////////////////////////////////////////////////////
+
/** this class helps to define flash sprites */
class Sprite
@@ -227,7 +227,7 @@ private:
sal_uInt32 mnFrames;
};
-///////////////////////////////////////////////////////////////////////
+
/** this class stores a flash fill style for shapes */
class FillStyle
@@ -257,7 +257,7 @@ private:
Rectangle maBoundRect;
};
-///////////////////////////////////////////////////////////////////////
+
/** this class creates a flash movie from vcl geometry */
class Writer
@@ -445,7 +445,7 @@ private:
sal_Int32 mnJPEGCompressMode;
};
-///////////////////////////////////////////////////////////////////////
+
}