diff options
Diffstat (limited to 'binaryurp/source/readerstate.hxx')
-rw-r--r-- | binaryurp/source/readerstate.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binaryurp/source/readerstate.hxx b/binaryurp/source/readerstate.hxx index a93a45dfcc1d..05dbaa24bb49 100644 --- a/binaryurp/source/readerstate.hxx +++ b/binaryurp/source/readerstate.hxx @@ -38,7 +38,7 @@ private: public: ReaderState() {} - com::sun::star::uno::TypeDescription typeCache[cache::size]; + css::uno::TypeDescription typeCache[cache::size]; OUString oidCache[cache::size]; rtl::ByteSequence tidCache[cache::size]; }; |