diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-20 00:50:17 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-20 00:50:59 +0900 |
commit | eeb5bea1d4e41ac190283d3b7d90659acbce5065 (patch) | |
tree | afef43b5685ce49c9f74c4721725fbf0fbdb1001 /xmlsecurity/source | |
parent | 6bb8dbf8072caedd2f79faa9e72fddd63541baad (diff) |
removed unused forward declarations of class
Change-Id: Iee1b78242e210466375376da3e4dbbaec609cc03
Diffstat (limited to 'xmlsecurity/source')
-rw-r--r-- | xmlsecurity/source/helper/xmlsignaturehelper2.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xmlsecurity/source/helper/xmlsignaturehelper2.hxx b/xmlsecurity/source/helper/xmlsignaturehelper2.hxx index e5dd47978b94..ee866c521a2e 100644 --- a/xmlsecurity/source/helper/xmlsignaturehelper2.hxx +++ b/xmlsecurity/source/helper/xmlsignaturehelper2.hxx @@ -40,8 +40,6 @@ namespace com { namespace sun { namespace star { namespace io { - class XStream; - class XOutputStream; class XInputStream; } namespace embed { class XStorage; } |