diff options
Diffstat (limited to 'binaryurp/source/reader.hxx')
-rw-r--r-- | binaryurp/source/reader.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binaryurp/source/reader.hxx b/binaryurp/source/reader.hxx index 2f3ec0dd9e2e..3ab4d2340d47 100644 --- a/binaryurp/source/reader.hxx +++ b/binaryurp/source/reader.hxx @@ -55,7 +55,7 @@ private: rtl::ByteSequence getTid(Unmarshal& unmarshal, bool newTid) const; rtl::Reference<Bridge> bridge_; - com::sun::star::uno::TypeDescription lastType_; + css::uno::TypeDescription lastType_; OUString lastOid_; rtl::ByteSequence lastTid_; ReaderState state_; |