diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-16 22:08:09 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-16 22:09:38 +0900 |
commit | 462935f367534012817efb2478c4f748f0576d5c (patch) | |
tree | 3dbd9b7167e8a09b2e6252d486892eabef3cc382 /io | |
parent | 74b5e0d5e5b57755553fde6c77712a87025f1667 (diff) |
removed unused forward declarations of class
Change-Id: I819d5b931c937ec52b14f60591546d1d86c38631
Diffstat (limited to 'io')
-rw-r--r-- | io/source/TextInputStream/TextInputStream.cxx | 1 | ||||
-rw-r--r-- | io/source/TextOutputStream/TextOutputStream.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/io/source/TextInputStream/TextInputStream.cxx b/io/source/TextInputStream/TextInputStream.cxx index ab68a717c301..d0c653a2591e 100644 --- a/io/source/TextInputStream/TextInputStream.cxx +++ b/io/source/TextInputStream/TextInputStream.cxx @@ -64,7 +64,6 @@ namespace io_TextInputStream // Implementation XTextInputStream typedef WeakImplHelper3< XTextInputStream, XActiveDataSink, XServiceInfo > TextInputStreamHelper; -class OCommandEnvironment; #define INITIAL_UNICODE_BUFFER_CAPACITY 0x100 #define READ_BYTE_COUNT 0x100 diff --git a/io/source/TextOutputStream/TextOutputStream.cxx b/io/source/TextOutputStream/TextOutputStream.cxx index 90f34ab22b7f..edeea330e641 100644 --- a/io/source/TextOutputStream/TextOutputStream.cxx +++ b/io/source/TextOutputStream/TextOutputStream.cxx @@ -62,7 +62,6 @@ namespace io_TextOutputStream // Implementation XTextOutputStream typedef WeakImplHelper3< XTextOutputStream, XActiveDataSource, XServiceInfo > TextOutputStreamHelper; -class OCommandEnvironment; class OTextOutputStream : public TextOutputStreamHelper { |