summaryrefslogtreecommitdiff
path: root/binaryurp/source/writerstate.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'binaryurp/source/writerstate.hxx')
-rw-r--r--binaryurp/source/writerstate.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/binaryurp/source/writerstate.hxx b/binaryurp/source/writerstate.hxx
index d73113887aba..859a09271805 100644
--- a/binaryurp/source/writerstate.hxx
+++ b/binaryurp/source/writerstate.hxx
@@ -37,7 +37,7 @@ struct WriterState: private boost::noncopyable {
Cache< com::sun::star::uno::TypeDescription > typeCache;
- Cache< rtl::OUString > oidCache;
+ Cache< OUString > oidCache;
Cache< rtl::ByteSequence > tidCache;
};