diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-07-04 19:18:15 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-07-04 19:18:57 +0900 |
commit | 30d3637516e9d22d237fb0bd4d71e12eebb16615 (patch) | |
tree | c997ae126d56db340a6b49d470ebc8c5f6adb102 /binaryurp/source | |
parent | ce19822db8205025e2c38e1cbe87dcbe52340598 (diff) |
removed unnecessary forward declarations of class
Change-Id: I0d6aad17c471b6edd584c668dc7ff054090c185c
Diffstat (limited to 'binaryurp/source')
-rw-r--r-- | binaryurp/source/reader.hxx | 1 | ||||
-rw-r--r-- | binaryurp/source/unmarshal.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/binaryurp/source/reader.hxx b/binaryurp/source/reader.hxx index 105ad2daf594..eeadc22e2919 100644 --- a/binaryurp/source/reader.hxx +++ b/binaryurp/source/reader.hxx @@ -32,7 +32,6 @@ #include "readerstate.hxx" namespace binaryurp { - class BinaryAny; class Bridge; class Unmarshal; } diff --git a/binaryurp/source/unmarshal.hxx b/binaryurp/source/unmarshal.hxx index f1a845197ec6..491ff04a73c3 100644 --- a/binaryurp/source/unmarshal.hxx +++ b/binaryurp/source/unmarshal.hxx @@ -39,7 +39,6 @@ namespace com { namespace sun { namespace star { namespace uno { class TypeDescription; } } } } namespace rtl { - class ByteSequecne; class OUString; } |