summaryrefslogtreecommitdiff
path: root/binaryurp/source/unmarshal.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'binaryurp/source/unmarshal.hxx')
-rw-r--r--binaryurp/source/unmarshal.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/binaryurp/source/unmarshal.hxx b/binaryurp/source/unmarshal.hxx
index 491ff04a73c3..4d8447ef2d99 100644
--- a/binaryurp/source/unmarshal.hxx
+++ b/binaryurp/source/unmarshal.hxx
@@ -60,7 +60,7 @@ public:
com::sun::star::uno::TypeDescription readType();
- rtl::OUString readOid();
+ OUString readOid();
rtl::ByteSequence readTid();
@@ -77,7 +77,7 @@ private:
sal_uInt64 read64();
- rtl::OUString readString();
+ OUString readString();
BinaryAny readSequence(com::sun::star::uno::TypeDescription const & type);