summaryrefslogtreecommitdiff
path: root/binaryurp/source/reader.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'binaryurp/source/reader.hxx')
-rw-r--r--binaryurp/source/reader.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/binaryurp/source/reader.hxx b/binaryurp/source/reader.hxx
index eeadc22e2919..1b4e81d5981e 100644
--- a/binaryurp/source/reader.hxx
+++ b/binaryurp/source/reader.hxx
@@ -55,7 +55,7 @@ private:
rtl::Reference< Bridge > bridge_;
com::sun::star::uno::TypeDescription lastType_;
- rtl::OUString lastOid_;
+ OUString lastOid_;
rtl::ByteSequence lastTid_;
ReaderState state_;
};