summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorMichael Lefevre <lefevre00@yahoo.fr>2011-02-23 23:03:34 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-02-24 20:01:18 +0100
commit9c35a09ce8c786118234614d64dfd267edb1114f (patch)
tree9c217998d5c6f93a918a5cfb1b72a46140ce9a2c /filter
parent79f0f557f8a3639327f3c98f0f7d39abf45d95d2 (diff)
Remove more commented unused variables
Keep cleaning the code, line by line.
Diffstat (limited to 'filter')
-rw-r--r--filter/source/flash/swfwriter.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/filter/source/flash/swfwriter.hxx b/filter/source/flash/swfwriter.hxx
index 7acf4b88ce9f..41f8f8f663a9 100644
--- a/filter/source/flash/swfwriter.hxx
+++ b/filter/source/flash/swfwriter.hxx
@@ -197,9 +197,7 @@ public:
void write( SvStream& out );
void addUI32( sal_uInt32 nValue );
- //unused as of yet void addI32( sal_Int32 nValue );
void addUI16( sal_uInt16 nValue );
- //unused as of yet void addI16( sal_Int16 nValue );
void addUI8( sal_uInt8 nValue );
void addBits( BitStream& rIn );