summaryrefslogtreecommitdiff
path: root/binaryurp/source/readerstate.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'binaryurp/source/readerstate.hxx')
-rw-r--r--binaryurp/source/readerstate.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/binaryurp/source/readerstate.hxx b/binaryurp/source/readerstate.hxx
index b744bcbdae98..21ba8503c1d5 100644
--- a/binaryurp/source/readerstate.hxx
+++ b/binaryurp/source/readerstate.hxx
@@ -34,7 +34,7 @@ namespace binaryurp {
struct ReaderState: private boost::noncopyable {
com::sun::star::uno::TypeDescription typeCache[cache::size];
- rtl::OUString oidCache[cache::size];
+ OUString oidCache[cache::size];
rtl::ByteSequence tidCache[cache::size];
};