summaryrefslogtreecommitdiff
path: root/binaryurp/source/writer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'binaryurp/source/writer.hxx')
-rw-r--r--binaryurp/source/writer.hxx15
1 files changed, 7 insertions, 8 deletions
diff --git a/binaryurp/source/writer.hxx b/binaryurp/source/writer.hxx
index ca3f8cccfec3..e2061502a015 100644
--- a/binaryurp/source/writer.hxx
+++ b/binaryurp/source/writer.hxx
@@ -104,18 +104,17 @@ private:
// Request:
Item(
- rtl::ByteSequence const & theTid, OUString const & theOid,
- com::sun::star::uno::TypeDescription const & theType,
- com::sun::star::uno::TypeDescription const & theMember,
+ rtl::ByteSequence theTid, OUString theOid,
+ com::sun::star::uno::TypeDescription theType,
+ com::sun::star::uno::TypeDescription theMember,
std::vector< BinaryAny >&& inArguments,
- com::sun::star::uno::UnoInterfaceReference const &
- theCurrentContext);
+ com::sun::star::uno::UnoInterfaceReference theCurrentContext);
// Reply:
Item(
- rtl::ByteSequence const & theTid,
- com::sun::star::uno::TypeDescription const & theMember,
- bool theSetter, bool theException, BinaryAny const & theReturnValue,
+ rtl::ByteSequence theTid,
+ com::sun::star::uno::TypeDescription theMember,
+ bool theSetter, bool theException, BinaryAny theReturnValue,
std::vector< BinaryAny >&& outArguments,
bool theSetCurrentContextMode);